Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/
Dinput-scrub.c488 as_where (unsigned int *linep) in as_where() argument
491 && (linep == NULL || logical_input_line >= 0)) in as_where()
493 if (linep != NULL) in as_where()
494 *linep = logical_input_line; in as_where()
499 if (linep != NULL) in as_where()
500 *linep = physical_input_line; in as_where()
505 if (linep != NULL) in as_where()
506 *linep = 0; in as_where()