HomeSort by relevance Sort by last modified time
    Searched refs:strtab_section_start_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
elf_file_impl.h 217 char* strtab_section_start_; member in class:art::ElfFileImpl
elf_file.cc 49 strtab_section_start_(nullptr),
243 reinterpret_cast<uint8_t**>(&strtab_section_start_), error_msg)) {
360 if (strtab_section_start_ == nullptr) {
367 reinterpret_cast<const uint8_t*>(strtab_section_start_))) {
609 return strtab_section_start_;
    [all...]

Completed in 43 milliseconds