Searched refs:hi_fixup (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c2867 struct mips_hi_fixup *hi_fixup;
2870 hi_fixup = mips_hi_fixup_list;
2871 if (hi_fixup == 0
2872 || !fixup_has_matching_lo_p (hi_fixup->fixp))
2874 hi_fixup = ((struct mips_hi_fixup *)
2876 hi_fixup->next = mips_hi_fixup_list;
2877 mips_hi_fixup_list = hi_fixup;
2879 hi_fixup->fixp = ip->fixp[0];
2880 hi_fixup->seg = now_seg;
2860 struct mips_hi_fixup *hi_fixup; local

Completed in 70 milliseconds