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

  /art/runtime/
elf_file_impl.h 144 Elf_Word* GetHashSectionStart() const;
elf_file.cc 693 typename ElfTypes::Word* ElfFileImpl<ElfTypes>::GetHashSectionStart() const {
699 return GetHashSectionStart()[0];
704 return GetHashSectionStart()[1];
715 return GetHashSectionStart()[2 + i];
726 return GetHashSectionStart()[2 + GetHashBucketNum() + i];
812 if (GetHashSectionStart() == nullptr) {
    [all...]

Completed in 264 milliseconds