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

/art/runtime/
H A Delf_file_impl.h217 char* strtab_section_start_; member in class:art::ElfFileImpl
H A Delf_file.cc54 strtab_section_start_(nullptr),
248 reinterpret_cast<uint8_t**>(&strtab_section_start_), error_msg)) {
365 if (strtab_section_start_ == nullptr) {
372 reinterpret_cast<const uint8_t*>(strtab_section_start_))) {
614 return strtab_section_start_;

Completed in 63 milliseconds