| /src/share/examples/puffs/icfs/ |
| Makefile | 6 DBG= -g -O0
|
| /src/share/examples/puffs/pnullfs/ |
| Makefile | 6 DBG= -g -O0
|
| /src/share/examples/puffs/rot13fs/ |
| Makefile | 6 DBG= -g -O0
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| dw5-rnglist-test.exp | 27 $srcfile {debug c++ dwarf5 additional_flags=-O0}] } {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| dw5-rnglist-test.exp | 27 $srcfile {debug c++ dwarf5 additional_flags=-O0}] } {
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| mcore-opc.h | 25 O0, OT, O1, OC, O2, X1, OI, OB, 46 { "bkpt", O0, 0, 0x0000 }, 47 { "sync", O0, 0, 0x0001 }, 48 { "rte", O0, 1, 0x0002 }, 49 { "rfe", O0, 1, 0x0002 }, 50 { "rfi", O0, 1, 0x0003 }, 51 { "stop", O0, 0, 0x0004 }, 52 { "wait", O0, 0, 0x0005 }, 53 { "doze", O0, 0, 0x0006 }, 54 { "idly4", O0, 0, 0x0007 } [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| mcore-opc.h | 25 O0, OT, O1, OC, O2, X1, OI, OB, 46 { "bkpt", O0, 0, 0x0000 }, 47 { "sync", O0, 0, 0x0001 }, 48 { "rte", O0, 1, 0x0002 }, 49 { "rfe", O0, 1, 0x0002 }, 50 { "rfi", O0, 1, 0x0003 }, 51 { "stop", O0, 0, 0x0004 }, 52 { "wait", O0, 0, 0x0005 }, 53 { "doze", O0, 0, 0x0006 }, 54 { "idly4", O0, 0, 0x0007 } [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| mcore-opc.h | 25 O0, OT, O1, OC, O2, X1, OI, OB, 46 { "bkpt", O0, 0, 0x0000 }, 47 { "sync", O0, 0, 0x0001 }, 48 { "rte", O0, 1, 0x0002 }, 49 { "rfe", O0, 1, 0x0002 }, 50 { "rfi", O0, 1, 0x0003 }, 51 { "stop", O0, 0, 0x0004 }, 52 { "wait", O0, 0, 0x0005 }, 53 { "doze", O0, 0, 0x0006 }, 54 { "idly4", O0, 0, 0x0007 } [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| mcore-opc.h | 25 O0, OT, O1, OC, O2, X1, OI, OB, 46 { "bkpt", O0, 0, 0x0000 }, 47 { "sync", O0, 0, 0x0001 }, 48 { "rte", O0, 1, 0x0002 }, 49 { "rfe", O0, 1, 0x0002 }, 50 { "rfi", O0, 1, 0x0003 }, 51 { "stop", O0, 0, 0x0004 }, 52 { "wait", O0, 0, 0x0005 }, 53 { "doze", O0, 0, 0x0006 }, 54 { "idly4", O0, 0, 0x0007 } [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| amd64-prologue-xmm.exp | 26 lappend opts debug optimize=-O0
|
| /src/external/public-domain/sqlite/dist/ |
| Makefile.fallback | 9 CFLAGS = -O0 -I.
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| amd64-prologue-xmm.exp | 26 lappend opts debug optimize=-O0
|
| i386-prologue-skip-cf-protection.exp | 78 $srcfile2 [list optimize=-O0 additional_flags=-fcf-protection=full]] } {
|
| /src/lib/librumphijack/ |
| Makefile | 21 COPTS.hijackdlsym.c+= -O0
|
| /src/external/bsd/pcc/dist/pcc/arch/sparc64/ |
| order.c | 88 { NEVER, O0 }, 110 static int ret[] = { O0, O1, O2, O3, O4, O5, O6, O7, -1 };
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| large-frame.exp | 55 foreach opt { O0 O1 O2 } {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| large-frame.exp | 55 foreach opt { O0 O1 O2 } {
|
| /src/usr.sbin/mopd/common/ |
| Makefile | 23 COPTS.file.c+= -O0
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/ |
| break-asm-file.exp | 30 object {debug nowarnings optimize=-O0}] != ""} {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/ |
| break-asm-file.exp | 30 object {debug nowarnings optimize=-O0}] != ""} {
|
| /src/external/gpl3/gcc/dist/gcc/ |
| sancov.cc | 304 template <bool O0> class pass_sancov : public gimple_opt_pass 313 return new pass_sancov<O0> (m_ctxt); 318 return sanitize_coverage_p (fun->decl) && (!O0 || !optimize); 327 template <bool O0> 328 const pass_data pass_sancov<O0>::data = { 330 O0 ? "sancov_O0" : "sancov", /* name */
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| sancov.cc | 304 template <bool O0> class pass_sancov : public gimple_opt_pass 313 return new pass_sancov<O0> (m_ctxt); 318 return sanitize_coverage_p (fun->decl) && (!O0 || !optimize); 327 template <bool O0> 328 const pass_data pass_sancov<O0>::data = { 330 O0 ? "sancov_O0" : "sancov", /* name */
|
| /src/crypto/external/bsd/netpgp/bin/netpgpverify/ |
| Makefile | 19 CPPFLAGS+=-g -O0 20 LDFLAGS+=-g -O0
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/ |
| tui-missing-src.exp | 68 executable {debug additional_flags=-O0}] != "" } {
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| ARMHazardRecognizer.h | 64 inline HazardType CheckOffsets(unsigned O0, unsigned O1);
|