Searched refs:FLAGS (Results 1 - 25 of 160) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrvend.c36 #define FINI_SECTION_ZERO(SECTION, FLAGS, NAME) \
37 __asm__ (".section " SECTION "," FLAGS "\n\t" \
45 #define FINI_SECTION(SECTION, FLAGS, NAME) \
46 __asm__ (".section " SECTION "," FLAGS "\n\t" \
H A Dfrvbegin.c43 #define INIT_SECTION_NEG_ONE(SECTION, FLAGS, NAME) \
44 __asm__ (".section " SECTION "," FLAGS "\n\t" \
52 #define INIT_SECTION(SECTION, FLAGS, NAME) \
53 __asm__ (".section " SECTION "," FLAGS "\n\t" \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/frv/
H A Dfrvend.c39 #define FINI_SECTION_ZERO(SECTION, FLAGS, NAME) \
40 __asm__ (".section " SECTION "," FLAGS "\n\t" \
48 #define FINI_SECTION(SECTION, FLAGS, NAME) \
49 __asm__ (".section " SECTION "," FLAGS "\n\t" \
H A Dfrvbegin.c46 #define INIT_SECTION_NEG_ONE(SECTION, FLAGS, NAME) \
47 __asm__ (".section " SECTION "," FLAGS "\n\t" \
55 #define INIT_SECTION(SECTION, FLAGS, NAME) \
56 __asm__ (".section " SECTION "," FLAGS "\n\t" \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/shlib/
H A Dirix.sh0 FLAGS="-DTERMIOS -O2 -mips2 -DB_ENDIAN -fomit-frame-pointer -Wall -Iinclude"
4 gcc -c -Icrypto $SHFLAGS $FLAGS -o crypto.o crypto/crypto.c
6 gcc -c -Issl $SHFLAGS $FLAGS -o ssl.o ssl/ssl.c
H A Dsun.sh0 FLAGS="-DTERMIO -O3 -DB_ENDIAN -fomit-frame-pointer -mv8 -Wall -Iinclude"
4 gcc -c -Icrypto $SHFLAGS -fpic $FLAGS -o crypto.o crypto/crypto.c
7 gcc -c -Issl $SHFLAGS $FLAGS -o ssl.o ssl/ssl.c
H A Dsolaris.sh12 #FLAGS='-DTERMIO -O3 -DL_ENDIAN -fomit-frame-pointer -mv8 -Wall'
13 FLAGS='-DTERMIO -g2 -ggdb -DL_ENDIAN -Wall -DREF_CHECK -DCRYPTO_MDEBUG'
17 CFLAGS="$FLAGS $INCLUDE $SHFLAGS"
26 $CC -c $CFLAGS -DCFLAGS="\"$FLAGS\"" -o crypto.o crypto/crypto.c
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/mantools/
H A Dccformat20 FLAGS="-st -di8 -npsl -bap -bad -bbb -nbc -i4 -d0 -nip -nfc1 -cd41 -c49"
36 *) FLAGS="$FLAGS -T$2"; shift;;
54 0) indent $TROFF $FLAGS;;
58 indent $TROFF $FLAGS $i
65 (indent $FLAGS <$i 2>.ind.$$ >$TMPF || test ! -s .ind.$$) >$TMPF &&
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/coff/
H A Dtic4x.h34 #define TICOFF_TARGET_MACHINE_GET(FLAGS) \
35 (((FLAGS) & F_VERS) ? bfd_mach_tic4x : bfd_mach_tic3x)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/coff/
H A Dtic4x.h34 #define TICOFF_TARGET_MACHINE_GET(FLAGS) \
35 (((FLAGS) & F_VERS) ? bfd_mach_tic4x : bfd_mach_tic3x)
/netbsd-6-1-5-RELEASE/usr.bin/spell/spell/
H A Dspell.sh38 FLAGS=
59 FLAGS="$FLAGS -b"
73 FLAGS="$FLAGS -v -o $VTMP"
75 x) FLAGS="$FLAGS -x"
108 $SPELLPROG $FLAGS $DICT $LANG $EXTRA | sort -u -k1f - $TMP | \
113 $SPELLPROG $FLAGS $DICT $LANG $EXTRA | sort -u -k1f - $TMP
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dpredict.h24 #define DEF_PREDICTOR(ENUM, NAME, HITRATE, FLAGS) ENUM,
H A Dtree-ssa-operands.h228 #define FOR_EACH_SSA_TREE_OPERAND(TREEVAR, STMT, ITER, FLAGS) \
229 for (TREEVAR = op_iter_init_tree (&(ITER), STMT, FLAGS); \
236 #define FOR_EACH_SSA_USE_OPERAND(USEVAR, STMT, ITER, FLAGS) \
237 for (USEVAR = op_iter_init_use (&(ITER), STMT, FLAGS); \
244 #define FOR_EACH_SSA_DEF_OPERAND(DEFVAR, STMT, ITER, FLAGS) \
245 for (DEFVAR = op_iter_init_def (&(ITER), STMT, FLAGS); \
274 match FLAGS. A use_operand_p is always returned via USEVAR. FLAGS
276 #define FOR_EACH_PHI_ARG(USEVAR, STMT, ITER, FLAGS) \
277 for ((USEVAR) = op_iter_init_phiuse (&(ITER), STMT, FLAGS); \
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-operands.h160 #define FOR_EACH_SSA_TREE_OPERAND(TREEVAR, STMT, ITER, FLAGS) \
161 for (TREEVAR = op_iter_init_tree (&(ITER), STMT, FLAGS); \
168 #define FOR_EACH_SSA_USE_OPERAND(USEVAR, STMT, ITER, FLAGS) \
169 for (USEVAR = op_iter_init_use (&(ITER), STMT, FLAGS); \
176 #define FOR_EACH_SSA_DEF_OPERAND(DEFVAR, STMT, ITER, FLAGS) \
177 for (DEFVAR = op_iter_init_def (&(ITER), STMT, FLAGS); \
182 match FLAGS. A use_operand_p is always returned via USEVAR. FLAGS
184 #define FOR_EACH_PHI_ARG(USEVAR, STMT, ITER, FLAGS) \
185 for ((USEVAR) = op_iter_init_phiuse (&(ITER), STMT, FLAGS); \
[all...]
H A Dpredict.h23 #define DEF_PREDICTOR(ENUM, NAME, HITRATE, FLAGS) ENUM,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Dscript_test_3.t47 text PT_LOAD FILEHDR PHDRS FLAGS(5);
49 dynamic PT_DYNAMIC FLAGS(4);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dcheck_compile28 FLAGS=`$flags_script --cxxflags`
31 CXX="$COMPILER $INCLUDES $PCH_FLAGS $FLAGS -Wfatal-errors $TEST_FLAGS"
H A Dcheck_performance28 FLAGS=`$flags_script --cxxflags`
35 CXX="$COMPILER $INCLUDES $FLAGS -std=gnu++0x $CXXFLAGS $LINK"
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/scripts/
H A Dcheck_compile28 FLAGS=`$flags_script --cxxflags`
31 CXX="$COMPILER $INCLUDES $PCH_FLAGS $FLAGS $TEST_FLAGS"
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/build/
H A Dmkdep155 FLAGS=""
159 -*) FLAGS="$FLAGS $i" ;;
164 $MKDEP_CC $MKDEP_CFLAGS $FLAGS $i | grep '^#.*"' > $TMP.sed
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/stand/
H A DMakefile.bootxx24 FLAGS = ${MIPSFLAGS} ${DEBUGFLAGS} ${OPTFLAGS}
25 AFLAGS = -xassembler-with-cpp -D_LOCORE ${FLAGS}
26 CFLAGS = ${FLAGS} -ffreestanding
/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Dinflate.h24 FLAGS, /* i: waiting for method and flags (gzip) */ enumerator in enum:__anon53
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/zmod/
H A Dinflate.h24 FLAGS, /* i: waiting for method and flags (gzip) */ enumerator in enum:__anon2720
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dembedspu.sh53 FLAGS=
59 -*) FLAGS="${FLAGS} $1" ;;
148 ${CC} ${FLAGS} -x assembler-with-cpp -nostartfiles -nostdlib \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Dinflate.h22 FLAGS, /* i: waiting for method and flags (gzip) */ enumerator in enum:__anon44
60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME

Completed in 241 milliseconds

1234567