Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dinput-scrub.c77 static size_t sb_index = -1; variable
118 size_t sb_index; member
142 sb_index = -1; in input_scrub_reinit()
169 saved->sb_index = sb_index; in input_scrub_push()
196 sb_index = saved->sb_index; in input_scrub_pop()
300 sb_index = 1; in input_scrub_include_sb()
321 if (sb_index != (size_t) -1) in input_scrub_next_buffer()
323 if (sb_index >= from_sb.len) in input_scrub_next_buffer()
345 *bufp = from_sb.ptr + sb_index; in input_scrub_next_buffer()
346 sb_index = from_sb.len; in input_scrub_next_buffer()
[all …]
H A 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.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dinput-scrub.c77 static size_t sb_index = -1; variable
122 size_t sb_index; member
146 sb_index = -1; in input_scrub_reinit()
174 saved->sb_index = sb_index; in input_scrub_push()
202 sb_index = saved->sb_index; in input_scrub_pop()
303 sb_index = 1; in input_scrub_include_sb()
324 if (sb_index != (size_t) -1) in input_scrub_next_buffer()
326 if (sb_index >= from_sb.len) in input_scrub_next_buffer()
348 *bufp = from_sb.ptr + sb_index; in input_scrub_next_buffer()
349 sb_index = from_sb.len; in input_scrub_next_buffer()
[all …]
H A 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.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git119531 * input-scrub.c (input_scrub_push): Move init of sb_index..
130680 anyway (requiring sb_index != -1), as it necessarily had changed in
130681 input_scrub_include_sb() alongside setting sb_index to other than -1.