Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DPerGraphGOTAndPLTStubsBuilder.h77 auto &GOTEntry = impl().createGOTEntry(Target); in getGOTEntry() local
80 << GOTEntry << "\n"; in getGOTEntry()
83 GOTEntries.insert(std::make_pair(Target.getName(), &GOTEntry)).first; in getGOTEntry()
H A DELF_riscv.cpp64 void fixGOTEdge(Edge &E, Symbol &GOTEntry) { in fixGOTEdge() argument
69 E.setTarget(GOTEntry); in fixGOTEdge()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp155 uint64_t GOTEntry = readBytesUnaligned(LocalGOTAddr, getGOTEntrySize()); in evaluateMIPS64Relocation() local
161 if (GOTEntry) in evaluateMIPS64Relocation()
162 assert(GOTEntry == Value && in evaluateMIPS64Relocation()
H A DRuntimeDyldMachOX86_64.h140 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation() local
149 Addr = GOTEntry; in processGOTRelocation()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp5028 for (const uint64_t *GOTEntry = in patchELFGOT() local
5030 GOTEntry < reinterpret_cast<const uint64_t *>(GOTContents.data() + in patchELFGOT()
5032 ++GOTEntry) { in patchELFGOT()
5033 if (uint64_t NewAddress = getNewFunctionAddress(*GOTEntry)) { in patchELFGOT()
5035 << Twine::utohexstr(*GOTEntry) << " with 0x" in patchELFGOT()
5038 reinterpret_cast<const char *>(GOTEntry) - in patchELFGOT()