Searched refs:hi_fixup (Results 1 – 1 of 1) sorted by relevance
2860 struct mips_hi_fixup *hi_fixup; in append_insn() local2863 hi_fixup = mips_hi_fixup_list; in append_insn()2864 if (hi_fixup == 0 in append_insn()2865 || !fixup_has_matching_lo_p (hi_fixup->fixp)) in append_insn()2867 hi_fixup = ((struct mips_hi_fixup *) in append_insn()2869 hi_fixup->next = mips_hi_fixup_list; in append_insn()2870 mips_hi_fixup_list = hi_fixup; in append_insn()2872 hi_fixup->fixp = ip->fixp[0]; in append_insn()2873 hi_fixup->seg = now_seg; in append_insn()