Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h140 DenseMap<SID, SID> SectionToGOTMap; variable
DRuntimeDyldELF.cpp657 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()
671 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset; in evaluateMIPS64Relocation()
691 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()
1827 SectionToGOTMap[i->second] = GOTSectionID; in finalizeLoad()