Home | History | Annotate | Download | only in gas

Lines Matching defs:loop

1110 		      /* We resume loop AFTER the end-of-line from
3142 /* Skip to end of current repeat loop; EXTRA indicates how many additional
3143 input buffers to skip. Assumes that conditionals preceding the loop end
3147 loop. The EXTRA arg accounts for other buffers we might have inserted,
3610 char *loop;
3612 loop = concat (S_GET_NAME (symbolP),
3618 char *old_loop = loop;
3621 loop = concat (loop, " => ", S_GET_NAME (symp),
3626 as_bad (_("%s: would close weakref loop: %s"),
3627 S_GET_NAME (symbolP), loop);
3629 free (loop);
3636 things up a tiny little bit, but loop error messages would
5302 c = 0; /* Skip loop. */
5303 ++input_line_pointer; /* Compensate for end of loop. */
5307 c = ','; /* Do loop. */