Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h148 Elf_Word* GetHashSectionStart() const;
Delf_file.cc643 typename ElfTypes::Word* ElfFileImpl<ElfTypes>::GetHashSectionStart() const { in GetHashSectionStart() function in art::ElfFileImpl
649 return GetHashSectionStart()[0]; in GetHashBucketNum()
654 return GetHashSectionStart()[1]; in GetHashChainNum()
665 return GetHashSectionStart()[2 + i]; in GetHashBucket()
676 return GetHashSectionStart()[2 + GetHashBucketNum() + i]; in GetHashChain()
762 if (GetHashSectionStart() == nullptr) { in FindDynamicSymbolAddress()