Searched refs:INDIRECT (Results 1 - 25 of 86) sorted by relevance

1234

/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dtic54x.h96 #define INDIRECT(OP) ((OP)&0x80) macro
99 #define IS_LKADDR(OP) (INDIRECT(OP) && MOD(OP)>=12)
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dtic54x.h96 #define INDIRECT(OP) ((OP)&0x80) macro
99 #define IS_LKADDR(OP) (INDIRECT(OP) && MOD(OP)>=12)
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DDebugMacros.cpp52 return DebugMacroEntry(DebugMacroEntry::INDIRECT, debug_macros_sp);
/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DDebugMacros.h27 INVALID, DEFINE, UNDEF, START_FILE, END_FILE, INDIRECT
/openbsd-current/usr.bin/awk/
H A Dmaketab.c19 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
54 { INDIRECT, "indirect", "$(" },
H A Dlex.c19 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
333 RET(INDIRECT);
338 RET(INDIRECT);
347 RET(INDIRECT);
H A Dawkgram.y19 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
94 %left INDIRECT
452 | IVAR { $$ = op1(INDIRECT, celltonode($1, CVAR)); }
453 | INDIRECT term { $$ = op1(INDIRECT, $2); }
H A Dparse.c19 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
206 return op1(INDIRECT, celltonode(literal0, CUNK));
/openbsd-current/gnu/llvm/libcxx/src/support/solaris/
H A Dmbsnrtowcs.inc22 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
H A Dwcsnrtombs.inc17 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
/openbsd-current/gnu/usr.bin/perl/cpan/OpenBSD-Unveil/lib/OpenBSD/
H A DUnveil.pm90 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
/openbsd-current/gnu/usr.bin/perl/cpan/OpenBSD-Pledge/lib/OpenBSD/
H A DPledge.pm100 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dunicosmk.h171 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \
H A Dvms.h181 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dunicosmk.h182 #define INIT_CUMULATIVE_ARGS(CUM,FNTYPE,LIBNAME,INDIRECT) \
H A Dvms.h182 #define INIT_CUMULATIVE_ARGS(CUM,FNTYPE,LIBNAME,INDIRECT) \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr.h1139 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT) init_cumulative_args (&(CUM), FNTYPE, LIBNAME, INDIRECT)
1146 of INDIRECT is nonzero when processing an indirect call, for
1147 example a call through a function pointer. The value of INDIRECT
/openbsd-current/lib/libcrypto/conf/
H A Dkeysets.pl99 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
/openbsd-current/gnu/gcc/gcc/config/stormy16/
H A Dstormy16.h430 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \
/openbsd-current/gnu/gcc/gcc/config/vax/
H A Dvax.h408 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \
/openbsd-current/gnu/gcc/gcc/config/fr30/
H A Dfr30.h678 compiler support library function. The value of INDIRECT is nonzero when
680 The value of INDIRECT is zero for a call to an explicitly named function, a
689 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dfr30.h769 compiler support library function. The value of INDIRECT is nonzero when
771 The value of INDIRECT is zero for a call to an explicitly named function, a
780 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT) (CUM) = 0
/openbsd-current/gnu/gcc/gcc/config/score/
H A Dscore.h584 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, n_named_args) \
/openbsd-current/gnu/gcc/gcc/config/arc/
H A Darc.h566 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \
/openbsd-current/gnu/gcc/gcc/config/mcore/
H A Dmcore.h613 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \

Completed in 174 milliseconds

1234