Home | History | Annotate | Download | only in libyasm

Lines Matching refs:xrefline

82     unsigned long xrefline;
228 we->xrefline = 0;
295 yasm_error_set_xref_va(unsigned long xrefline, const char *format, va_list va)
300 yasm_exrefline = xrefline;
311 yasm_error_set_xref(unsigned long xrefline, const char *format, ...)
315 yasm_error_set_xref_va(xrefline, format, va);
320 yasm_error_fetch(yasm_error_class *eclass, char **str, unsigned long *xrefline,
325 *xrefline = yasm_exrefline;
457 yasm_error_fetch(&eclass, &we->msg, &we->xrefline, &we->xrefmsg);
507 if (we->xrefline)
508 yasm_linemap_lookup(lm, we->xrefline, &xref_filename, &xref_line);