Lines Matching refs:Fixup
39 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() argument
42 unsigned Kind = Fixup.getKind(); in adjustFixupValue()
83 Ctx.reportError(Fixup.getLoc(), "out of range PC16 fixup"); in adjustFixupValue()
93 Ctx.reportError(Fixup.getLoc(), "out of range PC19 fixup"); in adjustFixupValue()
132 Ctx.reportError(Fixup.getLoc(), "out of range PC7 fixup"); in adjustFixupValue()
142 Ctx.reportError(Fixup.getLoc(), "out of range PC10 fixup"); in adjustFixupValue()
152 Ctx.reportError(Fixup.getLoc(), "out of range PC16 fixup"); in adjustFixupValue()
161 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup"); in adjustFixupValue()
168 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup"); in adjustFixupValue()
174 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup"); in adjustFixupValue()
183 Ctx.reportError(Fixup.getLoc(), "out of range PC21 fixup"); in adjustFixupValue()
192 Ctx.reportError(Fixup.getLoc(), "out of range PC26 fixup"); in adjustFixupValue()
201 Ctx.reportError(Fixup.getLoc(), "out of range PC26 fixup"); in adjustFixupValue()
210 Ctx.reportError(Fixup.getLoc(), "out of range PC21 fixup"); in adjustFixupValue()
244 void MipsAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup() argument
249 MCFixupKind Kind = Fixup.getKind(); in applyFixup()
251 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()
257 unsigned Offset = Fixup.getOffset(); in applyFixup()
547 const MCFixup &Fixup, in shouldForceRelocation() argument
550 if (Fixup.getKind() >= FirstLiteralRelocationKind) in shouldForceRelocation()
552 const unsigned FixupKind = Fixup.getKind(); in shouldForceRelocation()