Home | History | Annotate | Download | only in config

Lines Matching defs:frag

1140   char *frag = frag_more (opcode->insn_size * 2);
1142 int where = frag - frag_now->fr_literal;
1206 bfd_putl32 ((bfd_vma) bin, frag);
1209 bfd_putl16 ((bfd_vma) bin, frag);
1789 avr_cons_fix_new (fragS *frag,
1801 fix_new_exp (frag, where, nbytes, exp, FALSE, BFD_RELOC_8);
1803 fix_new_exp (frag, where, nbytes, exp, FALSE, BFD_RELOC_16);
1805 fix_new_exp (frag, where, nbytes, exp, FALSE, BFD_RELOC_32);
1815 fix_new_exp (frag, where, nbytes, exp, FALSE, pexp_mod_data->reloc);