Home | History | Annotate | Download | only in config

Lines Matching refs:fixups

1141    fixups for word relocations in writable segments, so we can adjust
1814 /* We need to keep a list of fixups. We can't simply generate them as
1918 struct i370_fixup fixups[MAX_INSN_FIXUPS];
2187 as_fatal ("too many fixups");
2188 fixups[fc].exp = ex;
2189 fixups[fc].opindex = 0;
2190 fixups[fc].reloc = reloc;
2202 as_fatal ("too many fixups");
2203 fixups[fc].exp = ex;
2204 fixups[fc].opindex = *opindex_ptr;
2205 fixups[fc].reloc = BFD_RELOC_UNUSED;
2240 /* Create any fixups. At this point we do not use a
2243 handle fixups for any operand type, although that is admittedly
2250 operand = &i370_operands[fixups[i].opindex];
2251 if (fixups[i].reloc != BFD_RELOC_UNUSED)
2253 reloc_howto_type *reloc_howto = bfd_reloc_type_lookup (stdoutput, fixups[i].reloc);
2267 &fixups[i].exp, reloc_howto->pc_relative,
2268 fixups[i].reloc);
2272 switch (fixups[i].reloc)
2287 &fixups[i].exp,
2290 (fixups[i].opindex + (int) BFD_RELOC_UNUSED)));
2440 fixups we generated by the call to fix_new_exp, above. In the call
2469 /* Apply fixups to operands. Note that there should be no relocations