/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | BasicGOTAndStubsBuilder.h | 61 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()
|
D | MachO_arm64.cpp | 425 void fixGOTEdge(Edge &E, Symbol &GOTEntry) { in fixGOTEdge() argument 428 E.setTarget(GOTEntry); in fixGOTEdge() 430 E.setTarget(GOTEntry); in fixGOTEdge()
|
D | ELF_x86_64.cpp | 47 void fixGOTEdge(Edge &E, Symbol &GOTEntry) { in fixGOTEdge() argument 57 E.setTarget(GOTEntry); in fixGOTEdge()
|
D | MachO_x86_64.cpp | 386 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/ |
D | BasicGOTAndStubsBuilder.h | 46 auto &GOTEntry = impl().createGOTEntry(Target); in getGOTEntrySymbol() local 48 GOTEntries.insert(std::make_pair(Target.getName(), &GOTEntry)).first; in getGOTEntrySymbol()
|
D | MachO_arm64.cpp | 401 void fixGOTEdge(Edge &E, Symbol &GOTEntry) { in fixGOTEdge() argument 404 E.setTarget(GOTEntry); in fixGOTEdge() 406 E.setTarget(GOTEntry); in fixGOTEdge()
|
D | MachO_x86_64.cpp | 367 void fixGOTEdge(Edge &E, Symbol &GOTEntry) { in fixGOTEdge() argument 371 E.setTarget(GOTEntry); in fixGOTEdge()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1881 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/ |
D | RuntimeDyldELFMips.cpp | 155 uint64_t GOTEntry = readBytesUnaligned(LocalGOTAddr, getGOTEntrySize()); in evaluateMIPS64Relocation() local 161 if (GOTEntry) in evaluateMIPS64Relocation() 162 assert(GOTEntry == Value && in evaluateMIPS64Relocation()
|
D | RuntimeDyldMachOX86_64.h | 141 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation() local 150 Addr = GOTEntry; in processGOTRelocation()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.cpp | 155 uint64_t GOTEntry = readBytesUnaligned(LocalGOTAddr, getGOTEntrySize()); in evaluateMIPS64Relocation() local 161 if (GOTEntry) in evaluateMIPS64Relocation() 162 assert(GOTEntry == Value && in evaluateMIPS64Relocation()
|
D | RuntimeDyldMachOX86_64.h | 141 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation() local 150 Addr = GOTEntry; in processGOTRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 142 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation() local 151 Addr = GOTEntry; in processGOTRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 672 uint64_t GOTEntry = readBytesUnaligned(LocalGOTAddr, 8); in evaluateMIPS64Relocation() local 678 if (GOTEntry) in evaluateMIPS64Relocation() 679 assert(GOTEntry == Value && in evaluateMIPS64Relocation()
|