HomeSort by relevance Sort by last modified time
    Searched full:protector (Results 1 - 25 of 1265) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Driver/
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-prefix=SSP
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 | FileCheck %s -check-prefix=SSP-BUF
10 // SSP-BUF: "-stack-protector" "1"
11 // SSP-BUF: "-stack-protector-buffer-size" "16"
14 // OPENBSD: "-stack-protector" "2
    [all...]
  /external/autotest/client/site_tests/platform_StackProtector/
control 9 -fstack-protector
12 PURPOSE = "Verify that system executables were compiled with -fstack-protector."
14 Fail if we find any executable files compiled without -fstack-protector.
  /system/extras/tests/timetest/
Android.bp 6 "-fstack-protector-all",
  /frameworks/wilhelm/src/android/
CallbackProtector.cpp 42 SL_LOGE("Callback protector detected an active callback after destroy");
49 bool CallbackProtector::enterCbIfOk(const sp<CallbackProtector> &protector) {
50 if (protector != 0) {
51 return protector->enterCb();
53 SL_LOGE("Callback protector is missing");
65 SL_LOGV("Callback protector allowed multiple or nested callback entry: %u", mCbCount);
73 SL_LOGV("Callback protector denied callback entry by thread %p tid %d during destroy"
78 SL_LOGV("Callback protector denied callback entry during destroy");
94 SL_LOGV("Callback protector detected return from callback by thread %p tid %d during"
99 SL_LOGV("Callback protector detected return from callback during destroy")
    [all...]
  /external/honggfuzz/examples/badcode/targets/
Makefile 2 CFLAGS ?= -fno-stack-protector -Wno-builtin-memcpy-chk-size
  /system/extras/tests/pftest/
Android.mk 15 ## LOCAL_CFLAGS += -fstack-protector-all
  /external/clang/test/CodeGen/
stack-protector.c 1 // RUN: %clang_cc1 -emit-llvm -o - %s -stack-protector 0 | FileCheck -check-prefix=DEF -check-prefix=NOSSP %s
2 // RUN: %clang_cc1 -emit-llvm -o - %s -stack-protector 1 | FileCheck -check-prefix=DEF -check-prefix=SSP %s
3 // RUN: %clang_cc1 -emit-llvm -o - %s -stack-protector 2 | FileCheck -check-prefix=DEF -check-prefix=SSPSTRONG %s
4 // RUN: %clang_cc1 -emit-llvm -o - %s -stack-protector 3 | FileCheck -check-prefix=DEF -check-prefix=SSPREQ %s
7 // RUN: %clang_cc1 -emit-llvm -o - %s -fsanitize=safe-stack -stack-protector 0 | FileCheck -check-prefix=DEF -check-prefix=SAFESTACK-NOSSP %s
8 // RUN: %clang_cc1 -emit-llvm -o - %s -fsanitize=safe-stack -stack-protector 1 | FileCheck -check-prefix=DEF -check-prefix=SAFESTACK-SSP %s
9 // RUN: %clang_cc1 -emit-llvm -o - %s -fsanitize=safe-stack -stack-protector 2 | FileCheck -check-prefix=DEF -check-prefix=SAFESTACK-SSPSTRONG %s
10 // RUN: %clang_cc1 -emit-llvm -o - %s -fsanitize=safe-stack -stack-protector 3 | FileCheck -check-prefix=DEF -check-prefix=SAFESTACK-SSPREQ %s
  /device/linaro/bootloader/arm-trusted-firmware/lib/stack_protector/
stack_protector.mk 15 TF_CFLAGS += -fstack-protector-${ENABLE_STACK_PROTECTOR}
  /external/clang/test/CodeGenCXX/
funcattrs-global-ctor-dtor.cpp 1 // RUN: %clang_cc1 %s -triple x86_64-apple-darwin -S -stack-protector 2 -emit-llvm -o - | FileCheck %s
  /external/llvm/include/llvm/CodeGen/
StackProtector.h 1 //===-- StackProtector.h - Stack Protector Insertion ----------------------===//
35 /// vulnerable stack allocations are located close the stack protector.
37 SSPLK_None, ///< Did not trigger a stack protector. No effect on data
40 ///< to the stack protector.
42 ///< to the stack protector.
44 ///< triggered protection. 3rd closest to the protector.
65 /// AllocaInst triggers a stack protector.
92 /// CreateFailBB - Create a basic block to jump to when the stack protector
109 /// stack protector based upon the stack protector level
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
37 /// vulnerable stack allocations are located close the stack protector.
39 SSPLK_None, ///< Did not trigger a stack protector. No effect on data
42 ///< to the stack protector.
44 ///< to the stack protector.
46 ///< triggered protection. 3rd closest to the protector.
67 /// AllocaInst triggers a stack protector.
94 /// CreateFailBB - Create a basic block to jump to when the stack protector
111 /// stack protector based upon the stack protector level
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
40 /// vulnerable stack allocations are located close the stack protector.
42 SSPLK_None, ///< Did not trigger a stack protector. No effect on data
45 ///< to the stack protector.
47 ///< to the stack protector.
49 ///< triggered protection. 3rd closest to the protector.
70 /// AllocaInst triggers a stack protector.
97 /// CreateFailBB - Create a basic block to jump to when the stack protector
114 /// stack protector based upon the stack protector level
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
40 /// vulnerable stack allocations are located close the stack protector.
42 SSPLK_None, ///< Did not trigger a stack protector. No effect on data
45 ///< to the stack protector.
47 ///< to the stack protector.
49 ///< triggered protection. 3rd closest to the protector.
70 /// AllocaInst triggers a stack protector.
97 /// CreateFailBB - Create a basic block to jump to when the stack protector
114 /// stack protector based upon the stack protector level
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
40 /// vulnerable stack allocations are located close the stack protector.
42 SSPLK_None, ///< Did not trigger a stack protector. No effect on data
45 ///< to the stack protector.
47 ///< to the stack protector.
49 ///< triggered protection. 3rd closest to the protector.
70 /// AllocaInst triggers a stack protector.
97 /// CreateFailBB - Create a basic block to jump to when the stack protector
114 /// stack protector based upon the stack protector level
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
40 /// vulnerable stack allocations are located close the stack protector.
42 SSPLK_None, ///< Did not trigger a stack protector. No effect on data
45 ///< to the stack protector.
47 ///< to the stack protector.
49 ///< triggered protection. 3rd closest to the protector.
70 /// AllocaInst triggers a stack protector.
97 /// CreateFailBB - Create a basic block to jump to when the stack protector
114 /// stack protector based upon the stack protector level
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
40 /// vulnerable stack allocations are located close the stack protector.
42 SSPLK_None, ///< Did not trigger a stack protector. No effect on data
45 ///< to the stack protector.
47 ///< to the stack protector.
49 ///< triggered protection. 3rd closest to the protector.
70 /// AllocaInst triggers a stack protector.
97 /// CreateFailBB - Create a basic block to jump to when the stack protector
114 /// stack protector based upon the stack protector level
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
40 /// vulnerable stack allocations are located close the stack protector.
42 SSPLK_None, ///< Did not trigger a stack protector. No effect on data
45 ///< to the stack protector.
47 ///< to the stack protector.
49 ///< triggered protection. 3rd closest to the protector.
70 /// AllocaInst triggers a stack protector.
97 /// CreateFailBB - Create a basic block to jump to when the stack protector
114 /// stack protector based upon the stack protector level
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
37 /// vulnerable stack allocations are located close the stack protector.
39 SSPLK_None, ///< Did not trigger a stack protector. No effect on data
42 ///< to the stack protector.
44 ///< to the stack protector.
46 ///< triggered protection. 3rd closest to the protector.
67 /// AllocaInst triggers a stack protector.
94 /// CreateFailBB - Create a basic block to jump to when the stack protector
111 /// stack protector based upon the stack protector level
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
40 /// vulnerable stack allocations are located close the stack protector.
42 SSPLK_None, ///< Did not trigger a stack protector. No effect on data
45 ///< to the stack protector.
47 ///< to the stack protector.
49 ///< triggered protection. 3rd closest to the protector.
70 /// AllocaInst triggers a stack protector.
97 /// CreateFailBB - Create a basic block to jump to when the stack protector
114 /// stack protector based upon the stack protector level
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
40 /// vulnerable stack allocations are located close the stack protector.
42 SSPLK_None, ///< Did not trigger a stack protector. No effect on data
45 ///< to the stack protector.
47 ///< to the stack protector.
49 ///< triggered protection. 3rd closest to the protector.
70 /// AllocaInst triggers a stack protector.
97 /// CreateFailBB - Create a basic block to jump to when the stack protector
114 /// stack protector based upon the stack protector level
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
40 /// vulnerable stack allocations are located close the stack protector.
42 SSPLK_None, ///< Did not trigger a stack protector. No effect on data
45 ///< to the stack protector.
47 ///< to the stack protector.
49 ///< triggered protection. 3rd closest to the protector.
70 /// AllocaInst triggers a stack protector.
97 /// CreateFailBB - Create a basic block to jump to when the stack protector
114 /// stack protector based upon the stack protector level
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
40 /// vulnerable stack allocations are located close the stack protector.
42 SSPLK_None, ///< Did not trigger a stack protector. No effect on data
45 ///< to the stack protector.
47 ///< to the stack protector.
49 ///< triggered protection. 3rd closest to the protector.
70 /// AllocaInst triggers a stack protector.
97 /// CreateFailBB - Create a basic block to jump to when the stack protector
114 /// stack protector based upon the stack protector level
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
40 /// vulnerable stack allocations are located close the stack protector.
42 SSPLK_None, ///< Did not trigger a stack protector. No effect on data
45 ///< to the stack protector.
47 ///< to the stack protector.
49 ///< triggered protection. 3rd closest to the protector.
70 /// AllocaInst triggers a stack protector.
97 /// CreateFailBB - Create a basic block to jump to when the stack protector
114 /// stack protector based upon the stack protector level
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
40 /// vulnerable stack allocations are located close the stack protector.
42 SSPLK_None, ///< Did not trigger a stack protector. No effect on data
45 ///< to the stack protector.
47 ///< to the stack protector.
49 ///< triggered protection. 3rd closest to the protector.
70 /// AllocaInst triggers a stack protector.
97 /// CreateFailBB - Create a basic block to jump to when the stack protector
114 /// stack protector based upon the stack protector level
    [all...]
  /external/linux-kselftest/tools/testing/selftests/vDSO/
Makefile 4 CFLAGS_vdso_standalone_test_x86 := -nostdlib -fno-asynchronous-unwind-tables -fno-stack-protector

Completed in 3570 milliseconds

1 2 3 4 5 6 7 8 91011>>