Lines Matching refs:frag
142 How many bytes this mode will add to the size of the frag.
571 the frag list to be relaxed. */
599 frag conversions. */
1114 char *frag = xgate_new_instruction (opcode->size);
1115 int where = frag - frag_now->fr_literal;
1190 bfd_putl16 (bin, frag);
1195 /* Write our data to a frag for further processing. */
1196 bfd_putl16 (opcode->bin_opcode, frag);
1201 /* Since we are done write this frag in xgate BE format. */
1202 number_to_chars_bigendian (frag, bin, opcode->size);