Lines Matching refs:fixups
63 static Fixups *fixups; variable
296 fixups = &FixUps[0]; in md_begin()
549 if (fixups->fc >= MAX_INSN_FIXUPS) in build_insn()
555 fixups->fix[fixups->fc].reloc = BFD_RELOC_D10V_18; in build_insn()
567 fixups->fix[fixups->fc].reloc = in build_insn()
572 && (fixups->fix[fixups->fc].reloc == 0)) in build_insn()
576 if (fixups->fix[fixups->fc].reloc == BFD_RELOC_16 || in build_insn()
577 fixups->fix[fixups->fc].reloc == BFD_RELOC_D10V_18) in build_insn()
578 fixups->fix[fixups->fc].size = 2; in build_insn()
580 fixups->fix[fixups->fc].size = 4; in build_insn()
582 fixups->fix[fixups->fc].exp = opers[i]; in build_insn()
583 fixups->fix[fixups->fc].operand = opcode->operands[i]; in build_insn()
584 fixups->fix[fixups->fc].pcrel = in build_insn()
586 (fixups->fc)++; in build_insn()
1627 write_1_short (prev_opcode, prev_insn, fixups->next); in d10v_cleanup()
1760 fixups = fixups->next; in md_assemble()
1788 write_long (insn, fixups); in md_assemble()
1800 fixups))) in md_assemble()
1814 fixups = fixups->next; in md_assemble()