Searched refs:input_ptr_start (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dieee.c46 static unsigned char *input_ptr_start; variable
1441 input_ptr_start = NULL;
2455 bfd_size_type amt = input_ptr_end - input_ptr_start;
2458 bfd_bread ((void *) input_ptr_start, amt, input_bfd);
2459 input_ptr = input_ptr_start;
3089 input_ptr_start = input_ptr = input_buffer;
3094 bfd_bread ((void *) input_ptr_start, (bfd_size_type) IBS, input);

Completed in 117 milliseconds