Lines Matching refs:MipsGOTParser

207 template <class ELFT> class MipsGOTParser;
310 virtual void printMipsGOT(const MipsGOTParser<ELFT> &Parser) = 0;
311 virtual void printMipsPLT(const MipsGOTParser<ELFT> &Parser) = 0;
680 void printMipsGOT(const MipsGOTParser<ELFT> &Parser) override;
681 void printMipsPLT(const MipsGOTParser<ELFT> &Parser) override;
737 void printMipsGOT(const MipsGOTParser<ELFT> &Parser) override;
738 void printMipsPLT(const MipsGOTParser<ELFT> &Parser) override;
2904 MipsGOTParser<ELFT> Parser(*this); in printArchSpecificInfo()
2956 template <class ELFT> class MipsGOTParser { class
2966 MipsGOTParser(const ELFDumper<ELFT> &D);
3015 MipsGOTParser<ELFT>::MipsGOTParser(const ELFDumper<ELFT> &D) in MipsGOTParser() function in MipsGOTParser
3022 Error MipsGOTParser<ELFT>::findGOT(Elf_Dyn_Range DynTable, in findGOT()
3094 Error MipsGOTParser<ELFT>::findPLT(Elf_Dyn_Range DynTable) { in findPLT()
3156 template <class ELFT> uint64_t MipsGOTParser<ELFT>::getGp() const { in getGp()
3161 const typename MipsGOTParser<ELFT>::Entry *
3162 MipsGOTParser<ELFT>::getGotLazyResolver() const { in getGotLazyResolver()
3167 const typename MipsGOTParser<ELFT>::Entry *
3168 MipsGOTParser<ELFT>::getGotModulePointer() const { in getGotModulePointer()
3178 typename MipsGOTParser<ELFT>::Entries
3179 MipsGOTParser<ELFT>::getLocalEntries() const { in getLocalEntries()
3187 typename MipsGOTParser<ELFT>::Entries
3188 MipsGOTParser<ELFT>::getGlobalEntries() const { in getGlobalEntries()
3195 typename MipsGOTParser<ELFT>::Entries
3196 MipsGOTParser<ELFT>::getOtherEntries() const { in getOtherEntries()
3204 uint64_t MipsGOTParser<ELFT>::getGotAddress(const Entry *E) const { in getGotAddress()
3210 int64_t MipsGOTParser<ELFT>::getGotOffset(const Entry *E) const { in getGotOffset()
3216 const typename MipsGOTParser<ELFT>::Elf_Sym *
3217 MipsGOTParser<ELFT>::getGotSym(const Entry *E) const { in getGotSym()
3223 const typename MipsGOTParser<ELFT>::Entry *
3224 MipsGOTParser<ELFT>::getPltLazyResolver() const { in getPltLazyResolver()
3229 const typename MipsGOTParser<ELFT>::Entry *
3230 MipsGOTParser<ELFT>::getPltModulePointer() const { in getPltModulePointer()
3235 typename MipsGOTParser<ELFT>::Entries
3236 MipsGOTParser<ELFT>::getPltEntries() const { in getPltEntries()
3243 uint64_t MipsGOTParser<ELFT>::getPltAddress(const Entry *E) const { in getPltAddress()
3249 const typename MipsGOTParser<ELFT>::Elf_Sym *
3250 MipsGOTParser<ELFT>::getPltSym(const Entry *E) const { in getPltSym()
6694 void GNUELFDumper<ELFT>::printMipsGOT(const MipsGOTParser<ELFT> &Parser) { in printMipsGOT()
6775 void GNUELFDumper<ELFT>::printMipsPLT(const MipsGOTParser<ELFT> &Parser) { in printMipsPLT()
7910 void LLVMELFDumper<ELFT>::printMipsGOT(const MipsGOTParser<ELFT> &Parser) { in printMipsGOT()
7972 void LLVMELFDumper<ELFT>::printMipsPLT(const MipsGOTParser<ELFT> &Parser) { in printMipsPLT()