Searched refs:yasm_error_set_xref (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | insn.c | 262 yasm_error_set_xref(xrefline, "%s", xrefstr); in yasm_insn_finalize() 280 yasm_error_set_xref(xrefline, "%s", xrefstr); in yasm_insn_finalize()
|
D | errwarn.h | 184 void yasm_error_set_xref(unsigned long xrefline, const char *format, ...)
|
D | errwarn.c | 311 yasm_error_set_xref(unsigned long xrefline, const char *format, ...) in yasm_error_set_xref() function
|
D | symrec.c | 301 yasm_error_set_xref(rec->def_line!=0 ? rec->def_line : rec->decl_line, in symtab_define()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
D | win64-except.c | 260 yasm_error_set_xref(yasm_symrec_get_def_line(info->prolog), in win64_uwinfo_bc_expand()
|
D | coff-objfmt.c | 1177 yasm_error_set_xref(objfmt_coff->proc_frame, in coff_objfmt_output() 2000 yasm_error_set_xref(objfmt_coff->proc_frame, in dir_proc_frame() 2028 yasm_error_set_xref(objfmt_coff->done_prolog, in procframe_checkstate() 2264 yasm_error_set_xref(objfmt_coff->proc_frame, in dir_endproc_frame()
|