Home | History | Annotate | Download | only in config

Lines Matching defs:rest

878       /* Make the rest nice.  */
2161 as_bad (_("expected comma after symbol-name: rest of line ignored."));
4867 TC. The rest of the arguments are N-byte values to actually put at
5280 as_bad (_("expected comma after symbol-name: rest of line ignored."));
6435 struct frag *rest;
6444 rest = xmalloc (SIZEOF_STRUCT_FRAG + 4);
6445 memcpy (rest, fragP, SIZEOF_STRUCT_FRAG);
6446 fragP->fr_next = rest;
6447 fragP = rest;
6448 rest->fr_address += rest->fr_fix + 4;
6449 rest->fr_fix = 0;
6453 rest->fr_type = rs_align;
6454 dest = rest->fr_literal;