Home
last modified time | relevance | path

Searched +full:- +full:fstack +full:- +full:protector (Results 1 – 25 of 126) sorted by relevance

123456

/external/clang/test/Driver/
Dstack-protector.c1 // 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/
Daarch64.cmake29 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 …]
Darm.cmake30 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/
DAndroid.bp7 // 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/
DAndroid.bp.swp7 // 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.py7 # 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/
Dgcc_maincc_target_specific.json7 "./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 …]
Dgcc_sanitizer_args.json7 "./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 …]
Dgcc_path.json7 "./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 …]
Dgcc_sysroot_wrapper_common.json7 "--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 …]
Dgcc_clang_syntax.json7 "--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 …]
Dclang_path.json8 "--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 …]
Dclang_ftrapv_maincc_target_specific.json8 "--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 …]
Dclang_maincc_target_specific.json8 "--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 …]
Dclang_sanitizer_args.json8 "--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/
Dgcc_path.json7 "--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 …]
Dgcc_clang_syntax.json7 "--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 …]
Dclang_path.json7 "--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/
Dstackprotector_flags.go2 // 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" {
Dstackprotector_flags_test.go2 // 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/
Dgcc_path.json7 "./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 …]
Dgcc_clang_syntax.json7 "--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 …]
Dclang_path.json8 "--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/
Dstack_canary_linux_unittest.cc2 // 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/
Dcups-compiler.m44 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 …]

123456