Searched refs:EntryNum (Results 1 – 1 of 1) sorted by relevance
1902 const GOTEntry *makeGOTIter(ArrayRef<uint8_t> GOT, std::size_t EntryNum);2096 MipsGOTParser<ELFT>::makeGOTIter(ArrayRef<uint8_t> GOT, std::size_t EntryNum) { in makeGOTIter() argument2098 return reinterpret_cast<const GOTEntry *>(Data + EntryNum * sizeof(GOTEntry)); in makeGOTIter()