Lines Matching refs:GOTIter
1053 GOTIter; typedef in __anon07d3185e0411::MipsGOTParser
1059 GOTIter makeGOTIter(ArrayRef<uint8_t> GOT, std::size_t EntryNum);
1062 void printGotEntry(uint64_t GotAddr, GOTIter BeginIt, GOTIter It);
1063 void printGlobalGotEntry(uint64_t GotAddr, GOTIter BeginIt, GOTIter It,
1106 GOTIter GotBegin = makeGOTIter(*GOT, 0); in parseGOT()
1107 GOTIter GotLocalEnd = makeGOTIter(*GOT, DtLocalGotNum); in parseGOT()
1108 GOTIter It = GotBegin; in parseGOT()
1138 GOTIter GotGlobalEnd = makeGOTIter(*GOT, DtLocalGotNum + GlobalGotNum); in parseGOT()
1156 typename MipsGOTParser<ELFT>::GOTIter
1159 return GOTIter(sizeof(GOTEntry), Data + EntryNum * sizeof(GOTEntry)); in makeGOTIter()
1193 void MipsGOTParser<ELFT>::printGotEntry(uint64_t GotAddr, GOTIter BeginIt, in printGotEntry()
1194 GOTIter It) { in printGotEntry()
1202 void MipsGOTParser<ELFT>::printGlobalGotEntry(uint64_t GotAddr, GOTIter BeginIt, in printGlobalGotEntry()
1203 GOTIter It, Elf_Sym_Iter Sym) { in printGlobalGotEntry()