Lines Matching refs:Mips
48 case Mips::fixup_Mips_LO16: in adjustFixupValue()
49 case Mips::fixup_Mips_GPREL16: in adjustFixupValue()
50 case Mips::fixup_Mips_GPOFF_HI: in adjustFixupValue()
51 case Mips::fixup_Mips_GPOFF_LO: in adjustFixupValue()
52 case Mips::fixup_Mips_GOT_PAGE: in adjustFixupValue()
53 case Mips::fixup_Mips_GOT_OFST: in adjustFixupValue()
54 case Mips::fixup_Mips_GOT_DISP: in adjustFixupValue()
55 case Mips::fixup_Mips_GOT_LO16: in adjustFixupValue()
56 case Mips::fixup_Mips_CALL_LO16: in adjustFixupValue()
57 case Mips::fixup_MICROMIPS_GPOFF_HI: in adjustFixupValue()
58 case Mips::fixup_MICROMIPS_GPOFF_LO: in adjustFixupValue()
59 case Mips::fixup_MICROMIPS_LO16: in adjustFixupValue()
60 case Mips::fixup_MICROMIPS_GOT_PAGE: in adjustFixupValue()
61 case Mips::fixup_MICROMIPS_GOT_OFST: in adjustFixupValue()
62 case Mips::fixup_MICROMIPS_GOT_DISP: in adjustFixupValue()
63 case Mips::fixup_MIPS_PCLO16: in adjustFixupValue()
73 case Mips::fixup_Mips_SUB: in adjustFixupValue()
74 case Mips::fixup_MICROMIPS_SUB: in adjustFixupValue()
76 case Mips::fixup_Mips_PC16: in adjustFixupValue()
86 case Mips::fixup_MIPS_PC19_S2: in adjustFixupValue()
87 case Mips::fixup_MICROMIPS_PC19_S2: in adjustFixupValue()
96 case Mips::fixup_Mips_26: in adjustFixupValue()
102 case Mips::fixup_Mips_HI16: in adjustFixupValue()
103 case Mips::fixup_Mips_GOT: in adjustFixupValue()
104 case Mips::fixup_MICROMIPS_GOT16: in adjustFixupValue()
105 case Mips::fixup_Mips_GOT_HI16: in adjustFixupValue()
106 case Mips::fixup_Mips_CALL_HI16: in adjustFixupValue()
107 case Mips::fixup_MICROMIPS_HI16: in adjustFixupValue()
108 case Mips::fixup_MIPS_PCHI16: in adjustFixupValue()
112 case Mips::fixup_Mips_HIGHER: in adjustFixupValue()
113 case Mips::fixup_MICROMIPS_HIGHER: in adjustFixupValue()
117 case Mips::fixup_Mips_HIGHEST: in adjustFixupValue()
118 case Mips::fixup_MICROMIPS_HIGHEST: in adjustFixupValue()
122 case Mips::fixup_MICROMIPS_26_S1: in adjustFixupValue()
125 case Mips::fixup_MICROMIPS_PC7_S1: in adjustFixupValue()
135 case Mips::fixup_MICROMIPS_PC10_S1: in adjustFixupValue()
145 case Mips::fixup_MICROMIPS_PC16_S1: in adjustFixupValue()
155 case Mips::fixup_MIPS_PC18_S3: in adjustFixupValue()
164 case Mips::fixup_MICROMIPS_PC18_S3: in adjustFixupValue()
177 case Mips::fixup_MIPS_PC21_S2: in adjustFixupValue()
186 case Mips::fixup_MIPS_PC26_S2: in adjustFixupValue()
195 case Mips::fixup_MICROMIPS_PC26_S1: in adjustFixupValue()
204 case Mips::fixup_MICROMIPS_PC21_S1: in adjustFixupValue()
228 return Kind != Mips::fixup_MICROMIPS_PC10_S1 && in needsMMLEByteOrder()
229 Kind >= Mips::fixup_MICROMIPS_26_S1 && in needsMMLEByteOrder()
230 Kind < Mips::LastTargetFixupKind; in needsMMLEByteOrder()
264 case Mips::fixup_Mips_16: in applyFixup()
265 case Mips::fixup_MICROMIPS_PC10_S1: in applyFixup()
269 case Mips::fixup_Mips_64: in applyFixup()
316 .Case("R_MIPS_CALL_HI16", (MCFixupKind)Mips::fixup_Mips_CALL_HI16) in getFixupKind()
317 .Case("R_MIPS_CALL_LO16", (MCFixupKind)Mips::fixup_Mips_CALL_LO16) in getFixupKind()
318 .Case("R_MIPS_CALL16", (MCFixupKind)Mips::fixup_Mips_CALL16) in getFixupKind()
319 .Case("R_MIPS_GOT16", (MCFixupKind)Mips::fixup_Mips_GOT) in getFixupKind()
320 .Case("R_MIPS_GOT_PAGE", (MCFixupKind)Mips::fixup_Mips_GOT_PAGE) in getFixupKind()
321 .Case("R_MIPS_GOT_OFST", (MCFixupKind)Mips::fixup_Mips_GOT_OFST) in getFixupKind()
322 .Case("R_MIPS_GOT_DISP", (MCFixupKind)Mips::fixup_Mips_GOT_DISP) in getFixupKind()
323 .Case("R_MIPS_GOT_HI16", (MCFixupKind)Mips::fixup_Mips_GOT_HI16) in getFixupKind()
324 .Case("R_MIPS_GOT_LO16", (MCFixupKind)Mips::fixup_Mips_GOT_LO16) in getFixupKind()
325 .Case("R_MIPS_TLS_GOTTPREL", (MCFixupKind)Mips::fixup_Mips_GOTTPREL) in getFixupKind()
326 .Case("R_MIPS_TLS_DTPREL_HI16", (MCFixupKind)Mips::fixup_Mips_DTPREL_HI) in getFixupKind()
327 .Case("R_MIPS_TLS_DTPREL_LO16", (MCFixupKind)Mips::fixup_Mips_DTPREL_LO) in getFixupKind()
328 .Case("R_MIPS_TLS_GD", (MCFixupKind)Mips::fixup_Mips_TLSGD) in getFixupKind()
329 .Case("R_MIPS_TLS_LDM", (MCFixupKind)Mips::fixup_Mips_TLSLDM) in getFixupKind()
330 .Case("R_MIPS_TLS_TPREL_HI16", (MCFixupKind)Mips::fixup_Mips_TPREL_HI) in getFixupKind()
331 .Case("R_MIPS_TLS_TPREL_LO16", (MCFixupKind)Mips::fixup_Mips_TPREL_LO) in getFixupKind()
332 .Case("R_MICROMIPS_CALL16", (MCFixupKind)Mips::fixup_MICROMIPS_CALL16) in getFixupKind()
333 .Case("R_MICROMIPS_GOT_DISP", (MCFixupKind)Mips::fixup_MICROMIPS_GOT_DISP) in getFixupKind()
334 .Case("R_MICROMIPS_GOT_PAGE", (MCFixupKind)Mips::fixup_MICROMIPS_GOT_PAGE) in getFixupKind()
335 .Case("R_MICROMIPS_GOT_OFST", (MCFixupKind)Mips::fixup_MICROMIPS_GOT_OFST) in getFixupKind()
336 .Case("R_MICROMIPS_GOT16", (MCFixupKind)Mips::fixup_MICROMIPS_GOT16) in getFixupKind()
338 (MCFixupKind)Mips::fixup_MICROMIPS_GOTTPREL) in getFixupKind()
340 (MCFixupKind)Mips::fixup_MICROMIPS_TLS_DTPREL_HI16) in getFixupKind()
342 (MCFixupKind)Mips::fixup_MICROMIPS_TLS_DTPREL_LO16) in getFixupKind()
343 .Case("R_MICROMIPS_TLS_GD", (MCFixupKind)Mips::fixup_MICROMIPS_TLS_GD) in getFixupKind()
344 .Case("R_MICROMIPS_TLS_LDM", (MCFixupKind)Mips::fixup_MICROMIPS_TLS_LDM) in getFixupKind()
346 (MCFixupKind)Mips::fixup_MICROMIPS_TLS_TPREL_HI16) in getFixupKind()
348 (MCFixupKind)Mips::fixup_MICROMIPS_TLS_TPREL_LO16) in getFixupKind()
349 .Case("R_MIPS_JALR", (MCFixupKind)Mips::fixup_Mips_JALR) in getFixupKind()
350 .Case("R_MICROMIPS_JALR", (MCFixupKind)Mips::fixup_MICROMIPS_JALR) in getFixupKind()
432 static_assert(array_lengthof(LittleEndianInfos) == Mips::NumTargetFixupKinds, in getFixupKindInfo()
511 static_assert(array_lengthof(BigEndianInfos) == Mips::NumTargetFixupKinds, in getFixupKindInfo()
556 case Mips::fixup_Mips_CALL_HI16: in shouldForceRelocation()
557 case Mips::fixup_Mips_CALL_LO16: in shouldForceRelocation()
558 case Mips::fixup_Mips_CALL16: in shouldForceRelocation()
559 case Mips::fixup_Mips_GOT: in shouldForceRelocation()
560 case Mips::fixup_Mips_GOT_PAGE: in shouldForceRelocation()
561 case Mips::fixup_Mips_GOT_OFST: in shouldForceRelocation()
562 case Mips::fixup_Mips_GOT_DISP: in shouldForceRelocation()
563 case Mips::fixup_Mips_GOT_HI16: in shouldForceRelocation()
564 case Mips::fixup_Mips_GOT_LO16: in shouldForceRelocation()
565 case Mips::fixup_Mips_GOTTPREL: in shouldForceRelocation()
566 case Mips::fixup_Mips_DTPREL_HI: in shouldForceRelocation()
567 case Mips::fixup_Mips_DTPREL_LO: in shouldForceRelocation()
568 case Mips::fixup_Mips_TLSGD: in shouldForceRelocation()
569 case Mips::fixup_Mips_TLSLDM: in shouldForceRelocation()
570 case Mips::fixup_Mips_TPREL_HI: in shouldForceRelocation()
571 case Mips::fixup_Mips_TPREL_LO: in shouldForceRelocation()
572 case Mips::fixup_Mips_JALR: in shouldForceRelocation()
573 case Mips::fixup_MICROMIPS_CALL16: in shouldForceRelocation()
574 case Mips::fixup_MICROMIPS_GOT_DISP: in shouldForceRelocation()
575 case Mips::fixup_MICROMIPS_GOT_PAGE: in shouldForceRelocation()
576 case Mips::fixup_MICROMIPS_GOT_OFST: in shouldForceRelocation()
577 case Mips::fixup_MICROMIPS_GOT16: in shouldForceRelocation()
578 case Mips::fixup_MICROMIPS_GOTTPREL: in shouldForceRelocation()
579 case Mips::fixup_MICROMIPS_TLS_DTPREL_HI16: in shouldForceRelocation()
580 case Mips::fixup_MICROMIPS_TLS_DTPREL_LO16: in shouldForceRelocation()
581 case Mips::fixup_MICROMIPS_TLS_GD: in shouldForceRelocation()
582 case Mips::fixup_MICROMIPS_TLS_LDM: in shouldForceRelocation()
583 case Mips::fixup_MICROMIPS_TLS_TPREL_HI16: in shouldForceRelocation()
584 case Mips::fixup_MICROMIPS_TLS_TPREL_LO16: in shouldForceRelocation()
585 case Mips::fixup_MICROMIPS_JALR: in shouldForceRelocation()