Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h221 Elf_Word* hash_section_start_; variable
Delf_file.cc53 hash_section_start_(nullptr), in ElfFileImpl()
262 reinterpret_cast<uint8_t**>(&hash_section_start_), error_msg)) { in Setup()
383 if (hash_section_start_ == nullptr) { in CheckSectionsExist()
390 if (!CheckSectionsLinked(reinterpret_cast<const uint8_t*>(hash_section_start_), in CheckSectionsExist()
638 return hash_section_start_; in GetHashSectionStart()
1295 hash_section_start_ = reinterpret_cast<Elf_Word*>(d_ptr); in Load()