Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h219 char* strtab_section_start_; variable
Delf_file.cc51 strtab_section_start_(nullptr), in ElfFileImpl()
242 reinterpret_cast<uint8_t**>(&strtab_section_start_), error_msg)) { in Setup()
358 if (strtab_section_start_ == nullptr) { in CheckSectionsExist()
365 reinterpret_cast<const uint8_t*>(strtab_section_start_))) { in CheckSectionsExist()
606 return strtab_section_start_; in GetStringSectionStart()