1 /* Created by build_access.py */ 2 /* returns string of length 0 if invalid arg */ 3 const char * dwarf_get_elf_relocname_mips(unsigned long); 4 #ifndef R_MIPS_NONE 5 #define R_MIPS_NONE 0 6 #endif /* R_MIPS_NONE */ 7 #ifndef R_MIPS_16 8 #define R_MIPS_16 1 9 #endif /* R_MIPS_16 */ 10 #ifndef R_MIPS_32 11 #define R_MIPS_32 2 12 #endif /* R_MIPS_32 */ 13 #ifndef R_MIPS_REL 14 #define R_MIPS_REL 3 15 #endif /* R_MIPS_REL */ 16 #ifndef R_MIPS_26 17 #define R_MIPS_26 4 18 #endif /* R_MIPS_26 */ 19 #ifndef R_MIPS_HI16 20 #define R_MIPS_HI16 5 21 #endif /* R_MIPS_HI16 */ 22 #ifndef R_MIPS_LO16 23 #define R_MIPS_LO16 6 24 #endif /* R_MIPS_LO16 */ 25 #ifndef R_MIPS_GPREL 26 #define R_MIPS_GPREL 7 27 #endif /* R_MIPS_GPREL */ 28 #ifndef R_MIPS_LITERAL 29 #define R_MIPS_LITERAL 8 30 #endif /* R_MIPS_LITERAL */ 31 #ifndef R_MIPS_GOT 32 #define R_MIPS_GOT 9 33 #endif /* R_MIPS_GOT */ 34 #ifndef R_MIPS_PC16 35 #define R_MIPS_PC16 10 36 #endif /* R_MIPS_PC16 */ 37 #ifndef R_MIPS_CALL 38 #define R_MIPS_CALL 11 39 #endif /* R_MIPS_CALL */ 40 #ifndef R_MIPS_GPREL32 41 #define R_MIPS_GPREL32 12 42 #endif /* R_MIPS_GPREL32 */ 43 #ifndef R_MIPS_UNUSED1 44 #define R_MIPS_UNUSED1 13 45 #endif /* R_MIPS_UNUSED1 */ 46 #ifndef R_MIPS_UNUSED2 47 #define R_MIPS_UNUSED2 14 48 #endif /* R_MIPS_UNUSED2 */ 49 #ifndef R_MIPS_UNUSED3 50 #define R_MIPS_UNUSED3 15 51 #endif /* R_MIPS_UNUSED3 */ 52 #ifndef R_MIPS_SHIFT5 53 #define R_MIPS_SHIFT5 16 54 #endif /* R_MIPS_SHIFT5 */ 55 #ifndef R_MIPS_SHIFT6 56 #define R_MIPS_SHIFT6 17 57 #endif /* R_MIPS_SHIFT6 */ 58 #ifndef R_MIPS_64 59 #define R_MIPS_64 18 60 #endif /* R_MIPS_64 */ 61 #ifndef R_MIPS_GOT_DISP 62 #define R_MIPS_GOT_DISP 19 63 #endif /* R_MIPS_GOT_DISP */ 64 #ifndef R_MIPS_GOT_PAGE 65 #define R_MIPS_GOT_PAGE 20 66 #endif /* R_MIPS_GOT_PAGE */ 67 #ifndef R_MIPS_GOT_OFST 68 #define R_MIPS_GOT_OFST 21 69 #endif /* R_MIPS_GOT_OFST */ 70 #ifndef R_MIPS_GOT_HI16 71 #define R_MIPS_GOT_HI16 22 72 #endif /* R_MIPS_GOT_HI16 */ 73 #ifndef R_MIPS_GOT_LO16 74 #define R_MIPS_GOT_LO16 23 75 #endif /* R_MIPS_GOT_LO16 */ 76 #ifndef R_MIPS_SUB 77 #define R_MIPS_SUB 24 78 #endif /* R_MIPS_SUB */ 79 #ifndef R_MIPS_INSERT_A 80 #define R_MIPS_INSERT_A 25 81 #endif /* R_MIPS_INSERT_A */ 82 #ifndef R_MIPS_INSERT_B 83 #define R_MIPS_INSERT_B 26 84 #endif /* R_MIPS_INSERT_B */ 85 #ifndef R_MIPS_DELETE 86 #define R_MIPS_DELETE 27 87 #endif /* R_MIPS_DELETE */ 88 #ifndef R_MIPS_HIGHER 89 #define R_MIPS_HIGHER 28 90 #endif /* R_MIPS_HIGHER */ 91 #ifndef R_MIPS_HIGHEST 92 #define R_MIPS_HIGHEST 29 93 #endif /* R_MIPS_HIGHEST */ 94 #ifndef R_MIPS_CALL_HI16 95 #define R_MIPS_CALL_HI16 30 96 #endif /* R_MIPS_CALL_HI16 */ 97 #ifndef R_MIPS_CALL_LO16 98 #define R_MIPS_CALL_LO16 31 99 #endif /* R_MIPS_CALL_LO16 */ 100 #ifndef R_MIPS_SCN_DISP 101 #define R_MIPS_SCN_DISP 32 102 #endif /* R_MIPS_SCN_DISP */ 103 #ifndef R_MIPS_REL16 104 #define R_MIPS_REL16 33 105 #endif /* R_MIPS_REL16 */ 106 #ifndef R_MIPS_ADD_IMMEDIATE 107 #define R_MIPS_ADD_IMMEDIATE 34 108 #endif /* R_MIPS_ADD_IMMEDIATE */ 109 #ifndef R_MIPS_PJUMP 110 #define R_MIPS_PJUMP 35 111 #endif /* R_MIPS_PJUMP */ 112 #ifndef R_MIPS_RELGOT 113 #define R_MIPS_RELGOT 36 114 #endif /* R_MIPS_RELGOT */ 115 #ifndef R_MIPS_JALR 116 #define R_MIPS_JALR 37 117 #endif /* R_MIPS_JALR */ 118 #ifndef R_MIPS_TLS_DTPMOD32 119 #define R_MIPS_TLS_DTPMOD32 38 120 #endif /* R_MIPS_TLS_DTPMOD32 */ 121 #ifndef R_MIPS_TLS_DTPREL32 122 #define R_MIPS_TLS_DTPREL32 39 123 #endif /* R_MIPS_TLS_DTPREL32 */ 124 #ifndef R_MIPS_TLS_DTPMOD64 125 #define R_MIPS_TLS_DTPMOD64 40 126 #endif /* R_MIPS_TLS_DTPMOD64 */ 127 #ifndef R_MIPS_TLS_DTPREL64 128 #define R_MIPS_TLS_DTPREL64 41 129 #endif /* R_MIPS_TLS_DTPREL64 */ 130 #ifndef R_MIPS_TLS_GD 131 #define R_MIPS_TLS_GD 42 132 #endif /* R_MIPS_TLS_GD */ 133 #ifndef R_MIPS_TLS_LDM 134 #define R_MIPS_TLS_LDM 43 135 #endif /* R_MIPS_TLS_LDM */ 136 #ifndef R_MIPS_TLS_DTPREL_HI16 137 #define R_MIPS_TLS_DTPREL_HI16 44 138 #endif /* R_MIPS_TLS_DTPREL_HI16 */ 139 #ifndef R_MIPS_TLS_DTPREL_LO16 140 #define R_MIPS_TLS_DTPREL_LO16 45 141 #endif /* R_MIPS_TLS_DTPREL_LO16 */ 142 #ifndef R_MIPS_TLS_GOTTPREL 143 #define R_MIPS_TLS_GOTTPREL 46 144 #endif /* R_MIPS_TLS_GOTTPREL */ 145 #ifndef R_MIPS_TLS_TPREL32 146 #define R_MIPS_TLS_TPREL32 47 147 #endif /* R_MIPS_TLS_TPREL32 */ 148 #ifndef R_MIPS_TLS_TPREL_HI16 149 #define R_MIPS_TLS_TPREL_HI16 49 150 #endif /* R_MIPS_TLS_TPREL_HI16 */ 151 #ifndef R_MIPS_TLS_TPREL_LO16 152 #define R_MIPS_TLS_TPREL_LO16 50 153 #endif /* R_MIPS_TLS_TPREL_LO16 */ 154 #ifndef R_MIPS_GLOB_DAT 155 #define R_MIPS_GLOB_DAT 51 156 #endif /* R_MIPS_GLOB_DAT */ 157 #ifndef R_MIPS_COPY 158 #define R_MIPS_COPY 126 159 #endif /* R_MIPS_COPY */ 160 #ifndef R_MIPS_JUMP_SLOT 161 #define R_MIPS_JUMP_SLOT 127 162 #endif /* R_MIPS_JUMP_SLOT */ 163 #ifndef R_MIPS_NUM 164 #define R_MIPS_NUM 128 165 #endif /* R_MIPS_NUM */ 166