Home
last modified time | relevance | path

Searched refs:strtab_section_start_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Delf_file.h194 char* strtab_section_start_; variable
Delf_file.cc121 strtab_section_start_(nullptr), in ElfFile()
280 reinterpret_cast<byte**>(&strtab_section_start_), error_msg)) { in Setup()
396 if (strtab_section_start_ == nullptr) { in CheckSectionsExist()
403 reinterpret_cast<const byte*>(strtab_section_start_))) { in CheckSectionsExist()
639 return strtab_section_start_; in GetStringSectionStart()