Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DBasicGOTAndStubsBuilder.h61 auto &GOTEntry = impl().createGOTEntry(Target); in getGOTEntrySymbol() local
64 << GOTEntry << "\n"; in getGOTEntrySymbol()
67 GOTEntries.insert(std::make_pair(Target.getName(), &GOTEntry)).first; in getGOTEntrySymbol()
DMachO_arm64.cpp425 void fixGOTEdge(Edge &E, Symbol &GOTEntry) { in fixGOTEdge() argument
428 E.setTarget(GOTEntry); in fixGOTEdge()
430 E.setTarget(GOTEntry); in fixGOTEdge()
DELF_x86_64.cpp47 void fixGOTEdge(Edge &E, Symbol &GOTEntry) { in fixGOTEdge() argument
57 E.setTarget(GOTEntry); in fixGOTEdge()
DMachO_x86_64.cpp386 void fixGOTEdge(Edge &E, Symbol &GOTEntry) { in fixGOTEdge() argument
396 E.setTarget(GOTEntry); in fixGOTEdge()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DBasicGOTAndStubsBuilder.h46 auto &GOTEntry = impl().createGOTEntry(Target); in getGOTEntrySymbol() local
48 GOTEntries.insert(std::make_pair(Target.getName(), &GOTEntry)).first; in getGOTEntrySymbol()
DMachO_arm64.cpp401 void fixGOTEdge(Edge &E, Symbol &GOTEntry) { in fixGOTEdge() argument
404 E.setTarget(GOTEntry); in fixGOTEdge()
406 E.setTarget(GOTEntry); in fixGOTEdge()
DMachO_x86_64.cpp367 void fixGOTEdge(Edge &E, Symbol &GOTEntry) { in fixGOTEdge() argument
371 E.setTarget(GOTEntry); in fixGOTEdge()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1881 typedef typename ELFO::Elf_Addr GOTEntry; typedef in __anon148931850511::MipsGOTParser
1902 const GOTEntry *makeGOTIter(ArrayRef<uint8_t> GOT, std::size_t EntryNum);
1904 void printGotEntry(uint64_t GotAddr, const GOTEntry *BeginIt,
1905 const GOTEntry *It);
1906 void printGlobalGotEntry(uint64_t GotAddr, const GOTEntry *BeginIt,
1907 const GOTEntry *It, const Elf_Sym *Sym,
1909 void printPLTEntry(uint64_t PLTAddr, const GOTEntry *BeginIt,
1910 const GOTEntry *It, StringRef Purpose);
1911 void printPLTEntry(uint64_t PLTAddr, const GOTEntry *BeginIt,
1912 const GOTEntry *It, StringRef StrTable,
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp155 uint64_t GOTEntry = readBytesUnaligned(LocalGOTAddr, getGOTEntrySize()); in evaluateMIPS64Relocation() local
161 if (GOTEntry) in evaluateMIPS64Relocation()
162 assert(GOTEntry == Value && in evaluateMIPS64Relocation()
DRuntimeDyldMachOX86_64.h141 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation() local
150 Addr = GOTEntry; in processGOTRelocation()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp155 uint64_t GOTEntry = readBytesUnaligned(LocalGOTAddr, getGOTEntrySize()); in evaluateMIPS64Relocation() local
161 if (GOTEntry) in evaluateMIPS64Relocation()
162 assert(GOTEntry == Value && in evaluateMIPS64Relocation()
DRuntimeDyldMachOX86_64.h141 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation() local
150 Addr = GOTEntry; in processGOTRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h142 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation() local
151 Addr = GOTEntry; in processGOTRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp672 uint64_t GOTEntry = readBytesUnaligned(LocalGOTAddr, 8); in evaluateMIPS64Relocation() local
678 if (GOTEntry) in evaluateMIPS64Relocation()
679 assert(GOTEntry == Value && in evaluateMIPS64Relocation()