Home
last modified time | relevance | path

Searched refs:DT_SYMTAB (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Delf_utils.h84 case DT_SYMTAB: in IsDynamicSectionPointer()
Delf.h1651 DT_SYMTAB = 6, // Address of dynamic symbol table. enumerator
Delf_file.cc1333 case DT_SYMTAB: { in Load()
/art/compiler/
Delf_builder.h906 dynamic_.AddDynamicTag(DT_SYMTAB, 0, &dynsym_); in BuildDynamicSection()