OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ERR_FATAL
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm.h
57
#define
ERR_FATAL
0x00000002 /* instantly fatal: exit with error */
nasm-pp.c
621
error(
ERR_FATAL
, "ENDM: not in an endm context");
664
error(
ERR_FATAL
, "ENDM: bogus endm context type %d\n",end->type);
715
error(
ERR_FATAL
, "%s: expected <values>", q + len2);
718
error(
ERR_FATAL
, "%s: expected <values>", q + len2);
748
error(
ERR_FATAL
, "'%s': expected parameter name", p);
760
error(
ERR_FATAL
, "too many parameters for macro %s", name);
767
error(
ERR_FATAL
, "expected comma");
801
error(
ERR_FATAL
, "STRUC: already in a struc context");
825
error(
ERR_FATAL
, "SEGMENT: already in a segment context");
840
error(
ERR_FATAL
, "ENDS: not in an ends context")
[
all
...]
nasm-preproc.c
117
case
ERR_FATAL
:
Completed in 33 milliseconds