Home | History | Annotate | Download | only in config

Lines Matching refs:fixups

57 /* Fixups.  */
74 } Fixups;
76 static Fixups FixUps[2];
77 static Fixups *fixups;
316 fixups = &FixUps[0];
317 FixUps[0].next = &FixUps[1];
318 FixUps[1].next = &FixUps[0];
533 if (fixups->fc >= MAX_INSN_FIXUPS)
534 as_fatal (_("too many fixups"));
536 fixups->fix[fixups->fc].reloc =
538 fixups->fix[fixups->fc].size = 4;
539 fixups->fix[fixups->fc].exp = opers[i];
540 fixups->fix[fixups->fc].operand = form->operands[i];
541 if (fixups->fix[fixups->fc].reloc == BFD_RELOC_D30V_9_PCREL)
542 fixups->fix[fixups->fc].pcrel = RELOC_PCREL;
544 fixups->fix[fixups->fc].pcrel = op->reloc_flag;
545 (fixups->fc)++;
587 Fixups *fx)
614 Fixups *fx,
937 Fixups *fx)
1622 fixups = fixups->next;
1661 &opcode, (long) insn, extype, fixups) == 0)
1707 write_1_short (&opcode, (long) insn, fixups->next->next, true);
1727 write_long (&opcode, insn, fixups);
1733 (long) insn, extype, fixups) == 0))
1748 fixups = fixups->next;
1812 write_1_short (&prev_opcode, (long) prev_insn, fixups->next,