Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h118 uint8_t *GOTEntry = Section.Address + Section.StubOffset; in processGOTRelocation() local
127 Addr = GOTEntry; in processGOTRelocation()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1051 typedef typename ObjectFile::Elf_Addr GOTEntry; typedef in __anon07d3185e0411::MipsGOTParser
1052 typedef typename ObjectFile::template ELFEntityIterator<const GOTEntry>
1122 if (It != GotLocalEnd && (*It >> (sizeof(GOTEntry) * 8 - 1)) != 0) { in parseGOT()
1152 return GOT.size() / sizeof(GOTEntry); in getGOTTotal()
1159 return GOTIter(sizeof(GOTEntry), Data + EntryNum * sizeof(GOTEntry)); in makeGOTIter()
1195 int64_t Offset = std::distance(BeginIt, It) * sizeof(GOTEntry); in printGotEntry()