Home
last modified time | relevance | path

Searched refs:ERR_PASS1 (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dpreproc.c1918 nasm_error(ERR_WARNING|ERR_PASS1, in if_condition()
1979 nasm_error(ERR_WARNING|ERR_PASS1, in if_condition()
2015 nasm_error(ERR_WARNING|ERR_PASS1, in define_smacro()
2539 nasm_error(ERR_WARNING|ERR_PASS1, in do_directive()
2556 nasm_error(ERR_WARNING|ERR_PASS1, in do_directive()
2576 nasm_error(ERR_WARNING|ERR_PASS1, in do_directive()
2619 nasm_error(ERR_WARNING|ERR_PASS1, in do_directive()
2945 nasm_error(ERR_WARNING|ERR_PASS1, in do_directive()
3191 nasm_error(ERR_WARNING|ERR_PASS1, in do_directive()
3328 nasm_error(ERR_WARNING|ERR_PASS1, in do_directive()
[all …]
H A Dparser.c478 nasm_error(ERR_WARNING | ERR_WARN_OL | ERR_PASS1, in parse_line()
529 nasm_error(ERR_WARNING | ERR_PASS1, in parse_line()
754 nasm_error(ERR_WARNING | ERR_PASS1, in parse_line()
1152 nasm_error(ERR_WARNING | ERR_PASS1, in parse_line()
H A Dstdscan.c171 nasm_error(ERR_WARNING|ERR_PASS1|ERR_WARN_PTR, in stdscan()
H A Dnasm.c197 errlevel = ERR_WARNING|ERR_PASS1|ERR_WARN_UNKNOWN_PRAGMA; in nasm_set_limit()
210 errlevel = ERR_WARNING|ERR_PASS1|ERR_WARN_BAD_PRAGMA; in nasm_set_limit()
1820 return (((severity & ERR_PASS1) && passn != 1) || in skip_this_pass()
H A Deval.c728 nasm_error(ERR_WARNING|ERR_PASS1, "character constant too long"); in eval_strfunc()
888 nasm_error(ERR_WARNING|ERR_PASS1, "character constant too long"); in expr6()
H A Dassemble.c1203 nasm_error(ERR_WARNING | ERR_PASS1, in calcsize()
2534 nasm_error(ERR_WARNING | ERR_PASS1, in process_ea()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/modules/preprocs/gas/
H A Dgas-eval.h37 #define ERR_PASS1 0x00000040 /* only print this error on pass one */ macro
/dports/devel/yasm/yasm-1.3.0/modules/preprocs/gas/
H A Dgas-eval.h37 #define ERR_PASS1 0x00000040 /* only print this error on pass one */ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/nasmlib/
H A Dreadnum.c167 nasm_error(ERR_WARNING | ERR_PASS1 | ERR_WARN_NOV, in readnum()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/include/
H A Derror.h78 #define ERR_PASS1 0x00000080 /* only print this error on pass one */ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm.h63 #define ERR_PASS1 0x00000040 /* only print this error on pass one */ macro
H A Dnasm-pp.c1671 error(ERR_WARNING | ERR_PASS1, "character constant too long"); in ppscan()
4824 _error(severity | ERR_PASS1, "(%s:%d) %s", istk->mstk->name, in error()
4827 _error(severity | ERR_PASS1, "%s", buff); in error()
/dports/devel/yasm/yasm-1.3.0/modules/preprocs/nasm/
H A Dnasm.h63 #define ERR_PASS1 0x00000040 /* only print this error on pass one */ macro
H A Dnasm-pp.c1671 error(ERR_WARNING | ERR_PASS1, "character constant too long"); in ppscan()
4824 _error(severity | ERR_PASS1, "(%s:%d) %s", istk->mstk->name, in error()
4827 _error(severity | ERR_PASS1, "%s", buff); in error()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/include/
H A Derror.h96 #define ERR_PASS1 0x00000080 /* message on pass_first */ macro
/dports/devel/nasm/nasm-2.15.05/include/
H A Derror.h96 #define ERR_PASS1 0x00000080 /* message on pass_first */ macro
/dports/devel/upp/upp/uppsrc/plugin/ndisasm/lib/
H A Dnasmlib.h107 #define ERR_PASS1 0x00000040 /* only print this error on pass one */ macro
H A Dnasmlib.c411 nasm_error(ERR_WARNING | ERR_PASS1 | ERR_WARN_NOV, in readnum()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/output/
H A Doutbin.c1329 nasm_warn(WARN_OTHER|ERR_PASS1, "unable to open map file `%s'", p); in bin_directive()
1335 nasm_warn(WARN_OTHER|ERR_PASS1, "map file already specified"); in bin_directive()
/dports/devel/nasm/nasm-2.15.05/output/
H A Doutbin.c1329 nasm_warn(WARN_OTHER|ERR_PASS1, "unable to open map file `%s'", p); in bin_directive()
1335 nasm_warn(WARN_OTHER|ERR_PASS1, "map file already specified"); in bin_directive()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dnasm.c2159 !(pass_first() && (severity & ERR_PASS1))) { in nasm_issue_error()
H A Dpreproc.c1472 nasm_nonfatalf(ERR_PASS1, "unterminated %%! string"); in tokenize()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dnasm.c2159 !(pass_first() && (severity & ERR_PASS1))) { in nasm_issue_error()
H A Dpreproc.c1478 nasm_nonfatalf(ERR_PASS1, "unterminated %%! string"); in tokenize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/doc/
H A Dchanges.src1789 \b Added a "error" routine to preprocessor which always will set ERR_PASS1

12