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
3257 u_int8_t reflo;3296 reflo = ((reg_val >> 26) & 0x7);3298 if (reflo < 0x7) {3299 reflo++;3301 reg_val = ((reg_val & 0xe3ffffff) | (reflo << 26));3305 reflo = ((reg_val >> 26) & 0x7);3395 reflo = (reg_val >> 26) & 0x7;3396 if (reflo) {3397 reflo--;3399 reg_val = ((reg_val & 0xe3ffffff) | (reflo << 26));[all …]
2998 msgid "%B: bad pair/reflo after refhi\n"