OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BAD_ARGS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
889
#define
BAD_ARGS
_("bad arguments to instruction")
7177
goto
bad_args
; \
8051
bad_args
:
8052
inst.error =
BAD_ARGS
;
14260
constraint ((inst.operands[0].hasreloc != 0),
BAD_ARGS
);
14271
constraint ((inst.operands[0].hasreloc == 0),
BAD_ARGS
);
16318
constraint (inst.operands[1].isreg != 1,
BAD_ARGS
);
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
889
#define
BAD_ARGS
_("bad arguments to instruction")
7180
goto
bad_args
; \
8054
bad_args
:
8055
inst.error =
BAD_ARGS
;
14263
constraint ((inst.operands[0].hasreloc != 0),
BAD_ARGS
);
14274
constraint ((inst.operands[0].hasreloc == 0),
BAD_ARGS
);
16321
constraint (inst.operands[1].isreg != 1,
BAD_ARGS
);
Completed in 65 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026