Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/
Dinput-scrub.c76 static size_t sb_index = -1; variable
117 size_t sb_index; member
153 saved->sb_index = sb_index; in input_scrub_push()
164 sb_index = -1; in input_scrub_push()
188 sb_index = saved->sb_index; in input_scrub_pop()
295 sb_index = 1; in input_scrub_include_sb()
316 if (sb_index != (size_t) -1) in input_scrub_next_buffer()
318 if (sb_index >= from_sb.len) in input_scrub_next_buffer()
340 *bufp = from_sb.ptr + sb_index; in input_scrub_next_buffer()
341 sb_index = from_sb.len; in input_scrub_next_buffer()
[all …]
DChangeLog-9295423 * input-scrub.c (input_scrub_push): Reset sb_index.
1334 (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.