Lines Matching refs:ELF

68   case ELF::R_MIPS_32:  in evaluateMIPS32Relocation()
70 case ELF::R_MIPS_26: in evaluateMIPS32Relocation()
72 case ELF::R_MIPS_HI16: in evaluateMIPS32Relocation()
75 case ELF::R_MIPS_LO16: in evaluateMIPS32Relocation()
77 case ELF::R_MIPS_PC32: { in evaluateMIPS32Relocation()
81 case ELF::R_MIPS_PC16: { in evaluateMIPS32Relocation()
85 case ELF::R_MIPS_PC19_S2: { in evaluateMIPS32Relocation()
89 case ELF::R_MIPS_PC21_S2: { in evaluateMIPS32Relocation()
93 case ELF::R_MIPS_PC26_S2: { in evaluateMIPS32Relocation()
97 case ELF::R_MIPS_PCHI16: { in evaluateMIPS32Relocation()
101 case ELF::R_MIPS_PCLO16: { in evaluateMIPS32Relocation()
127 case ELF::R_MIPS_JALR: in evaluateMIPS64Relocation()
128 case ELF::R_MIPS_NONE: in evaluateMIPS64Relocation()
130 case ELF::R_MIPS_32: in evaluateMIPS64Relocation()
131 case ELF::R_MIPS_64: in evaluateMIPS64Relocation()
133 case ELF::R_MIPS_26: in evaluateMIPS64Relocation()
135 case ELF::R_MIPS_GPREL16: { in evaluateMIPS64Relocation()
139 case ELF::R_MIPS_SUB: in evaluateMIPS64Relocation()
141 case ELF::R_MIPS_HI16: in evaluateMIPS64Relocation()
144 case ELF::R_MIPS_LO16: in evaluateMIPS64Relocation()
146 case ELF::R_MIPS_HIGHER: in evaluateMIPS64Relocation()
148 case ELF::R_MIPS_HIGHEST: in evaluateMIPS64Relocation()
150 case ELF::R_MIPS_CALL16: in evaluateMIPS64Relocation()
151 case ELF::R_MIPS_GOT_DISP: in evaluateMIPS64Relocation()
152 case ELF::R_MIPS_GOT_PAGE: { in evaluateMIPS64Relocation()
158 if (Type == ELF::R_MIPS_GOT_PAGE) in evaluateMIPS64Relocation()
169 case ELF::R_MIPS_GOT_OFST: { in evaluateMIPS64Relocation()
173 case ELF::R_MIPS_GPREL32: { in evaluateMIPS64Relocation()
177 case ELF::R_MIPS_PC16: { in evaluateMIPS64Relocation()
181 case ELF::R_MIPS_PC32: { in evaluateMIPS64Relocation()
185 case ELF::R_MIPS_PC18_S3: { in evaluateMIPS64Relocation()
189 case ELF::R_MIPS_PC19_S2: { in evaluateMIPS64Relocation()
193 case ELF::R_MIPS_PC21_S2: { in evaluateMIPS64Relocation()
197 case ELF::R_MIPS_PC26_S2: { in evaluateMIPS64Relocation()
201 case ELF::R_MIPS_PCHI16: { in evaluateMIPS64Relocation()
205 case ELF::R_MIPS_PCLO16: { in evaluateMIPS64Relocation()
221 case ELF::R_MIPS_GPREL16: in applyMIPSRelocation()
222 case ELF::R_MIPS_HI16: in applyMIPSRelocation()
223 case ELF::R_MIPS_LO16: in applyMIPSRelocation()
224 case ELF::R_MIPS_HIGHER: in applyMIPSRelocation()
225 case ELF::R_MIPS_HIGHEST: in applyMIPSRelocation()
226 case ELF::R_MIPS_PC16: in applyMIPSRelocation()
227 case ELF::R_MIPS_PCHI16: in applyMIPSRelocation()
228 case ELF::R_MIPS_PCLO16: in applyMIPSRelocation()
229 case ELF::R_MIPS_CALL16: in applyMIPSRelocation()
230 case ELF::R_MIPS_GOT_DISP: in applyMIPSRelocation()
231 case ELF::R_MIPS_GOT_PAGE: in applyMIPSRelocation()
232 case ELF::R_MIPS_GOT_OFST: in applyMIPSRelocation()
236 case ELF::R_MIPS_PC18_S3: in applyMIPSRelocation()
240 case ELF::R_MIPS_PC19_S2: in applyMIPSRelocation()
244 case ELF::R_MIPS_PC21_S2: in applyMIPSRelocation()
248 case ELF::R_MIPS_26: in applyMIPSRelocation()
249 case ELF::R_MIPS_PC26_S2: in applyMIPSRelocation()
253 case ELF::R_MIPS_32: in applyMIPSRelocation()
254 case ELF::R_MIPS_GPREL32: in applyMIPSRelocation()
255 case ELF::R_MIPS_PC32: in applyMIPSRelocation()
258 case ELF::R_MIPS_64: in applyMIPSRelocation()
259 case ELF::R_MIPS_SUB: in applyMIPSRelocation()
287 if (r_type2 != ELF::R_MIPS_NONE) { in resolveMIPSN64Relocation()
293 if (r_type3 != ELF::R_MIPS_NONE) { in resolveMIPSN64Relocation()