Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/bfd/
HDcoff-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)
HDChangeLog-98993579 * coff-mips.c (mips_relocate_hi): Cope with missing refhi or reflo
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_reset.c3198 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 …]
/NextBSD/contrib/binutils/bfd/po/
HDbfd.pot2998 msgid "%B: bad pair/reflo after refhi\n"