Home
last modified time | relevance | path

Searched refs:GetHashSectionStart (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Delf_file.h126 Elf32_Word* GetHashSectionStart() const;
Delf_file.cc649 Elf32_Word* ElfFile::GetHashSectionStart() const { in GetHashSectionStart() function in art::ElfFile
654 return GetHashSectionStart()[0]; in GetHashBucketNum()
658 return GetHashSectionStart()[1]; in GetHashChainNum()
668 return GetHashSectionStart()[2 + i]; in GetHashBucket()
678 return GetHashSectionStart()[2 + GetHashBucketNum() + i]; in GetHashChain()
755 if (GetHashSectionStart() == nullptr) { in FindDynamicSymbolAddress()