Lines Matching refs:MIPS
24 template <class ELFT> class MIPS final : public TargetInfo { class
26 MIPS();
45 template <class ELFT> MIPS<ELFT>::MIPS() { in MIPS() function in MIPS
72 template <class ELFT> uint32_t MIPS<ELFT>::calcEFlags() const { in calcEFlags()
77 RelExpr MIPS<ELFT>::getRelExpr(RelType type, const Symbol &s, in getRelExpr()
200 template <class ELFT> RelType MIPS<ELFT>::getDynRel(RelType type) const { in getDynRel()
207 void MIPS<ELFT>::writeGotPlt(uint8_t *buf, const Symbol &) const { in writeGotPlt()
258 template <class ELFT> void MIPS<ELFT>::writePltHeader(uint8_t *buf) const { in writePltHeader()
320 void MIPS<ELFT>::writePlt(uint8_t *buf, const Symbol &sym, in writePlt()
358 bool MIPS<ELFT>::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk()
382 int64_t MIPS<ELFT>::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend()
568 void MIPS<ELFT>::relocate(uint8_t *loc, const Relocation &rel, in relocate()
758 template <class ELFT> bool MIPS<ELFT>::usesOnlyLowPageBits(RelType type) const { in usesOnlyLowPageBits()
782 static MIPS<ELFT> target; in getMipsTargetInfo()