Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp1631 const Elf64_Sym *elfLookup(Elf *Elf, char *Base, Elf64_Shdr *SectionHash, in elfLookup() argument
1634 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() local
1680 if (!SectionHash) { in getSymbolInfoWithoutLoading()
1684 const Elf64_Sym *Sym = elfLookup(Elf, Base, SectionHash, Symname); in getSymbolInfoWithoutLoading()