Home
last modified time | relevance | path

Searched refs:next_saved_file (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/
Dinput-scrub.c120 struct input_save * next_saved_file; /* Chain of input_saves. */ member
131 static struct input_save *next_saved_file; variable
157 saved->next_saved_file = next_saved_file; in input_scrub_push()
193 next_saved_file = saved->next_saved_file; in input_scrub_pop()
219 next_saved_file = NULL; /* At EOF, don't pop to any other file */ in input_scrub_begin()
255 next_saved_file = input_scrub_push (position); in input_scrub_include_file()
278 next_saved_file = input_scrub_push (position); in input_scrub_include_sb()
299 logical_input_line = next_saved_file->logical_input_line; in input_scrub_include_sb()
300 logical_input_file = next_saved_file->logical_input_file; in input_scrub_include_sb()
333 if (next_saved_file != NULL) in input_scrub_next_buffer()
[all …]
DChangeLog-92951337 next_saved_file field to be struct input_save *.
1338 (next_saved_file): Changed to be struct input_save *.