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

  /art/runtime/
elf_file.h 126 Elf32_Word* GetHashSectionStart() const;
elf_file.cc 649 Elf32_Word* ElfFile::GetHashSectionStart() const {
654 return GetHashSectionStart()[0];
658 return GetHashSectionStart()[1];
668 return GetHashSectionStart()[2 + i];
678 return GetHashSectionStart()[2 + GetHashBucketNum() + i];
755 if (GetHashSectionStart() == nullptr) {
    [all...]

Completed in 470 milliseconds