Home | History | Annotate | Download | only in bfd

Lines Matching defs:input_ptr

48 static unsigned char *input_ptr;
1507 input_ptr = NULL;
2558 input_ptr = input_ptr_start;
2572 #define THIS() ( *input_ptr )
2573 #define NEXT() { input_ptr++; if (input_ptr == input_ptr_end) fill (); }
3189 input_ptr_start = input_ptr = input_buffer;