Lines Matching refs:MipsGOTParser
1691 template <class ELFT> class MipsGOTParser { class
1701 MipsGOTParser(ELFDumper<ELFT> *Dumper, const ELFO *Obj,
1734 MipsGOTParser<ELFT>::MipsGOTParser(ELFDumper<ELFT> *Dumper, const ELFO *Obj, in MipsGOTParser() function in MipsGOTParser
1758 template <class ELFT> void MipsGOTParser<ELFT>::parseGOT() { in parseGOT()
1857 template <class ELFT> void MipsGOTParser<ELFT>::parsePLT() { in parsePLT()
1926 std::size_t MipsGOTParser<ELFT>::getGOTTotal(ArrayRef<uint8_t> GOT) const { in getGOTTotal()
1931 const typename MipsGOTParser<ELFT>::GOTEntry *
1932 MipsGOTParser<ELFT>::makeGOTIter(ArrayRef<uint8_t> GOT, std::size_t EntryNum) { in makeGOTIter()
1938 void MipsGOTParser<ELFT>::printGotEntry(uint64_t GotAddr, in printGotEntry()
1948 void MipsGOTParser<ELFT>::printGlobalGotEntry( in printGlobalGotEntry()
1968 void MipsGOTParser<ELFT>::printPLTEntry(uint64_t PLTAddr, in printPLTEntry()
1979 void MipsGOTParser<ELFT>::printPLTEntry(uint64_t PLTAddr, in printPLTEntry()
2006 MipsGOTParser<ELFT> GOTParser(this, Obj, dynamic_table(), W); in printMipsPLTGOT()