Warning, /include/llvm/BinaryFormat/ELFRelocs/Mips.def is written in an unsupported language. File is not indexed.
0001
0002 #ifndef ELF_RELOC
0003 #error "ELF_RELOC must be defined"
0004 #endif
0005
0006 ELF_RELOC(R_MIPS_NONE, 0)
0007 ELF_RELOC(R_MIPS_16, 1)
0008 ELF_RELOC(R_MIPS_32, 2)
0009 ELF_RELOC(R_MIPS_REL32, 3)
0010 ELF_RELOC(R_MIPS_26, 4)
0011 ELF_RELOC(R_MIPS_HI16, 5)
0012 ELF_RELOC(R_MIPS_LO16, 6)
0013 ELF_RELOC(R_MIPS_GPREL16, 7)
0014 ELF_RELOC(R_MIPS_LITERAL, 8)
0015 ELF_RELOC(R_MIPS_GOT16, 9)
0016 ELF_RELOC(R_MIPS_PC16, 10)
0017 ELF_RELOC(R_MIPS_CALL16, 11)
0018 ELF_RELOC(R_MIPS_GPREL32, 12)
0019 ELF_RELOC(R_MIPS_UNUSED1, 13)
0020 ELF_RELOC(R_MIPS_UNUSED2, 14)
0021 ELF_RELOC(R_MIPS_UNUSED3, 15)
0022 ELF_RELOC(R_MIPS_SHIFT5, 16)
0023 ELF_RELOC(R_MIPS_SHIFT6, 17)
0024 ELF_RELOC(R_MIPS_64, 18)
0025 ELF_RELOC(R_MIPS_GOT_DISP, 19)
0026 ELF_RELOC(R_MIPS_GOT_PAGE, 20)
0027 ELF_RELOC(R_MIPS_GOT_OFST, 21)
0028 ELF_RELOC(R_MIPS_GOT_HI16, 22)
0029 ELF_RELOC(R_MIPS_GOT_LO16, 23)
0030 ELF_RELOC(R_MIPS_SUB, 24)
0031 ELF_RELOC(R_MIPS_INSERT_A, 25)
0032 ELF_RELOC(R_MIPS_INSERT_B, 26)
0033 ELF_RELOC(R_MIPS_DELETE, 27)
0034 ELF_RELOC(R_MIPS_HIGHER, 28)
0035 ELF_RELOC(R_MIPS_HIGHEST, 29)
0036 ELF_RELOC(R_MIPS_CALL_HI16, 30)
0037 ELF_RELOC(R_MIPS_CALL_LO16, 31)
0038 ELF_RELOC(R_MIPS_SCN_DISP, 32)
0039 ELF_RELOC(R_MIPS_REL16, 33)
0040 ELF_RELOC(R_MIPS_ADD_IMMEDIATE, 34)
0041 ELF_RELOC(R_MIPS_PJUMP, 35)
0042 ELF_RELOC(R_MIPS_RELGOT, 36)
0043 ELF_RELOC(R_MIPS_JALR, 37)
0044 ELF_RELOC(R_MIPS_TLS_DTPMOD32, 38)
0045 ELF_RELOC(R_MIPS_TLS_DTPREL32, 39)
0046 ELF_RELOC(R_MIPS_TLS_DTPMOD64, 40)
0047 ELF_RELOC(R_MIPS_TLS_DTPREL64, 41)
0048 ELF_RELOC(R_MIPS_TLS_GD, 42)
0049 ELF_RELOC(R_MIPS_TLS_LDM, 43)
0050 ELF_RELOC(R_MIPS_TLS_DTPREL_HI16, 44)
0051 ELF_RELOC(R_MIPS_TLS_DTPREL_LO16, 45)
0052 ELF_RELOC(R_MIPS_TLS_GOTTPREL, 46)
0053 ELF_RELOC(R_MIPS_TLS_TPREL32, 47)
0054 ELF_RELOC(R_MIPS_TLS_TPREL64, 48)
0055 ELF_RELOC(R_MIPS_TLS_TPREL_HI16, 49)
0056 ELF_RELOC(R_MIPS_TLS_TPREL_LO16, 50)
0057 ELF_RELOC(R_MIPS_GLOB_DAT, 51)
0058 ELF_RELOC(R_MIPS_PC21_S2, 60)
0059 ELF_RELOC(R_MIPS_PC26_S2, 61)
0060 ELF_RELOC(R_MIPS_PC18_S3, 62)
0061 ELF_RELOC(R_MIPS_PC19_S2, 63)
0062 ELF_RELOC(R_MIPS_PCHI16, 64)
0063 ELF_RELOC(R_MIPS_PCLO16, 65)
0064 ELF_RELOC(R_MIPS16_26, 100)
0065 ELF_RELOC(R_MIPS16_GPREL, 101)
0066 ELF_RELOC(R_MIPS16_GOT16, 102)
0067 ELF_RELOC(R_MIPS16_CALL16, 103)
0068 ELF_RELOC(R_MIPS16_HI16, 104)
0069 ELF_RELOC(R_MIPS16_LO16, 105)
0070 ELF_RELOC(R_MIPS16_TLS_GD, 106)
0071 ELF_RELOC(R_MIPS16_TLS_LDM, 107)
0072 ELF_RELOC(R_MIPS16_TLS_DTPREL_HI16, 108)
0073 ELF_RELOC(R_MIPS16_TLS_DTPREL_LO16, 109)
0074 ELF_RELOC(R_MIPS16_TLS_GOTTPREL, 110)
0075 ELF_RELOC(R_MIPS16_TLS_TPREL_HI16, 111)
0076 ELF_RELOC(R_MIPS16_TLS_TPREL_LO16, 112)
0077 ELF_RELOC(R_MIPS_COPY, 126)
0078 ELF_RELOC(R_MIPS_JUMP_SLOT, 127)
0079 ELF_RELOC(R_MICROMIPS_26_S1, 133)
0080 ELF_RELOC(R_MICROMIPS_HI16, 134)
0081 ELF_RELOC(R_MICROMIPS_LO16, 135)
0082 ELF_RELOC(R_MICROMIPS_GPREL16, 136)
0083 ELF_RELOC(R_MICROMIPS_LITERAL, 137)
0084 ELF_RELOC(R_MICROMIPS_GOT16, 138)
0085 ELF_RELOC(R_MICROMIPS_PC7_S1, 139)
0086 ELF_RELOC(R_MICROMIPS_PC10_S1, 140)
0087 ELF_RELOC(R_MICROMIPS_PC16_S1, 141)
0088 ELF_RELOC(R_MICROMIPS_CALL16, 142)
0089 ELF_RELOC(R_MICROMIPS_GOT_DISP, 145)
0090 ELF_RELOC(R_MICROMIPS_GOT_PAGE, 146)
0091 ELF_RELOC(R_MICROMIPS_GOT_OFST, 147)
0092 ELF_RELOC(R_MICROMIPS_GOT_HI16, 148)
0093 ELF_RELOC(R_MICROMIPS_GOT_LO16, 149)
0094 ELF_RELOC(R_MICROMIPS_SUB, 150)
0095 ELF_RELOC(R_MICROMIPS_HIGHER, 151)
0096 ELF_RELOC(R_MICROMIPS_HIGHEST, 152)
0097 ELF_RELOC(R_MICROMIPS_CALL_HI16, 153)
0098 ELF_RELOC(R_MICROMIPS_CALL_LO16, 154)
0099 ELF_RELOC(R_MICROMIPS_SCN_DISP, 155)
0100 ELF_RELOC(R_MICROMIPS_JALR, 156)
0101 ELF_RELOC(R_MICROMIPS_HI0_LO16, 157)
0102 ELF_RELOC(R_MICROMIPS_TLS_GD, 162)
0103 ELF_RELOC(R_MICROMIPS_TLS_LDM, 163)
0104 ELF_RELOC(R_MICROMIPS_TLS_DTPREL_HI16, 164)
0105 ELF_RELOC(R_MICROMIPS_TLS_DTPREL_LO16, 165)
0106 ELF_RELOC(R_MICROMIPS_TLS_GOTTPREL, 166)
0107 ELF_RELOC(R_MICROMIPS_TLS_TPREL_HI16, 169)
0108 ELF_RELOC(R_MICROMIPS_TLS_TPREL_LO16, 170)
0109 ELF_RELOC(R_MICROMIPS_GPREL7_S2, 172)
0110 ELF_RELOC(R_MICROMIPS_PC23_S2, 173)
0111 ELF_RELOC(R_MICROMIPS_PC21_S1, 174)
0112 ELF_RELOC(R_MICROMIPS_PC26_S1, 175)
0113 ELF_RELOC(R_MICROMIPS_PC18_S3, 176)
0114 ELF_RELOC(R_MICROMIPS_PC19_S2, 177)
0115 ELF_RELOC(R_MIPS_NUM, 218)
0116 ELF_RELOC(R_MIPS_PC32, 248)
0117 ELF_RELOC(R_MIPS_EH, 249)