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 152 Elf_Word* GetHashSectionStart() const;
elf_file.cc 644 typename ElfTypes::Word* ElfFileImpl<ElfTypes>::GetHashSectionStart() const {
650 return GetHashSectionStart()[0];
655 return GetHashSectionStart()[1];
666 return GetHashSectionStart()[2 + i];
677 return GetHashSectionStart()[2 + GetHashBucketNum() + i];
763 if (GetHashSectionStart() == nullptr) {
    [all...]

Completed in 1596 milliseconds