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