Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dieee.c47 static unsigned char *input_ptr; variable
1439 input_ptr = NULL; in ieee_mkobject()
2452 input_ptr = input_ptr_start; in fill()
2466 #define THIS() ( *input_ptr )
2467 #define NEXT() { input_ptr++; if (input_ptr == input_ptr_end) fill (); }
3082 input_ptr_start = input_ptr = input_buffer; in relocate_debug()