Home
last modified time | relevance | path

Searched refs:SHT_STRTAB (Results 1 – 3 of 3) sorted by relevance

/art/compiler/
Delf_writer_quick.h229 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/
Delf_file.cc264 case SHT_STRTAB: { in Setup()
939 if (static_cast<Elf32_Word>(SHT_STRTAB) != string_section.sh_type) { in GetString()
Delf.h1250 SHT_STRTAB = 3, // String table. enumerator