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

1 2 3

  /device/linaro/bootloader/arm-trusted-firmware/lib/stack_protector/
stack_protector.mk 15 TF_CFLAGS += -fstack-protector-${ENABLE_STACK_PROTECTOR}
  /external/honggfuzz/examples/badcode/targets/
Makefile 2 CFLAGS ?= -fno-stack-protector -Wno-builtin-memcpy-chk-size
  /frameworks/wilhelm/src/android/
CallbackProtector.h 32 static bool enterCbIfOk(const sp<CallbackProtector> &protector);
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...]
  /system/extras/tests/pftest/
Android.mk 15 ## LOCAL_CFLAGS += -fstack-protector-all
  /external/tpm2/
Object_spt_fp.h 16 TPM_HANDLE protector, // IN: The protector's handle
43 TPM_HANDLE protectorHandle, // IN: the protector handle
59 TPM_HANDLE protector, // IN: The handle of the object that provides
86 TPM_HANDLE protector, // IN: The protector's handle
117 TPM_HANDLE protector, // IN: The handle of the object that provides
Object_spt.c 68 TPM_HANDLE protectorHandle // IN: the protector handle
71 OBJECT *protector = NULL; // Pointer to the protector object local
84 protector = ObjectGet(protectorHandle);
85 symAlg = protector->publicArea.parameters.asymDetail.symmetric.algorithm;
86 keyBits= protector->publicArea.parameters.asymDetail.symmetric.keyBits.sym;
103 TPM_HANDLE protectorHandle, // IN: the protector handle
115 OBJECT *protector = NULL; // Pointer to the protector local
128 protector = ObjectGet(protectorHandle)
664 OBJECT *protector = NULL; \/\/ Pointer to the protector local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/vDSO/
Makefile 4 CFLAGS_vdso_standalone_test_x86 := -nostdlib -fno-asynchronous-unwind-tables -fno-stack-protector
  /test/vts/runners/target/gtest/
Android.mk 22 -fstack-protector-all \
  /system/iot/attestation/atap/
Android.mk 29 -fstack-protector-strong \
44 LOCAL_CFLAGS := $(atap_common_cflags) -fno-stack-protector -DATAP_ENABLE_DEBUG
  /system/core/logcat/tests/
Android.mk 23 -fstack-protector-all \
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
Android.mk 11 LOCAL_CPPFLAGS += -fPIE -fno-rtti -fno-exceptions -fstack-protector
  /system/core/logd/tests/
Android.mk 33 -fstack-protector-all \
  /system/extras/tests/kernel.config/
Android.mk 10 -fstack-protector-all \
  /external/syslinux/mk/
elf.mk 33 GCCOPT += $(call gcc_ok,-fno-stack-protector,)
embedded.mk 38 GCCOPT += $(call gcc_ok,-fno-stack-protector,)
efi.mk 10 GCCOPT := $(call gcc_ok,-fno-stack-protector,)
  /external/avb/examples/uefi/
Makefile 73 -fno-stack-protector -fpic \
  /system/core/liblog/tests/
Android.mk 50 -fstack-protector-all \
  /external/adhd/defs/
c.mk 80 -Wstack-protector \
  /external/libxcam/
Android.mk 6 XCAM_CFLAGS := -fPIC -W -Wall -D_REENTRANT -Wformat -Wno-unused-parameter -Wformat-security -fstack-protector
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/
shared.mk 30 CFLAGS += -fstack-protector
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/
shared.mk 32 CFLAGS += -fstack-protector
  /build/soong/cc/config/
x86_linux_host.go 33 "-fstack-protector",
73 "-fstack-protector-strong",
  /external/selinux/libselinux/utils/
Makefile 36 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions \

Completed in 6013 milliseconds

1 2 3