Home | History | Annotate | Download | only in gas

Lines Matching refs:linep

567 as_where_physical (unsigned int *linep)
571 if (linep != NULL)
572 *linep = physical_input_line;
576 if (linep != NULL)
577 *linep = 0;
585 as_where (unsigned int *linep)
587 const char *file = as_where_top (linep);
599 && (linep == NULL || saved->logical_input_line != -1u))
601 if (linep != NULL)
602 *linep = saved->logical_input_line;
607 if (linep != NULL)
608 *linep = saved->physical_input_line;
623 as_where_top (unsigned int *linep)
626 && (linep == NULL || logical_input_line != -1u))
628 if (linep != NULL)
629 *linep = logical_input_line;
633 return as_where_physical (linep);