Home
last modified time | relevance | path

Searched refs:partial_where (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dinput-scrub.c63 static char *partial_where; /*->after last full line in buffer. */ variable
110 char * partial_where; member
162 saved->partial_where = partial_where; in input_scrub_push()
199 partial_where = saved->partial_where; in input_scrub_pop()
336 partial_where = NULL; in input_scrub_next_buffer()
340 return partial_where; in input_scrub_next_buffer()
343 partial_where = from_sb.ptr + from_sb.len; in input_scrub_next_buffer()
347 return partial_where; in input_scrub_next_buffer()
352 memmove (buffer_start + BEFORE_SIZE, partial_where, partial_size); in input_scrub_next_buffer()
392 partial_where = p; in input_scrub_next_buffer()
[all …]
H A DChangeLog-2015914 partial_where is NULL. Adjust buffer size for extra char.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dinput-scrub.c63 static char *partial_where; /*->after last full line in buffer. */ variable
113 char * partial_where; member
166 saved->partial_where = partial_where; in input_scrub_push()
205 partial_where = saved->partial_where; in input_scrub_pop()
339 partial_where = NULL; in input_scrub_next_buffer()
343 return partial_where; in input_scrub_next_buffer()
346 partial_where = from_sb.ptr + from_sb.len; in input_scrub_next_buffer()
350 return partial_where; in input_scrub_next_buffer()
355 memmove (buffer_start + BEFORE_SIZE, partial_where, partial_size); in input_scrub_next_buffer()
395 partial_where = p; in input_scrub_next_buffer()
[all …]
H A DChangeLog-2015914 partial_where is NULL. Adjust buffer size for extra char.