Lines Matching full:group_nop
6470 struct frag *group_nop = xmalloc (SIZEOF_STRUCT_FRAG + 4);
6472 memcpy (group_nop, fragP, SIZEOF_STRUCT_FRAG);
6473 group_nop->fr_address = group_nop->fr_next->fr_address - 4;
6474 group_nop->fr_fix = 0;
6475 group_nop->fr_offset = 1;
6476 group_nop->fr_type = rs_fill;
6477 fragP->fr_next = group_nop;
6478 dest = group_nop->fr_literal;