Home | History | Annotate | Download | only in config

Lines Matching refs:fixups

59 /* Fixups.  */
76 } Fixups;
78 static Fixups FixUps[2];
79 static Fixups *fixups;
318 fixups = &FixUps[0];
319 FixUps[0].next = &FixUps[1];
320 FixUps[1].next = &FixUps[0];
535 if (fixups->fc >= MAX_INSN_FIXUPS)
536 as_fatal (_("too many fixups"));
538 fixups->fix[fixups->fc].reloc =
540 fixups->fix[fixups->fc].size = 4;
541 fixups->fix[fixups->fc].exp = opers[i];
542 fixups->fix[fixups->fc].operand = form->operands[i];
543 if (fixups->fix[fixups->fc].reloc == BFD_RELOC_D30V_9_PCREL)
544 fixups->fix[fixups->fc].pcrel = RELOC_PCREL;
546 fixups->fix[fixups->fc].pcrel = op->reloc_flag;
547 (fixups->fc)++;
589 Fixups *fx)
616 Fixups *fx,
939 Fixups *fx)
1624 fixups = fixups->next;
1663 &opcode, (long) insn, extype, fixups) == 0)
1709 write_1_short (&opcode, (long) insn, fixups->next->next, true);
1729 write_long (&opcode, insn, fixups);
1735 (long) insn, extype, fixups) == 0))
1750 fixups = fixups->next;
1814 write_1_short (&prev_opcode, (long) prev_insn, fixups->next,