HomeSort by relevance Sort by last modified time
    Searched refs:xrefline (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
errwarn.h 168 * \param xrefline virtual line to cross-reference to (should not be 0)
173 void yasm_error_set_xref_va(unsigned long xrefline, const char *format,
179 * \param xrefline virtual line to cross-reference to (should not be 0)
184 void yasm_error_set_xref(unsigned long xrefline, const char *format, ...)
196 * \param xrefline virtual line used for cross-referencing (0 if no xref)
202 /*@out@*/ unsigned long *xrefline,
errwarn.c 82 unsigned long xrefline; member in struct:errwarn_data
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)
    [all...]
insn.c 242 unsigned long xrefline; local
260 yasm_error_fetch(&eclass, &str, &xrefline, &xrefstr);
262 yasm_error_set_xref(xrefline, "%s", xrefstr);
278 yasm_error_fetch(&eclass, &str, &xrefline, &xrefstr);
280 yasm_error_set_xref(xrefline, "%s", xrefstr);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
errwarn.pxi 30 cdef unsigned long xrefline
64 yasm_error_fetch(&errclass, &errstr, &xrefline, &xrefstr)
66 if xrefline and xrefstr:
67 PyErr_Format(exception, "%s: %d: %s", errstr, xrefline, xrefstr)
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 315 unsigned long xrefline; local
318 yasm_error_fetch(&eclass, &estr, &xrefline, &xrefstr);
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 421 unsigned long xrefline; local
424 yasm_error_fetch(&eclass, &estr, &xrefline, &xrefstr);
    [all...]

Completed in 200 milliseconds