Searched refs:makeGOTIter (Results 1 – 1 of 1) sorted by relevance
1059 GOTIter makeGOTIter(ArrayRef<uint8_t> GOT, std::size_t EntryNum);1106 GOTIter GotBegin = makeGOTIter(*GOT, 0); in parseGOT()1107 GOTIter GotLocalEnd = makeGOTIter(*GOT, DtLocalGotNum); in parseGOT()1138 GOTIter GotGlobalEnd = makeGOTIter(*GOT, DtLocalGotNum + GlobalGotNum); in parseGOT()1157 MipsGOTParser<ELFT>::makeGOTIter(ArrayRef<uint8_t> GOT, std::size_t EntryNum) { in makeGOTIter() function in MipsGOTParser