Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/
Dinput-scrub.c79 static sb from_sb; variable
118 sb from_sb; member
154 saved->from_sb = from_sb; in input_scrub_push()
189 from_sb = saved->from_sb; in input_scrub_pop()
282 sb_build (&from_sb, from->len + newline); in input_scrub_include_sb()
287 sb_add_char (&from_sb, '\n'); in input_scrub_include_sb()
289 sb_scrub_and_add_sb (&from_sb, from); in input_scrub_include_sb()
293 sb_terminate (&from_sb); in input_scrub_include_sb()
318 if (sb_index >= from_sb.len) in input_scrub_next_buffer()
320 sb_kill (&from_sb); in input_scrub_next_buffer()
[all …]
DChangeLog-20121018 allocate sufficient space for from_sb. Use sb_terminate to
DChangeLog-92951334 (sb_index, from_sb): New static variables.
1336 (struct input_save): Add sb_index and from_sb fields. Change
1340 Save sb_index and from_sb.
1342 Restore sb_index and from_sb.
1344 (input_scrub_next_buffer): Handle reading from from_sb.
1345 (bump_line_counters): Only increment lines if not using from_sb.