HomeSort by relevance Sort by last modified time
    Searched refs:fstack (Results 1 - 18 of 18) sorted by null

  /system/extras/tests/memtest/
Android.mk 17 ## LOCAL_CFLAGS += -fstack-protector-all
  /system/extras/tests/pftest/
Android.mk 15 ## LOCAL_CFLAGS += -fstack-protector-all
  /sdk/emulator/qtools/
q2dm.cpp 82 FunctionStack *fstack = dmtrace_stack[pid]; local
83 if (fstack == NULL) {
84 fstack = new FunctionStack();
85 dmtrace_stack[pid] = fstack;
88 fstack->push(function);
104 FunctionStack *fstack = dmtrace_stack[pid]; local
105 if (fstack == NULL) {
106 fstack = new FunctionStack();
107 dmtrace_stack[pid] = fstack;
110 symbol_type *sym = fstack->pop()
    [all...]
  /external/linux-tools-perf/util/ui/browsers/
hists.c 812 struct pstack *fstack; local
821 fstack = pstack__new(2);
822 if (fstack == NULL)
883 if (pstack__empty(fstack)) {
891 top = pstack__pop(fstack);
958 pstack__remove(fstack, &dso_filter);
968 pstack__push(fstack, &dso_filter);
977 pstack__remove(fstack, &thread_filter);
986 pstack__push(fstack, &thread_filter);
995 pstack__delete(fstack);
    [all...]
  /hardware/invensense/libsensors_iio/software/core/mllite/build/android/
shared.mk 29 CFLAGS += -fstack-protector
  /hardware/invensense/libsensors_iio/software/core/mpl/build/android/
shared.mk 30 CFLAGS += -fstack-protector
  /hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/build/android/
shared.mk 32 CFLAGS += -fstack-protector
  /hardware/invensense/libsensors_iio/software/simple_apps/self_test/build/android/
shared.mk 32 CFLAGS += -fstack-protector
  /ndk/toolchains/x86-4.4.3/
setup.mk 39 TARGET_CFLAGS += -fstack-protector
  /ndk/toolchains/x86-4.6/
setup.mk 39 TARGET_CFLAGS += -fstack-protector
  /ndk/toolchains/x86-clang3.1/
setup.mk 53 -fstack-protector \
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
setup.mk 30 -fstack-protector \
  /ndk/toolchains/arm-linux-androideabi-4.6/
setup.mk 30 -fstack-protector \
  /ndk/toolchains/arm-linux-androideabi-clang3.1/
setup.mk 55 -fstack-protector \
  /build/core/combo/
TARGET_linux-arm.mk 106 -fstack-protector \
TARGET_linux-x86.mk 97 -fstack-protector
  /external/linux-tools-perf/
Makefile 150 ifeq ($(call try-cc,$(SOURCE_HELLO),-Werror -fstack-protector-all),y)
151 CFLAGS := $(CFLAGS) -fstack-protector-all
  /external/openssh/
configure     [all...]

Completed in 297 milliseconds