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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
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);
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...]
  /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 148 milliseconds