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

  /art/runtime/
elf_file.h 192 Elf32_Sym* symtab_section_start_; member in class:art::ElfFile
elf_file.cc 119 symtab_section_start_(nullptr),
252 reinterpret_cast<byte**>(&symtab_section_start_), error_msg)) {
394 if (symtab_section_start_ != nullptr) {
402 if (!CheckSectionsLinked(reinterpret_cast<const byte*>(symtab_section_start_),
621 return symtab_section_start_;
    [all...]

Completed in 298 milliseconds