| /kernel/linux/linux-5.10/tools/lib/traceevent/plugins/ |
| D | plugin_function.c | 16 } *fstack; variable 92 ptr = realloc(fstack, sizeof(*fstack) * (cpu + 1)); in add_and_get_index() 98 fstack = ptr; in add_and_get_index() 102 memset(&fstack[i], 0, sizeof(fstack[i])); in add_and_get_index() 106 for (i = 0; i < fstack[cpu].size && fstack[cpu].stack[i]; i++) { in add_and_get_index() 107 if (strcmp(parent, fstack[cpu].stack[i]) == 0) { in add_and_get_index() 108 add_child(&fstack[cpu], child, i+1); in add_and_get_index() 114 add_child(&fstack[cpu], parent, 0); in add_and_get_index() 115 add_child(&fstack[cpu], child, 1); in add_and_get_index() 272 for (x = 0; x < fstack[i].size && fstack[i].stack[x]; x++) in TEP_PLUGIN_UNLOADER() [all …]
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/kernel/entry/ |
| D | Makefile | 9 CFLAGS_REMOVE_common.o = -fstack-protector -fstack-protector-strong
|
| /kernel/linux/linux-5.10/arch/x86/purgatory/ |
| D | Makefile | 47 PURGATORY_CFLAGS_REMOVE += -fstack-protector 51 PURGATORY_CFLAGS_REMOVE += -fstack-protector-strong
|
| /kernel/uniproton/cmake/tool_chain/ |
| D | rtosk_tool_chain_gcc.cmake | 30 …cortex-m4 -mfloat-abi=softfp -mfpu=fpv4-sp-d16 -Wa,-mimplicit-it=thumb -fstack-protector-strong … 32 …-pointer -mcpu=cortex-m4 -mthumb -mfloat-abi=softfp -mfpu=fpv4-sp-d16 -fstack-protector-strong …
|
| /kernel/linux/linux-5.10/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…
|
| /kernel/linux/linux-5.10/scripts/dummy-tools/ |
| D | gcc | 72 if arg_contain -fstack-protector "$@"; then
|
| /kernel/liteos_m/ |
| D | config.gni | 87 ssp_config_cflags += [ "-fstack-protector-all" ] 89 ssp_config_cflags += [ "-fstack-protector-strong" ] 92 "-fstack-protector",
|
| D | Kconfig | 511 This option turns on the -fstack-protector GCC feature. This 528 bool "-fstack-protector" 531 bool "-fstack-protector-strong" 534 bool "-fstack-protector-all"
|
| /kernel/uniproton/ |
| D | BUILD.gn | 121 cflags += [ "-fstack-protector-all" ] 123 cflags += [ "-fstack-protector-strong" ] 126 "-fstack-protector",
|
| /kernel/linux/linux-5.10/tools/thermal/tmon/ |
| D | Makefile | 11 override CFLAGS+= $(call cc-option,-fstack-protector-strong)
|
| /kernel/liteos_a/ |
| D | BUILD.gn | 142 cflags += [ "-fstack-protector-all" ] 144 cflags += [ "-fstack-protector-strong" ] 147 "-fstack-protector",
|
| D | Kconfig | 314 This option turns on the -fstack-protector GCC feature. This 331 bool "-fstack-protector" 334 bool "-fstack-protector-strong" 337 bool "-fstack-protector-all"
|
| /kernel/linux/linux-5.10/tools/build/feature/ |
| D | Makefile | 92 …$(BUILD) -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -ldw -lelf -lnuma -lelf -I/usr/include/slan… 104 $(BUILD) -fstack-protector-all
|
| /kernel/liteos_a/apps/toybox/ |
| D | BUILD.gn | 58 "-fstack-protector-strong",
|
| /kernel/linux/linux-5.10/arch/mips/boot/compressed/ |
| D | Makefile | 23 KBUILD_CFLAGS := $(filter-out -fstack-protector, $(KBUILD_CFLAGS))
|
| /kernel/liteos_a/apps/mksh/ |
| D | BUILD.gn | 52 "-fstack-protector-strong",
|
| /kernel/linux/linux-5.10/arch/ |
| D | Kconfig | 549 depends on $(cc-option,-fstack-protector) 564 gcc with the feature backported ("-fstack-protector"). 573 depends on $(cc-option,-fstack-protector-strong) 586 gcc with the feature backported ("-fstack-protector-strong").
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/ |
| D | Makefile | 65 ifeq ($(call cc-option-yn, -fstack-protector),y)
|
| /kernel/linux/linux-5.10/ |
| D | Makefile | 778 stackp-flags-$(CONFIG_STACKPROTECTOR) := -fstack-protector 779 stackp-flags-$(CONFIG_STACKPROTECTOR_STRONG) := -fstack-protector-strong
|
| /kernel/linux/linux-5.10/kernel/trace/ |
| D | trace.c | 2974 struct ftrace_stack *fstack; in __ftrace_trace_stack() local 3004 fstack = this_cpu_ptr(ftrace_stacks.stacks) + stackidx; in __ftrace_trace_stack() 3005 size = ARRAY_SIZE(fstack->calls); in __ftrace_trace_stack() 3008 nr_entries = stack_trace_save_regs(regs, fstack->calls, in __ftrace_trace_stack() 3011 nr_entries = stack_trace_save(fstack->calls, size, skip); in __ftrace_trace_stack() 3022 memcpy(&entry->caller, fstack->calls, size); in __ftrace_trace_stack()
|
| /kernel/linux/linux-5.10/tools/perf/ |
| D | Makefile.config | 317 CORE_CFLAGS += -fstack-protector-all
|
| /kernel/linux/linux-5.10/Documentation/kbuild/ |
| D | kconfig-language.rst | 537 depends on $(cc-option,-fstack-protector)
|
| /kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
| D | res_func.S | 65 | ;write the tag & fpte15 to the fstack
|