Searched refs:fstack (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/tools/lib/traceevent/ |
D | plugin_function.c | 30 } *fstack; variable 98 ptr = realloc(fstack, sizeof(*fstack) * (cpu + 1)); in add_and_get_index() 104 fstack = ptr; in add_and_get_index() 108 memset(&fstack[i], 0, sizeof(fstack[i])); in add_and_get_index() 112 for (i = 0; i < fstack[cpu].size && fstack[cpu].stack[i]; i++) { in add_and_get_index() 113 if (strcmp(parent, fstack[cpu].stack[i]) == 0) { in add_and_get_index() 114 add_child(&fstack[cpu], child, i+1); in add_and_get_index() 120 add_child(&fstack[cpu], parent, 0); in add_and_get_index() 121 add_child(&fstack[cpu], child, 1); in add_and_get_index() 184 for (x = 0; x < fstack[i].size && fstack[i].stack[x]; x++) in PEVENT_PLUGIN_UNLOADER() [all …]
|
/linux-4.4.14/scripts/ |
D | gcc-x86_32-has-stack-protector.sh | 3 echo "int foo(void) { char X[200]; return 3; }" | $* -S -x c -c -O0 -fstack-protector - -o - 2> /de…
|
D | gcc-x86_64-has-stack-protector.sh | 3 echo "int foo(void) { char X[200]; return 3; }" | $* -S -x c -c -O0 -mcmodel=kernel -fstack-protect…
|
/linux-4.4.14/tools/thermal/tmon/ |
D | Makefile | 5 CFLAGS+= -O1 ${WARNFLAGS} -fstack-protector
|
/linux-4.4.14/tools/build/feature/ |
D | Makefile | 52 …$(BUILD) -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -ldw -lelf -lnuma -lelf -laudit -I/usr/incl… 61 $(BUILD) -fstack-protector-all
|
/linux-4.4.14/arch/mips/boot/compressed/ |
D | Makefile | 23 KBUILD_CFLAGS := $(filter-out -fstack-protector, $(KBUILD_CFLAGS))
|
/linux-4.4.14/ |
D | Makefile | 651 stackp-flag := -fstack-protector 654 -fstack-protector not supported by compiler) 658 stackp-flag := -fstack-protector-strong 661 -fstack-protector-strong not supported by compiler)
|
/linux-4.4.14/arch/ |
D | Kconfig | 363 - its compiler supports the -fstack-protector option 398 gcc with the feature backported ("-fstack-protector"). 418 gcc with the feature backported ("-fstack-protector-strong").
|
/linux-4.4.14/arch/powerpc/boot/ |
D | Makefile | 42 ifeq ($(call cc-option-yn, -fstack-protector),y)
|
/linux-4.4.14/tools/perf/config/ |
D | Makefile | 189 CFLAGS += -fstack-protector-all
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | res_func.S | 65 | ;write the tag & fpte15 to the fstack
|