Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/
Dinput-scrub.c107 struct input_save { struct
120 struct input_save * next_saved_file; /* Chain of input_saves. */ argument
125 static struct input_save *input_scrub_push (char *saved_position); argument
126 static char *input_scrub_pop (struct input_save *arg);
131 static struct input_save *next_saved_file;
137 static struct input_save *
140 struct input_save *saved; in input_scrub_push()
142 saved = XNEW (struct input_save); in input_scrub_push()
174 input_scrub_pop (struct input_save *saved) in input_scrub_pop()
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 *.
DChangeLog3110 (struct input_save): Adjust.
DChangeLog-00017007 (struct input_save): Add flag to indicate whether current sb
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-crx.c722 char *input_save, c; in set_operand() local
810 input_save = input_line_pointer; in set_operand()
813 input_line_pointer = input_save; in set_operand()