Searched refs:GOTEntry (Results 1 – 2 of 2) sorted by relevance
118 uint8_t *GOTEntry = Section.Address + Section.StubOffset; in processGOTRelocation() local127 Addr = GOTEntry; in processGOTRelocation()
1051 typedef typename ObjectFile::Elf_Addr GOTEntry; typedef in __anon07d3185e0411::MipsGOTParser1052 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()