Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc277 case SHT_STRTAB: { in Setup()
993 if (static_cast<Elf_Word>(SHT_STRTAB) != string_section.sh_type) { in GetString()
Delf.h1250 SHT_STRTAB = 3, // String table. enumerator
/art/compiler/
Delf_builder.h270 : Section(name, SHT_STRTAB, flags, nullptr, 0, 1, 0) { in StrtabSection()