Lines Matching refs:MipsGOTParser
207 template <class ELFT> class MipsGOTParser;
296 virtual void printMipsGOT(const MipsGOTParser<ELFT> &Parser) = 0;
297 virtual void printMipsPLT(const MipsGOTParser<ELFT> &Parser) = 0;
653 void printMipsGOT(const MipsGOTParser<ELFT> &Parser) override;
654 void printMipsPLT(const MipsGOTParser<ELFT> &Parser) override;
702 void printMipsGOT(const MipsGOTParser<ELFT> &Parser) override;
703 void printMipsPLT(const MipsGOTParser<ELFT> &Parser) override;
2660 MipsGOTParser<ELFT> Parser(*this); in printArchSpecificInfo()
2712 template <class ELFT> class MipsGOTParser { class
2722 MipsGOTParser(const ELFDumper<ELFT> &D);
2771 MipsGOTParser<ELFT>::MipsGOTParser(const ELFDumper<ELFT> &D) in MipsGOTParser() function in MipsGOTParser
2778 Error MipsGOTParser<ELFT>::findGOT(Elf_Dyn_Range DynTable, in findGOT()
2850 Error MipsGOTParser<ELFT>::findPLT(Elf_Dyn_Range DynTable) { in findPLT()
2912 template <class ELFT> uint64_t MipsGOTParser<ELFT>::getGp() const { in getGp()
2917 const typename MipsGOTParser<ELFT>::Entry *
2918 MipsGOTParser<ELFT>::getGotLazyResolver() const { in getGotLazyResolver()
2923 const typename MipsGOTParser<ELFT>::Entry *
2924 MipsGOTParser<ELFT>::getGotModulePointer() const { in getGotModulePointer()
2934 typename MipsGOTParser<ELFT>::Entries
2935 MipsGOTParser<ELFT>::getLocalEntries() const { in getLocalEntries()
2943 typename MipsGOTParser<ELFT>::Entries
2944 MipsGOTParser<ELFT>::getGlobalEntries() const { in getGlobalEntries()
2951 typename MipsGOTParser<ELFT>::Entries
2952 MipsGOTParser<ELFT>::getOtherEntries() const { in getOtherEntries()
2960 uint64_t MipsGOTParser<ELFT>::getGotAddress(const Entry *E) const { in getGotAddress()
2966 int64_t MipsGOTParser<ELFT>::getGotOffset(const Entry *E) const { in getGotOffset()
2972 const typename MipsGOTParser<ELFT>::Elf_Sym *
2973 MipsGOTParser<ELFT>::getGotSym(const Entry *E) const { in getGotSym()
2979 const typename MipsGOTParser<ELFT>::Entry *
2980 MipsGOTParser<ELFT>::getPltLazyResolver() const { in getPltLazyResolver()
2985 const typename MipsGOTParser<ELFT>::Entry *
2986 MipsGOTParser<ELFT>::getPltModulePointer() const { in getPltModulePointer()
2991 typename MipsGOTParser<ELFT>::Entries
2992 MipsGOTParser<ELFT>::getPltEntries() const { in getPltEntries()
2999 uint64_t MipsGOTParser<ELFT>::getPltAddress(const Entry *E) const { in getPltAddress()
3005 const typename MipsGOTParser<ELFT>::Elf_Sym *
3006 MipsGOTParser<ELFT>::getPltSym(const Entry *E) const { in getPltSym()
6259 void GNUELFDumper<ELFT>::printMipsGOT(const MipsGOTParser<ELFT> &Parser) { in printMipsGOT()
6340 void GNUELFDumper<ELFT>::printMipsPLT(const MipsGOTParser<ELFT> &Parser) { in printMipsPLT()
7340 void LLVMELFDumper<ELFT>::printMipsGOT(const MipsGOTParser<ELFT> &Parser) { in printMipsGOT()
7402 void LLVMELFDumper<ELFT>::printMipsPLT(const MipsGOTParser<ELFT> &Parser) { in printMipsPLT()