Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h133 Elf32_Word GetHashChain(size_t i, bool* ok) const;
Delf_file.cc688 Elf32_Word ElfFile::GetHashChain(size_t i, bool* ok) const { in GetHashChain() function in art::ElfFile
807 symbol_and_chain_index = GetHashChain(symbol_and_chain_index, &ok); in FindDynamicSymbol()