Home | History | Annotate | Download | only in config

Lines Matching refs:fixups

43 /* Fixups.  */
60 } Fixups;
62 static Fixups FixUps[2];
63 static Fixups *fixups;
296 fixups = &FixUps[0];
297 FixUps[0].next = &FixUps[1];
298 FixUps[1].next = &FixUps[0];
549 if (fixups->fc >= MAX_INSN_FIXUPS)
550 as_fatal (_("too many fixups"));
555 fixups->fix[fixups->fc].reloc = BFD_RELOC_D10V_18;
567 fixups->fix[fixups->fc].reloc =
572 && (fixups->fix[fixups->fc].reloc == 0))
576 if (fixups->fix[fixups->fc].reloc == BFD_RELOC_16 ||
577 fixups->fix[fixups->fc].reloc == BFD_RELOC_D10V_18)
578 fixups->fix[fixups->fc].size = 2;
580 fixups->fix[fixups->fc].size = 4;
582 fixups->fix[fixups->fc].exp = opers[i];
583 fixups->fix[fixups->fc].operand = opcode->operands[i];
584 fixups->fix[fixups->fc].pcrel =
586 (fixups->fc)++;
608 write_long (unsigned long insn, Fixups *fx)
644 Fixups *fx)
963 Fixups *fx)
1627 write_1_short (prev_opcode, prev_insn, fixups->next);
1760 fixups = fixups->next;
1788 write_long (insn, fixups);
1800 fixups)))
1814 fixups = fixups->next;