Searched refs:GOTEntry (Results 1 – 5 of 5) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1881 typedef typename ELFO::Elf_Addr GOTEntry; typedef in __anon79be9f670511::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-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.cpp | 156 uint64_t GOTEntry = readBytesUnaligned(LocalGOTAddr, getGOTEntrySize()); in evaluateMIPS64Relocation() local 162 if (GOTEntry) in evaluateMIPS64Relocation() 163 assert(GOTEntry == Value && in evaluateMIPS64Relocation()
|
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/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()
|