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.h1658 DT_SYMTAB = 6, // Address of dynamic symbol table. enumerator
Delf_file.cc1292 case DT_SYMTAB: { in Load()
/art/compiler/linker/
Delf_builder.h799 { DT_SYMTAB, { dynsym_.GetAddress() } }, in PrepareDynamicSection()