Home | History | Annotate | Download | only in bfd

Lines Matching refs:input_ptr

48 static unsigned char *input_ptr;
1449 input_ptr = NULL;
2467 input_ptr = input_ptr_start;
2481 #define THIS() ( *input_ptr )
2482 #define NEXT() { input_ptr++; if (input_ptr == input_ptr_end) fill (); }
3098 input_ptr_start = input_ptr = input_buffer;