Searched refs:SectionHash (Results 1 – 1 of 1) sorted by relevance
1631 const Elf64_Sym *elfLookup(Elf *Elf, char *Base, Elf64_Shdr *SectionHash, in elfLookup() argument1634 assert(SectionHash); in elfLookup()1635 size_t SectionSymtabIndex = SectionHash->sh_link; in elfLookup()1644 reinterpret_cast<const uint32_t *>(Base + SectionHash->sh_offset); in elfLookup()1679 Elf64_Shdr *SectionHash = findOnlyShtHash(Elf); in getSymbolInfoWithoutLoading() local1680 if (!SectionHash) { in getSymbolInfoWithoutLoading()1684 const Elf64_Sym *Sym = elfLookup(Elf, Base, SectionHash, Symname); in getSymbolInfoWithoutLoading()