Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/
H A Dinput-scrub.c109 struct input_save { struct
122 struct input_save * next_saved_file; /* Chain of input_saves. */ argument
127 static struct input_save *input_scrub_push (char *saved_position); argument
128 static char *input_scrub_pop (struct input_save *arg);
133 static struct input_save *next_saved_file;
139 static struct input_save *
142 register struct input_save *saved; in input_scrub_push()
144 saved = (struct input_save *) xmalloc (sizeof *saved); in input_scrub_push()
175 input_scrub_pop (struct input_save *saved) in input_scrub_pop()
H A DChangeLog-92951336 (struct input_save): Add sb_index and from_sb fields. Change
1337 next_saved_file field to be struct input_save *.
1338 (next_saved_file): Changed to be struct input_save *.
1339 (input_scrub_push): Change to return type struct input_save *.
1341 (input_scrub_pop): Change parameter type to struct input_save *.
H A DChangeLog-00017017 (struct input_save): Add flag to indicate whether current sb