Lines Matching refs:MipsGOTParser

317 template <class ELFT> class MipsGOTParser;
345 virtual void printMipsGOT(const MipsGOTParser<ELFT> &Parser) = 0;
346 virtual void printMipsPLT(const MipsGOTParser<ELFT> &Parser) = 0;
377 void printMipsGOT(const MipsGOTParser<ELFT> &Parser) override;
378 void printMipsPLT(const MipsGOTParser<ELFT> &Parser) override;
468 void printMipsGOT(const MipsGOTParser<ELFT> &Parser) override;
469 void printMipsPLT(const MipsGOTParser<ELFT> &Parser) override;
2033 template <class ELFT> class MipsGOTParser { class
2042 MipsGOTParser(const ELFO *Obj, Elf_Dyn_Range DynTable, Elf_Sym_Range DynSyms);
2086 MipsGOTParser<ELFT>::MipsGOTParser(const ELFO *Obj, Elf_Dyn_Range DynTable, in MipsGOTParser() function in MipsGOTParser
2187 template <class ELFT> uint64_t MipsGOTParser<ELFT>::getGp() const { in getGp()
2192 const typename MipsGOTParser<ELFT>::Entry *
2193 MipsGOTParser<ELFT>::getGotLazyResolver() const { in getGotLazyResolver()
2198 const typename MipsGOTParser<ELFT>::Entry *
2199 MipsGOTParser<ELFT>::getGotModulePointer() const { in getGotModulePointer()
2209 typename MipsGOTParser<ELFT>::Entries
2210 MipsGOTParser<ELFT>::getLocalEntries() const { in getLocalEntries()
2218 typename MipsGOTParser<ELFT>::Entries
2219 MipsGOTParser<ELFT>::getGlobalEntries() const { in getGlobalEntries()
2226 typename MipsGOTParser<ELFT>::Entries
2227 MipsGOTParser<ELFT>::getOtherEntries() const { in getOtherEntries()
2235 uint64_t MipsGOTParser<ELFT>::getGotAddress(const Entry *E) const { in getGotAddress()
2241 int64_t MipsGOTParser<ELFT>::getGotOffset(const Entry *E) const { in getGotOffset()
2247 const typename MipsGOTParser<ELFT>::Elf_Sym *
2248 MipsGOTParser<ELFT>::getGotSym(const Entry *E) const { in getGotSym()
2254 const typename MipsGOTParser<ELFT>::Entry *
2255 MipsGOTParser<ELFT>::getPltLazyResolver() const { in getPltLazyResolver()
2260 const typename MipsGOTParser<ELFT>::Entry *
2261 MipsGOTParser<ELFT>::getPltModulePointer() const { in getPltModulePointer()
2266 typename MipsGOTParser<ELFT>::Entries
2267 MipsGOTParser<ELFT>::getPltEntries() const { in getPltEntries()
2274 uint64_t MipsGOTParser<ELFT>::getPltAddress(const Entry *E) const { in getPltAddress()
2280 const typename MipsGOTParser<ELFT>::Elf_Sym *
2281 MipsGOTParser<ELFT>::getPltSym(const Entry *E) const { in getPltSym()
2297 MipsGOTParser<ELFT> Parser(Obj, dynamic_table(), dynamic_symbols()); in printMipsPLTGOT()
3977 void GNUStyle<ELFT>::printMipsGOT(const MipsGOTParser<ELFT> &Parser) { in printMipsGOT()
4044 void GNUStyle<ELFT>::printMipsPLT(const MipsGOTParser<ELFT> &Parser) { in printMipsPLT()
4665 void LLVMStyle<ELFT>::printMipsGOT(const MipsGOTParser<ELFT> &Parser) { in printMipsGOT()
4729 void LLVMStyle<ELFT>::printMipsPLT(const MipsGOTParser<ELFT> &Parser) { in printMipsPLT()