Home | History | Annotate | Download | only in config

Lines Matching refs:fixups

60 /* Fixups.  */
77 } Fixups;
79 static Fixups FixUps[2];
80 static Fixups *fixups;
319 fixups = &FixUps[0];
320 FixUps[0].next = &FixUps[1];
321 FixUps[1].next = &FixUps[0];
536 if (fixups->fc >= MAX_INSN_FIXUPS)
537 as_fatal (_("too many fixups"));
539 fixups->fix[fixups->fc].reloc =
541 fixups->fix[fixups->fc].size = 4;
542 fixups->fix[fixups->fc].exp = opers[i];
543 fixups->fix[fixups->fc].operand = form->operands[i];
544 if (fixups->fix[fixups->fc].reloc == BFD_RELOC_D30V_9_PCREL)
545 fixups->fix[fixups->fc].pcrel = RELOC_PCREL;
547 fixups->fix[fixups->fc].pcrel = op->reloc_flag;
548 (fixups->fc)++;
590 Fixups *fx)
617 Fixups *fx,
940 Fixups *fx)
1625 fixups = fixups->next;
1664 &opcode, (long) insn, extype, fixups) == 0)
1710 write_1_short (&opcode, (long) insn, fixups->next->next, TRUE);
1730 write_long (&opcode, insn, fixups);
1736 (long) insn, extype, fixups) == 0))
1751 fixups = fixups->next;
1815 write_1_short (&prev_opcode, (long) prev_insn, fixups->next,