Home
last modified time | relevance | path

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

/art/runtime/
Delf_utils.h79 case DT_STRTAB: in IsDynamicSectionPointer()
Delf.h1649 DT_STRTAB = 5, // Address of dynamic string table. enumerator
Delf_file.cc1217 case DT_STRTAB: { in Load()
/art/compiler/
Delf_writer_quick.cc618 dynamic_builder_.AddDynamicTag(DT_STRTAB, 0, &dynsym_builder_.strtab_); in SetupDynamic()