Searched refs:fstack (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/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 TEP_PLUGIN_UNLOADER() [all …]
|
/Linux-v4.19/arch/xtensa/boot/lib/ |
D | Makefile | 20 CFLAGS_REMOVE_inflate.o += -fstack-protector -fstack-protector-strong 21 CFLAGS_REMOVE_zmem.o += -fstack-protector -fstack-protector-strong 22 CFLAGS_REMOVE_inftrees.o += -fstack-protector -fstack-protector-strong 23 CFLAGS_REMOVE_inffast.o += -fstack-protector -fstack-protector-strong
|
/Linux-v4.19/scripts/ |
D | gcc-x86_32-has-stack-protector.sh | 4 echo "int foo(void) { char X[200]; return 3; }" | $* -S -x c -c -m32 -O0 -fstack-protector - -o - 2…
|
D | gcc-x86_64-has-stack-protector.sh | 4 … X[200]; return 3; }" | $* -S -x c -c -m64 -O0 -mcmodel=kernel -fno-PIE -fstack-protector - -o - 2…
|
/Linux-v4.19/tools/thermal/tmon/ |
D | Makefile | 11 CFLAGS+= $(call cc-option,-fstack-protector)
|
/Linux-v4.19/tools/build/feature/ |
D | Makefile | 81 …$(BUILD) -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -ldw -lelf -lnuma -lelf -laudit -I/usr/incl… 93 $(BUILD) -fstack-protector-all
|
/Linux-v4.19/arch/mips/boot/compressed/ |
D | Makefile | 23 KBUILD_CFLAGS := $(filter-out -fstack-protector, $(KBUILD_CFLAGS))
|
/Linux-v4.19/arch/ |
D | Kconfig | 434 depends on $(cc-option,-fstack-protector) 449 gcc with the feature backported ("-fstack-protector"). 458 depends on $(cc-option,-fstack-protector-strong) 471 gcc with the feature backported ("-fstack-protector-strong").
|
/Linux-v4.19/arch/powerpc/boot/ |
D | Makefile | 62 ifeq ($(call cc-option-yn, -fstack-protector),y)
|
/Linux-v4.19/ |
D | Makefile | 695 stackp-flags-$(CONFIG_STACKPROTECTOR) := -fstack-protector 696 stackp-flags-$(CONFIG_STACKPROTECTOR_STRONG) := -fstack-protector-strong
|
/Linux-v4.19/tools/perf/ |
D | Makefile.config | 248 CFLAGS += -fstack-protector-all
|
/Linux-v4.19/Documentation/kbuild/ |
D | kconfig-language.txt | 491 depends on $(cc-option,-fstack-protector)
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | res_func.S | 65 | ;write the tag & fpte15 to the fstack
|