Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1881 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/
DRuntimeDyldELFMips.cpp156 uint64_t GOTEntry = readBytesUnaligned(LocalGOTAddr, getGOTEntrySize()); in evaluateMIPS64Relocation() local
162 if (GOTEntry) in evaluateMIPS64Relocation()
163 assert(GOTEntry == Value && in evaluateMIPS64Relocation()
DRuntimeDyldMachOX86_64.h142 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation() local
151 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()