Home
last modified time | relevance | path

Searched refs:reflo (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Dcoff-mips.c61 PARAMS ((struct internal_reloc *refhi, struct internal_reloc *reflo,
795 mips_relocate_hi (refhi, reflo, input_bfd, input_section, contents, in mips_relocate_hi() argument
798 struct internal_reloc *reflo;
813 if (reflo == NULL)
817 contents + reflo->r_vaddr - input_section->vma)
DChangeLog-98993579 * coff-mips.c (mips_relocate_hi): Cope with missing refhi or reflo
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_reset.c3257 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 …]
/freebsd-12-stable/contrib/binutils/bfd/po/
Dbfd.pot2998 msgid "%B: bad pair/reflo after refhi\n"