| /external/clang/test/Driver/ |
| D | stack-protector.c | 1 // RUN: %clang -fno-stack-protector -### %s 2>&1 | FileCheck %s -check-prefix=NOSSP 2 // NOSSP-NOT: "-stack-protector" 3 // NOSSP-NOT: "-stack-protector-buffer-size" 5 // RUN: %clang -target i386-unknown-linux -fstack-protector -### %s 2>&1 | FileCheck %s -check-pref… 6 // SSP: "-stack-protector" "1" 7 // SSP-NOT: "-stack-protector-buffer-size" 9 // RUN: %clang -target i386-unknown-linux -fstack-protector --param ssp-buffer-size=16 -### %s 2>&1… 10 // SSP-BUF: "-stack-protector" "1" 11 // SSP-BUF: "-stack-protector-buffer-size" "16" 13 // RUN: %clang -target i386-pc-openbsd -### %s 2>&1 | FileCheck %s -check-prefix=OPENBSD [all …]
|
| /external/ot-br-posix/examples/platforms/nxp/linux-imx/ |
| D | aarch64.cmake | 29 set(CMAKE_C_COMPILER aarch64-poky-linux-gcc) 30 set(CMAKE_CXX_COMPILER aarch64-poky-linux-g++) 33 set(CMAKE_ASM_COMPILER aarch64-poky-linux-gcc) 34 find_program(CMAKE_AR aarch64-poky-linux-gcc-ar DOC "Archiver" REQUIRED) 35 …-mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wfor… 36 …-mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wfor… 37 …-mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wfor… 38 set(CMAKE_C_FLAGS_RELEASE "-DNDEBUG" CACHE STRING "Additional CFLAGS for release") 39 set(CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG" CACHE STRING "Additional CXXFLAGS for release") 40 set(CMAKE_ASM_FLAGS_RELEASE "-DNDEBUG" CACHE STRING "Additional ASM FLAGS for release") [all …]
|
| D | arm.cmake | 30 set(CMAKE_C_COMPILER arm-poky-linux-gnueabi-gcc) 31 set(CMAKE_CXX_COMPILER arm-poky-linux-gnueabi-g++) 34 set(CMAKE_ASM_COMPILER arm-poky-linux-gnueabi-gcc) 35 find_program(CMAKE_AR arm-poky-linux-gnueabi-gcc-ar DOC "Archiver" REQUIRED) 36 …-mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 -fstack-protector-strong -O2 -D_FORTIFY_SOURC… 37 …-mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 -fstack-protector-strong --sysroot=$ENV{SDKTAR… 38 …-mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 -fstack-protector-strong --sysroot=$ENV{SDKTAR… 39 set(CMAKE_C_FLAGS_RELEASE "-DNDEBUG" CACHE STRING "Additional CFLAGS for release") 40 set(CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG" CACHE STRING "Additional CXXFLAGS for release") 41 set(CMAKE_ASM_FLAGS_RELEASE "-DNDEBUG" CACHE STRING "Additional ASM FLAGS for release") [all …]
|
| /external/cronet/ |
| D | Android.bp | 7 // http://www.apache.org/licenses/LICENSE-2.0 32 …cmd: "mkdir -p $(genDir)/base/allocator && echo '--flags USE_PARTITION_ALLOC_AS_GWP_ASAN_STORE=\"f… 33 "$(location build/write_buildflag_header.py) --output " + 35 "--rulename " + 37 "--gen-dir " + 39 "--definitions " + 55 …cmd: "mkdir -p $(genDir)/base/allocator && echo '--flags USE_PARTITION_ALLOC_AS_GWP_ASAN_STORE=\"f… 56 "$(location build/write_buildflag_header.py) --output " + 58 "--rulename " + 60 "--gen-dir " + [all …]
|
| /external/cronet/android/tools/gn2bp/ |
| D | Android.bp.swp | 7 // http://www.apache.org/licenses/LICENSE-2.0 32 …cmd: "mkdir -p $(genDir)/base/allocator && echo '--flags USE_PARTITION_ALLOC_AS_GWP_ASAN_STORE=\"f… 33 "$(location build/write_buildflag_header.py) --output " + 35 "--rulename " + 37 "--gen-dir " + 39 "--definitions " + 55 …cmd: "mkdir -p $(genDir)/base/allocator && echo '--flags USE_PARTITION_ALLOC_AS_GWP_ASAN_STORE=\"f… 56 "$(location build/write_buildflag_header.py) --output " + 58 "--rulename " + 60 "--gen-dir " + [all …]
|
| /external/python/absl-py/absl/flags/tests/ |
| D | _helpers_test.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 29 'fsplit-ivs-in-unroller=', 30 'fsplit-wide-types=', 31 'fstack-protector=', 32 'fstack-protector-all=', 33 'fstrict-aliasing=', 34 'fstrict-overflow=', 35 'fthread-jumps=', 37 'ftree-bit-ccp', 38 'ftree-builtin-call-dce', [all …]
|
| /external/toolchain-utils/compiler_wrapper/testdata/cros_hardened_golden/ |
| D | gcc_maincc_target_specific.json | 7 "./x86_64-cros-linux-gnu-gcc.real", 8 "--sysroot=/usr/x86_64-cros-linux-gnu", 9 "-fno-reorder-blocks-and-partition", 10 "-Wno-unused-local-typedefs", 11 "-Wno-maybe-uninitialized", 12 "-fcommon", 13 "-fstack-protector-strong", 14 "-D_FORTIFY_SOURCE=3", 15 "-fno-omit-frame-pointer", 16 "-static-libgcc", [all …]
|
| D | gcc_sanitizer_args.json | 7 "./x86_64-cros-linux-gnu-gcc.real", 8 "--sysroot=/usr/x86_64-cros-linux-gnu", 9 "-fno-reorder-blocks-and-partition", 10 "-Wno-unused-local-typedefs", 11 "-Wno-maybe-uninitialized", 12 "-fcommon", 13 "-fstack-protector-strong", 14 "-D_FORTIFY_SOURCE=3", 15 "-fno-omit-frame-pointer", 16 "-static-libgcc", [all …]
|
| D | gcc_path.json | 7 "./x86_64-cros-linux-gnu-gcc.real", 8 "--sysroot=/usr/x86_64-cros-linux-gnu", 9 "-fno-reorder-blocks-and-partition", 10 "-Wno-unused-local-typedefs", 11 "-Wno-maybe-uninitialized", 12 "-fcommon", 13 "-fstack-protector-strong", 14 "-D_FORTIFY_SOURCE=3", 15 "-fno-omit-frame-pointer", 16 "-static-libgcc", [all …]
|
| D | gcc_sysroot_wrapper_common.json | 7 "--sysroot=/usr/x86_64-cros-linux-gnu", 8 "-fno-reorder-blocks-and-partition", 9 "-Wno-unused-local-typedefs", 10 "-Wno-maybe-uninitialized", 11 "-fcommon", 12 "-fstack-protector-strong", 13 "-D_FORTIFY_SOURCE=3", 14 "-fno-omit-frame-pointer", 15 "-static-libgcc", 17 "-L/usr/x86_64-cros-linux-gnu/usr/lib64", [all …]
|
| D | gcc_clang_syntax.json | 7 "--sysroot=/usr/x86_64-cros-linux-gnu", 8 "-Qunused-arguments", 9 "-Werror=poison-system-directories", 10 "-Wno-deprecated-declarations", 11 "-Wno-enum-constexpr-conversion", 12 "-Wno-error=implicit-function-declaration", 13 "-Wno-error=implicit-int", 14 "-Wno-final-dtor-non-final-class", 15 "-Wno-single-bit-bitfield-constant-conversion", 16 "-Wno-tautological-constant-compare", [all …]
|
| D | clang_path.json | 8 "--sysroot=/usr/x86_64-cros-linux-gnu", 9 "-Qunused-arguments", 10 "-Werror=poison-system-directories", 11 "-Wno-deprecated-declarations", 12 "-Wno-enum-constexpr-conversion", 13 "-Wno-error=implicit-function-declaration", 14 "-Wno-error=implicit-int", 15 "-Wno-final-dtor-non-final-class", 16 "-Wno-single-bit-bitfield-constant-conversion", 17 "-Wno-tautological-constant-compare", [all …]
|
| D | clang_ftrapv_maincc_target_specific.json | 8 "--sysroot=/usr/x86_64-cros-linux-gnu", 9 "-Qunused-arguments", 10 "-Werror=poison-system-directories", 11 "-Wno-deprecated-declarations", 12 "-Wno-enum-constexpr-conversion", 13 "-Wno-error=implicit-function-declaration", 14 "-Wno-error=implicit-int", 15 "-Wno-final-dtor-non-final-class", 16 "-Wno-single-bit-bitfield-constant-conversion", 17 "-Wno-tautological-constant-compare", [all …]
|
| D | clang_maincc_target_specific.json | 8 "--sysroot=/usr/x86_64-cros-linux-gnu", 9 "-Qunused-arguments", 10 "-Werror=poison-system-directories", 11 "-Wno-deprecated-declarations", 12 "-Wno-enum-constexpr-conversion", 13 "-Wno-error=implicit-function-declaration", 14 "-Wno-error=implicit-int", 15 "-Wno-final-dtor-non-final-class", 16 "-Wno-single-bit-bitfield-constant-conversion", 17 "-Wno-tautological-constant-compare", [all …]
|
| D | clang_sanitizer_args.json | 8 "--sysroot=/usr/x86_64-cros-linux-gnu", 9 "-Qunused-arguments", 10 "-Werror=poison-system-directories", 11 "-Wno-deprecated-declarations", 12 "-Wno-enum-constexpr-conversion", 13 "-Wno-error=implicit-function-declaration", 14 "-Wno-error=implicit-int", 15 "-Wno-final-dtor-non-final-class", 16 "-Wno-single-bit-bitfield-constant-conversion", 17 "-Wno-tautological-constant-compare", [all …]
|
| /external/toolchain-utils/compiler_wrapper/testdata/cros_hardened_noccache_golden/ |
| D | gcc_path.json | 7 "--sysroot=/usr/x86_64-cros-linux-gnu", 8 "-fno-reorder-blocks-and-partition", 9 "-Wno-unused-local-typedefs", 10 "-Wno-maybe-uninitialized", 11 "-fcommon", 12 "-fstack-protector-strong", 13 "-D_FORTIFY_SOURCE=3", 14 "-fno-omit-frame-pointer", 15 "-static-libgcc", 17 "-L/usr/x86_64-cros-linux-gnu/usr/lib64", [all …]
|
| D | gcc_clang_syntax.json | 7 "--sysroot=/usr/x86_64-cros-linux-gnu", 8 "-Qunused-arguments", 9 "-Werror=poison-system-directories", 10 "-Wno-deprecated-declarations", 11 "-Wno-enum-constexpr-conversion", 12 "-Wno-error=implicit-function-declaration", 13 "-Wno-error=implicit-int", 14 "-Wno-final-dtor-non-final-class", 15 "-Wno-single-bit-bitfield-constant-conversion", 16 "-Wno-tautological-constant-compare", [all …]
|
| D | clang_path.json | 7 "--sysroot=/usr/x86_64-cros-linux-gnu", 8 "-Qunused-arguments", 9 "-Werror=poison-system-directories", 10 "-Wno-deprecated-declarations", 11 "-Wno-enum-constexpr-conversion", 12 "-Wno-error=implicit-function-declaration", 13 "-Wno-error=implicit-int", 14 "-Wno-final-dtor-non-final-class", 15 "-Wno-single-bit-bitfield-constant-conversion", 16 "-Wno-tautological-constant-compare", [all …]
|
| /external/toolchain-utils/compiler_wrapper/ |
| D | stackprotector_flags.go | 2 // Use of this source code is governed by a BSD-style license that can be 8 …fstackMap := map[string]bool{"-D__KERNEL__": true, "-fno-stack-protector": true, "-nodefaultlibs":… 9 "-nostdlib": true} 11 fstack := false 15 fstack = true 20 if fstack { 21 builder.addPreUserArgs("-fno-stack-protector") 23 if !arg.fromUser && arg.value == "-fstack-protector-strong" {
|
| D | stackprotector_flags_test.go | 2 // Use of this source code is governed by a BSD-style license that can be 16 if err := verifyArgOrder(cmd, "-fstack-protector-strong", mainCc); err != nil { 26 ctx.newCommand(gccX86_64, "-D__KERNEL__", mainCc))) 27 if err := verifyArgOrder(cmd, "-fno-stack-protector", mainCc); err != nil { 35 ctx.cfg.commonFlags = []string{"-fno-stack-protector"} 38 if err := verifyArgCount(cmd, 1, "-fno-stack-protector"); err != nil { 48 ctx.newCommand(gccX86_64Eabi, "-fno-stack-protector", mainCc))) 49 if err := verifyArgCount(cmd, 1, "-fstack-protector-strong"); err != nil { 56 cfg.commonFlags = []string{"-fstack-protector-strong"}
|
| /external/toolchain-utils/compiler_wrapper/testdata/cros_hardened_llvmnext_golden/ |
| D | gcc_path.json | 7 "./x86_64-cros-linux-gnu-gcc.real", 8 "--sysroot=/usr/x86_64-cros-linux-gnu", 9 "-fno-reorder-blocks-and-partition", 10 "-Wno-unused-local-typedefs", 11 "-Wno-maybe-uninitialized", 12 "-fcommon", 13 "-fstack-protector-strong", 14 "-D_FORTIFY_SOURCE=3", 15 "-fno-omit-frame-pointer", 16 "-static-libgcc", [all …]
|
| D | gcc_clang_syntax.json | 7 "--sysroot=/usr/x86_64-cros-linux-gnu", 8 "-Qunused-arguments", 9 "-Werror=poison-system-directories", 10 "-Wno-deprecated-declarations", 11 "-Wno-enum-constexpr-conversion", 12 "-Wno-error=implicit-function-declaration", 13 "-Wno-error=implicit-int", 14 "-Wno-final-dtor-non-final-class", 15 "-Wno-single-bit-bitfield-constant-conversion", 16 "-Wno-tautological-constant-compare", [all …]
|
| D | clang_path.json | 8 "--sysroot=/usr/x86_64-cros-linux-gnu", 9 "-Qunused-arguments", 10 "-Werror=poison-system-directories", 11 "-Wno-deprecated-declarations", 12 "-Wno-enum-constexpr-conversion", 13 "-Wno-error=implicit-function-declaration", 14 "-Wno-error=implicit-int", 15 "-Wno-final-dtor-non-final-class", 16 "-Wno-single-bit-bitfield-constant-conversion", 17 "-Wno-tautological-constant-compare", [all …]
|
| /external/cronet/base/ |
| D | stack_canary_linux_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 18 // Create a buffer >=8 bytes to force the stack protector on this function, in ResetCanaryAndReturn() 19 // which should work as long as -fno-stack-protector isn't passed in the in ResetCanaryAndReturn() 20 // default options. We compile this file with -fstack-protector-all, but it in ResetCanaryAndReturn() 21 // may be overridden with -fstack-protector or -fstack-protector-strong. in ResetCanaryAndReturn() 34 // Tests that the useful debug message works--specifically that on death, it
|
| /external/libcups/config-scripts/ |
| D | cups-compiler.m4 | 4 dnl Copyright 2007-2020 by Apple Inc. 5 dnl Copyright 1997-2007 by Easy Software Products, all rights reserved. 10 dnl Clear the debugging and non-shared library options unless the user asks 15 AC_ARG_WITH(optim, [ --with-optim set optimization flags ], 20 AC_ARG_ENABLE(debug, [ --enable-debug build with debugging symbols]) 21 AC_ARG_ENABLE(debug_guards, [ --enable-debug-guards build with memory allocation guards]) 22 AC_ARG_ENABLE(debug_printfs, [ --enable-debug-printfs build with CUPS_DEBUG_LOG support]) 23 AC_ARG_ENABLE(unit_tests, [ --enable-unit-tests build and run unit tests]) 26 if test x$enable_debug = xyes -a "x$OPTIM" = x; then 27 OPTIM="-g" [all …]
|