Lines Matching refs:MipsGOTParser
1875 template <class ELFT> class MipsGOTParser { class
1885 MipsGOTParser(ELFDumper<ELFT> *Dumper, const ELFO *Obj,
1918 MipsGOTParser<ELFT>::MipsGOTParser(ELFDumper<ELFT> *Dumper, const ELFO *Obj, in MipsGOTParser() function in MipsGOTParser
1942 template <class ELFT> void MipsGOTParser<ELFT>::parseGOT() { in parseGOT()
2030 template <class ELFT> void MipsGOTParser<ELFT>::parsePLT() { in parsePLT()
2090 std::size_t MipsGOTParser<ELFT>::getGOTTotal(ArrayRef<uint8_t> GOT) const { in getGOTTotal()
2095 const typename MipsGOTParser<ELFT>::GOTEntry *
2096 MipsGOTParser<ELFT>::makeGOTIter(ArrayRef<uint8_t> GOT, std::size_t EntryNum) { in makeGOTIter()
2102 void MipsGOTParser<ELFT>::printGotEntry(uint64_t GotAddr, in printGotEntry()
2112 void MipsGOTParser<ELFT>::printGlobalGotEntry( in printGlobalGotEntry()
2132 void MipsGOTParser<ELFT>::printPLTEntry(uint64_t PLTAddr, in printPLTEntry()
2143 void MipsGOTParser<ELFT>::printPLTEntry(uint64_t PLTAddr, in printPLTEntry()
2170 MipsGOTParser<ELFT> GOTParser(this, Obj, dynamic_table(), W); in printMipsPLTGOT()