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

  /art/runtime/
elf_file.h 196 Elf32_Word* hash_section_start_; member in class:art::ElfFile
elf_file.cc 123 hash_section_start_(nullptr),
300 reinterpret_cast<byte**>(&hash_section_start_), error_msg)) {
421 if (hash_section_start_ == nullptr) {
428 if (!CheckSectionsLinked(reinterpret_cast<const byte*>(hash_section_start_),
667 return hash_section_start_;
    [all...]

Completed in 142 milliseconds