Home | History | Annotate | Download | only in config

Lines Matching refs:fixups

312 /* We need to keep a list of fixups.  We can't simply generate them as
1233 fixups we generated by the call to fix_new_exp, above. In the call
1453 struct arc_fixup fixups[MAX_FIXUPS];
1529 fixups[fix_up_at].opindex = arc_operand_map[operand->fmt];
1692 as_fatal (_("too many fixups"));
1693 fixups[fc].exp = exp;
1719 fixups[fc].opindex = arc_operand_map[(int) *syn];
1845 /* Create any fixups. */
1855 operand index. This lets us easily handle fixups for any
1863 if (arc_operands[fixups[i].opindex].flags & ARC_OPERAND_LIMM)
1866 fixups[i].exp.X_add_number += arc_limm_fixup_adjust (insn);
1867 op_type = fixups[i].opindex;
1879 &fixups[i].exp,
1884 op_type = get_arc_exp_reloc_type (0, fixups[i].opindex,
1885 &fixups[i].exp, &exptmp);