Searched refs:GOTEntry (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1698 typedef typename ELFO::Elf_Addr GOTEntry; typedef in class:__anon4555::MipsGOTParser
1719 const GOTEntry *makeGOTIter(ArrayRef<uint8_t> GOT, std::size_t EntryNum);
1721 void printGotEntry(uint64_t GotAddr, const GOTEntry *BeginIt,
1722 const GOTEntry *It);
1723 void printGlobalGotEntry(uint64_t GotAddr, const GOTEntry *BeginIt,
1724 const GOTEntry *It, const Elf_Sym *Sym,
1726 void printPLTEntry(uint64_t PLTAddr, const GOTEntry *BeginIt,
1727 const GOTEntry *It, StringRef Purpose);
1728 void printPLTEntry(uint64_t PLTAddr, const GOTEntry *BeginIt,
1729 const GOTEntry *I
[all...]
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h130 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); local
139 Addr = GOTEntry;
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp672 uint64_t GOTEntry = readBytesUnaligned(LocalGOTAddr, 8); local
678 if (GOTEntry)
679 assert(GOTEntry == Value &&

Completed in 115 milliseconds