Searched refs:input_save (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dinput-scrub.c90 but the latest one are saved off in a struct input_save. These files remain
110 struct input_save {
123 struct input_save * next_saved_file; /* Chain of input_saves. */
128 static struct input_save *input_scrub_push (char *saved_position);
129 static char *input_scrub_pop (struct input_save *arg);
134 static struct input_save *next_saved_file;
140 static struct input_save *
143 register struct input_save *saved;
145 saved = (struct input_save *) xmalloc (sizeof *saved);
176 input_scrub_pop (struct input_save *save
109 struct input_save { struct
[all...]

Completed in 71 milliseconds