Searched refs:MipsGOTParser (Results 1 – 1 of 1) sorted by relevance
1040 template <class ELFT> class MipsGOTParser { class1045 MipsGOTParser(const ObjectFile *Obj, StreamWriter &W) : Obj(Obj), W(W) {} in MipsGOTParser() function in __anon07d3185e0411::MipsGOTParser1069 void MipsGOTParser<ELFT>::parseGOT(const Elf_Shdr &GOTShdr) { in parseGOT()1151 std::size_t MipsGOTParser<ELFT>::getGOTTotal(ArrayRef<uint8_t> GOT) const { in getGOTTotal()1156 typename MipsGOTParser<ELFT>::GOTIter1157 MipsGOTParser<ELFT>::makeGOTIter(ArrayRef<uint8_t> GOT, std::size_t EntryNum) { in makeGOTIter()1163 bool MipsGOTParser<ELFT>::getGOTTags(uint64_t &LocalGotNum, uint64_t &GotSym) { in getGOTTags()1193 void MipsGOTParser<ELFT>::printGotEntry(uint64_t GotAddr, GOTIter BeginIt, in printGotEntry()1202 void MipsGOTParser<ELFT>::printGlobalGotEntry(uint64_t GotAddr, GOTIter BeginIt, in printGlobalGotEntry()1243 MipsGOTParser<ELFT>(Obj, W).parseGOT(*GotShdr); in printMipsPLTGOT()