Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Dinput-scrub.c500 as_where (char **namep, unsigned int *linep) in as_where() argument
503 && (linep == NULL || logical_input_line >= 0)) in as_where()
506 if (linep != NULL) in as_where()
507 *linep = logical_input_line; in as_where()
512 if (linep != NULL) in as_where()
513 *linep = physical_input_line; in as_where()
518 if (linep != NULL) in as_where()
519 *linep = 0; in as_where()