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.cc 39 hash_section_start_(NULL),
157 hash_section_start_ = reinterpret_cast<llvm::ELF::Elf32_Word*>(section_addr);
301 CHECK(hash_section_start_ != NULL);
302 return hash_section_start_;
684 hash_section_start_ = reinterpret_cast<llvm::ELF::Elf32_Word*>(d_ptr);
elf_file.h 167 ::llvm::ELF::Elf32_Word* hash_section_start_; member in class:art::ElfFile

Completed in 2626 milliseconds