Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-iq2000.c534 struct iq2000_hi_fixup * hi_fixup; in iq2000_record_hi16() local
538 hi_fixup = xmalloc (sizeof * hi_fixup); in iq2000_record_hi16()
539 hi_fixup->fixp = fixP; in iq2000_record_hi16()
540 hi_fixup->seg = now_seg; in iq2000_record_hi16()
541 hi_fixup->next = iq2000_hi_fixup_list; in iq2000_record_hi16()
543 iq2000_hi_fixup_list = hi_fixup; in iq2000_record_hi16()
Dtc-m32r.c1900 struct m32r_hi_fixup *hi_fixup; in m32r_record_hi16() local
1905 hi_fixup = xmalloc (sizeof (* hi_fixup)); in m32r_record_hi16()
1906 hi_fixup->fixp = fixP; in m32r_record_hi16()
1907 hi_fixup->seg = now_seg; in m32r_record_hi16()
1908 hi_fixup->next = m32r_hi_fixup_list; in m32r_record_hi16()
1910 m32r_hi_fixup_list = hi_fixup; in m32r_record_hi16()
Dtc-mips.c7543 struct mips_hi_fixup *hi_fixup; in append_insn() local
7546 hi_fixup = mips_hi_fixup_list; in append_insn()
7547 if (hi_fixup == 0 in append_insn()
7548 || !fixup_has_matching_lo_p (hi_fixup->fixp)) in append_insn()
7550 hi_fixup = ((struct mips_hi_fixup *) in append_insn()
7552 hi_fixup->next = mips_hi_fixup_list; in append_insn()
7553 mips_hi_fixup_list = hi_fixup; in append_insn()
7555 hi_fixup->fixp = ip->fixp[0]; in append_insn()
7556 hi_fixup->seg = now_seg; in append_insn()