Searched refs:reflo (Results 1 – 4 of 4) sorted by relevance
61 PARAMS ((struct internal_reloc *refhi, struct internal_reloc *reflo,795 mips_relocate_hi (refhi, reflo, input_bfd, input_section, contents, in mips_relocate_hi() argument798 struct internal_reloc *reflo;813 if (reflo == NULL)817 contents + reflo->r_vaddr - input_section->vma)
3579 * coff-mips.c (mips_relocate_hi): Cope with missing refhi or reflo
3198 u_int8_t reflo;3237 reflo = ((reg_val >> 26) & 0x7);3239 if (reflo < 0x7) {3240 reflo++;3242 reg_val = ((reg_val & 0xe3ffffff) | (reflo << 26));3246 reflo = ((reg_val >> 26) & 0x7);3336 reflo = (reg_val >> 26) & 0x7;3337 if (reflo) {3338 reflo--;3340 reg_val = ((reg_val & 0xe3ffffff) | (reflo << 26));[all …]
2998 msgid "%B: bad pair/reflo after refhi\n"