Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-iq2000.c527 struct iq2000_hi_fixup * hi_fixup; in iq2000_record_hi16() local
531 hi_fixup = XNEW (struct iq2000_hi_fixup); in iq2000_record_hi16()
532 hi_fixup->fixp = fixP; in iq2000_record_hi16()
533 hi_fixup->seg = now_seg; in iq2000_record_hi16()
534 hi_fixup->next = iq2000_hi_fixup_list; in iq2000_record_hi16()
536 iq2000_hi_fixup_list = hi_fixup; in iq2000_record_hi16()
Dtc-m32r.c1898 struct m32r_hi_fixup *hi_fixup; in m32r_record_hi16() local
1903 hi_fixup = XNEW (struct m32r_hi_fixup); in m32r_record_hi16()
1904 hi_fixup->fixp = fixP; in m32r_record_hi16()
1905 hi_fixup->seg = now_seg; in m32r_record_hi16()
1906 hi_fixup->next = m32r_hi_fixup_list; in m32r_record_hi16()
1908 m32r_hi_fixup_list = hi_fixup; in m32r_record_hi16()
Dtc-mips.c8025 struct mips_hi_fixup *hi_fixup; in append_insn() local
8028 hi_fixup = mips_hi_fixup_list; in append_insn()
8029 if (hi_fixup == 0 in append_insn()
8030 || !fixup_has_matching_lo_p (hi_fixup->fixp)) in append_insn()
8032 hi_fixup = XNEW (struct mips_hi_fixup); in append_insn()
8033 hi_fixup->next = mips_hi_fixup_list; in append_insn()
8034 mips_hi_fixup_list = hi_fixup; in append_insn()
8036 hi_fixup->fixp = ip->fixp[0]; in append_insn()
8037 hi_fixup->seg = now_seg; in append_insn()