Searched refs:GetHashSectionStart (Results 1 – 2 of 2) sorted by relevance
129 Elf32_Word* GetHashSectionStart() const;
666 Elf32_Word* ElfFile::GetHashSectionStart() const { in GetHashSectionStart() function in art::ElfFile671 return GetHashSectionStart()[0]; in GetHashBucketNum()675 return GetHashSectionStart()[1]; in GetHashChainNum()685 return GetHashSectionStart()[2 + i]; in GetHashBucket()695 return GetHashSectionStart()[2 + GetHashBucketNum() + i]; in GetHashChain()772 if (GetHashSectionStart() == nullptr) { in FindDynamicSymbolAddress()