Lines Matching refs:ELF

69   case ELF::R_MIPS_32:  in evaluateMIPS32Relocation()
71 case ELF::R_MIPS_26: in evaluateMIPS32Relocation()
73 case ELF::R_MIPS_HI16: in evaluateMIPS32Relocation()
76 case ELF::R_MIPS_LO16: in evaluateMIPS32Relocation()
78 case ELF::R_MIPS_PC32: { in evaluateMIPS32Relocation()
82 case ELF::R_MIPS_PC16: { in evaluateMIPS32Relocation()
86 case ELF::R_MIPS_PC19_S2: { in evaluateMIPS32Relocation()
90 case ELF::R_MIPS_PC21_S2: { in evaluateMIPS32Relocation()
94 case ELF::R_MIPS_PC26_S2: { in evaluateMIPS32Relocation()
98 case ELF::R_MIPS_PCHI16: { in evaluateMIPS32Relocation()
102 case ELF::R_MIPS_PCLO16: { in evaluateMIPS32Relocation()
128 case ELF::R_MIPS_JALR: in evaluateMIPS64Relocation()
129 case ELF::R_MIPS_NONE: in evaluateMIPS64Relocation()
131 case ELF::R_MIPS_32: in evaluateMIPS64Relocation()
132 case ELF::R_MIPS_64: in evaluateMIPS64Relocation()
134 case ELF::R_MIPS_26: in evaluateMIPS64Relocation()
136 case ELF::R_MIPS_GPREL16: { in evaluateMIPS64Relocation()
140 case ELF::R_MIPS_SUB: in evaluateMIPS64Relocation()
142 case ELF::R_MIPS_HI16: in evaluateMIPS64Relocation()
145 case ELF::R_MIPS_LO16: in evaluateMIPS64Relocation()
147 case ELF::R_MIPS_HIGHER: in evaluateMIPS64Relocation()
149 case ELF::R_MIPS_HIGHEST: in evaluateMIPS64Relocation()
151 case ELF::R_MIPS_CALL16: in evaluateMIPS64Relocation()
152 case ELF::R_MIPS_GOT_DISP: in evaluateMIPS64Relocation()
153 case ELF::R_MIPS_GOT_PAGE: { in evaluateMIPS64Relocation()
159 if (Type == ELF::R_MIPS_GOT_PAGE) in evaluateMIPS64Relocation()
170 case ELF::R_MIPS_GOT_OFST: { in evaluateMIPS64Relocation()
174 case ELF::R_MIPS_GPREL32: { in evaluateMIPS64Relocation()
178 case ELF::R_MIPS_PC16: { in evaluateMIPS64Relocation()
182 case ELF::R_MIPS_PC32: { in evaluateMIPS64Relocation()
186 case ELF::R_MIPS_PC18_S3: { in evaluateMIPS64Relocation()
190 case ELF::R_MIPS_PC19_S2: { in evaluateMIPS64Relocation()
194 case ELF::R_MIPS_PC21_S2: { in evaluateMIPS64Relocation()
198 case ELF::R_MIPS_PC26_S2: { in evaluateMIPS64Relocation()
202 case ELF::R_MIPS_PCHI16: { in evaluateMIPS64Relocation()
206 case ELF::R_MIPS_PCLO16: { in evaluateMIPS64Relocation()
222 case ELF::R_MIPS_GPREL16: in applyMIPSRelocation()
223 case ELF::R_MIPS_HI16: in applyMIPSRelocation()
224 case ELF::R_MIPS_LO16: in applyMIPSRelocation()
225 case ELF::R_MIPS_HIGHER: in applyMIPSRelocation()
226 case ELF::R_MIPS_HIGHEST: in applyMIPSRelocation()
227 case ELF::R_MIPS_PC16: in applyMIPSRelocation()
228 case ELF::R_MIPS_PCHI16: in applyMIPSRelocation()
229 case ELF::R_MIPS_PCLO16: in applyMIPSRelocation()
230 case ELF::R_MIPS_CALL16: in applyMIPSRelocation()
231 case ELF::R_MIPS_GOT_DISP: in applyMIPSRelocation()
232 case ELF::R_MIPS_GOT_PAGE: in applyMIPSRelocation()
233 case ELF::R_MIPS_GOT_OFST: in applyMIPSRelocation()
237 case ELF::R_MIPS_PC18_S3: in applyMIPSRelocation()
241 case ELF::R_MIPS_PC19_S2: in applyMIPSRelocation()
245 case ELF::R_MIPS_PC21_S2: in applyMIPSRelocation()
249 case ELF::R_MIPS_26: in applyMIPSRelocation()
250 case ELF::R_MIPS_PC26_S2: in applyMIPSRelocation()
254 case ELF::R_MIPS_32: in applyMIPSRelocation()
255 case ELF::R_MIPS_GPREL32: in applyMIPSRelocation()
256 case ELF::R_MIPS_PC32: in applyMIPSRelocation()
259 case ELF::R_MIPS_64: in applyMIPSRelocation()
260 case ELF::R_MIPS_SUB: in applyMIPSRelocation()
288 if (r_type2 != ELF::R_MIPS_NONE) { in resolveMIPSN64Relocation()
294 if (r_type3 != ELF::R_MIPS_NONE) { in resolveMIPSN64Relocation()