Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dinput-scrub.c111 struct input_save { struct
125 struct input_save * next_saved_file; /* Chain of input_saves. */ argument
130 static struct input_save *input_scrub_push (char *saved_position); argument
131 static char *input_scrub_pop (struct input_save *arg);
136 static struct input_save *next_saved_file;
157 static struct input_save *
160 struct input_save *saved; in input_scrub_push()
162 saved = XNEW (struct input_save); in input_scrub_push()
187 input_scrub_pop (struct input_save *saved) in input_scrub_pop()
511 const struct input_save *saved = next_saved_file; in as_report_context()
[all …]
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-2016945 (struct input_save): Adjust partial_size type.
5437 (struct input_save): Adjust.
H A DChangeLog-00017007 (struct input_save): Add flag to indicate whether current sb
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dinput-scrub.c108 struct input_save { struct
121 struct input_save * next_saved_file; /* Chain of input_saves. */ argument
126 static struct input_save *input_scrub_push (char *saved_position); argument
127 static char *input_scrub_pop (struct input_save *arg);
132 static struct input_save *next_saved_file;
153 static struct input_save *
156 struct input_save *saved; in input_scrub_push()
158 saved = XNEW (struct input_save); in input_scrub_push()
182 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-2016945 (struct input_save): Adjust partial_size type.
5437 (struct input_save): Adjust.
H A DChangeLog-00017007 (struct input_save): Add flag to indicate whether current sb
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-crx.c673 char *input_save, c; in set_operand() local
763 input_save = input_line_pointer; in set_operand()
766 input_line_pointer = input_save; in set_operand()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-crx.c673 char *input_save, c; in set_operand() local
763 input_save = input_line_pointer; in set_operand()
766 input_line_pointer = input_save; in set_operand()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git137782 (struct input_save): Here too.