Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/
Dinput-scrub.c63 static char *partial_where; /*->after last full line in buffer. */ variable
109 char * partial_where; member
146 saved->partial_where = partial_where; in input_scrub_push()
191 partial_where = saved->partial_where; in input_scrub_pop()
331 partial_where = NULL; in input_scrub_next_buffer()
335 return partial_where; in input_scrub_next_buffer()
338 partial_where = from_sb.ptr + from_sb.len; in input_scrub_next_buffer()
342 return partial_where; in input_scrub_next_buffer()
347 memmove (buffer_start + BEFORE_SIZE, partial_where, in input_scrub_next_buffer()
383 partial_where = p; in input_scrub_next_buffer()
[all …]
DChangeLog-2015914 partial_where is NULL. Adjust buffer size for extra char.