Searched refs:SHT_STRTAB (Results 1 – 3 of 3) sorted by relevance
/art/compiler/ |
D | elf_writer_quick.h | 229 dynsym_builder_(".dynsym", SHT_DYNSYM, ".dynstr", SHT_STRTAB, true), in oat_writer_() 230 symtab_builder_(".symtab", SHT_SYMTAB, ".strtab", SHT_STRTAB, false), in oat_writer_() 234 shstrtab_builder_(".shstrtab", SHT_STRTAB, 0, NULL, 0, 1, 1) { in oat_writer_()
|
/art/runtime/ |
D | elf_file.cc | 264 case SHT_STRTAB: { in Setup() 939 if (static_cast<Elf32_Word>(SHT_STRTAB) != string_section.sh_type) { in GetString()
|
D | elf.h | 1250 SHT_STRTAB = 3, // String table. enumerator
|