Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h148 Elf_Word GetHashChain(size_t i, bool* ok) const;
Delf_file.cc719 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetHashChain(size_t i, bool* ok) const { in GetHashChain() function in art::ElfFileImpl
849 symbol_and_chain_index = GetHashChain(symbol_and_chain_index, &ok); in FindDynamicSymbol()