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

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-iq2000.c539 struct iq2000_hi_fixup * hi_fixup;
543 hi_fixup = xmalloc (sizeof * hi_fixup);
544 hi_fixup->fixp = fixP;
545 hi_fixup->seg = now_seg;
546 hi_fixup->next = iq2000_hi_fixup_list;
548 iq2000_hi_fixup_list = hi_fixup;
535 struct iq2000_hi_fixup * hi_fixup; local
H A Dtc-m32r.c1907 struct m32r_hi_fixup *hi_fixup;
1912 hi_fixup = xmalloc (sizeof (* hi_fixup));
1913 hi_fixup->fixp = fixP;
1914 hi_fixup->seg = now_seg;
1915 hi_fixup->next = m32r_hi_fixup_list;
1917 m32r_hi_fixup_list = hi_fixup;
1901 struct m32r_hi_fixup *hi_fixup; local
H A Dtc-mips.c2781 struct mips_hi_fixup *hi_fixup;
2784 hi_fixup = mips_hi_fixup_list;
2785 if (hi_fixup == 0
2786 || !fixup_has_matching_lo_p (hi_fixup->fixp))
2788 hi_fixup = ((struct mips_hi_fixup *)
2790 hi_fixup->next = mips_hi_fixup_list;
2791 mips_hi_fixup_list = hi_fixup;
2793 hi_fixup->fixp = ip->fixp[0];
2794 hi_fixup->seg = now_seg;
2774 struct mips_hi_fixup *hi_fixup; local
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-iq2000.c658 struct iq2000_hi_fixup * hi_fixup;
662 hi_fixup = ((struct iq2000_hi_fixup *)
664 hi_fixup->fixp = fixP;
665 hi_fixup->seg = now_seg;
666 hi_fixup->next = iq2000_hi_fixup_list;
668 iq2000_hi_fixup_list = hi_fixup;
654 struct iq2000_hi_fixup * hi_fixup; local
H A Dtc-m32r.c1960 struct m32r_hi_fixup *hi_fixup;
1965 hi_fixup = ((struct m32r_hi_fixup *)
1967 hi_fixup->fixp = fixP;
1968 hi_fixup->seg = now_seg;
1969 hi_fixup->next = m32r_hi_fixup_list;
1971 m32r_hi_fixup_list = hi_fixup;
1954 struct m32r_hi_fixup *hi_fixup; local
H A Dtc-mips.c2508 struct mips_hi_fixup *hi_fixup;
2511 hi_fixup = mips_hi_fixup_list;
2512 if (hi_fixup == 0
2513 || !fixup_has_matching_lo_p (hi_fixup->fixp))
2515 hi_fixup = ((struct mips_hi_fixup *)
2517 hi_fixup->next = mips_hi_fixup_list;
2518 mips_hi_fixup_list = hi_fixup;
2520 hi_fixup->fixp = fixp[0];
2521 hi_fixup->seg = now_seg;
2502 struct mips_hi_fixup *hi_fixup; local

Completed in 215 milliseconds