| /linux/arch/xtensa/boot/lib/ |
| H A D | Makefile | 23 CFLAGS_REMOVE_inflate.o += -fstack-protector -fstack-protector-strong 24 CFLAGS_REMOVE_zmem.o += -fstack-protector -fstack-protector-strong 25 CFLAGS_REMOVE_inftrees.o += -fstack-protector -fstack-protector-strong 26 CFLAGS_REMOVE_inffast.o += -fstack-protector -fstack-protector-strong
|
| /linux/kernel/entry/ |
| H A D | Makefile | 12 CFLAGS_REMOVE_common.o = -fstack-protector -fstack-protector-strong
|
| /linux/tools/tracing/rtla/ |
| H A D | Makefile.rtla | 18 FOPTS := -flto=auto -ffat-lto-objects -fexceptions -fstack-protector-strong \ 19 -fasynchronous-unwind-tables -fstack-clash-protection
|
| /linux/tools/verification/rv/ |
| H A D | Makefile.rv | 18 FOPTS :=-flto=auto -ffat-lto-objects -fexceptions -fstack-protector-strong \ 19 -fasynchronous-unwind-tables -fstack-clash-protection
|
| /linux/arch/x86/purgatory/ |
| H A D | Makefile | 49 PURGATORY_CFLAGS_REMOVE += -fstack-protector 53 PURGATORY_CFLAGS_REMOVE += -fstack-protector-strong
|
| /linux/kernel/trace/ |
| H A D | trace_osnoise.c | 613 struct trace_stack *fstack; in timerlat_save_stack() local 615 fstack = this_cpu_ptr(&trace_stack); in timerlat_save_stack() 617 size = ARRAY_SIZE(fstack->calls); in timerlat_save_stack() 619 nr_entries = stack_trace_save(fstack->calls, size, skip); in timerlat_save_stack() 621 fstack->stack_size = nr_entries * sizeof(unsigned long); in timerlat_save_stack() 622 fstack->nr_entries = nr_entries; in timerlat_save_stack() 629 __timerlat_dump_stack(struct trace_buffer *buffer, struct trace_stack *fstack, unsigned int size) in __timerlat_dump_stack() argument 641 entry->size = fstack->nr_entries; in __timerlat_dump_stack() 642 memcpy(&entry->caller, fstack->calls, size); in __timerlat_dump_stack() 654 struct trace_stack *fstack; in timerlat_dump_stack() local [all …]
|
| H A D | trace.c | 3012 struct ftrace_stack *fstack; in __ftrace_trace_stack() local 3047 fstack = this_cpu_ptr(ftrace_stacks.stacks) + stackidx; in __ftrace_trace_stack() 3048 size = ARRAY_SIZE(fstack->calls); in __ftrace_trace_stack() 3051 nr_entries = stack_trace_save_regs(regs, fstack->calls, in __ftrace_trace_stack() 3054 nr_entries = stack_trace_save(fstack->calls, size, skip); in __ftrace_trace_stack() 3062 unsigned long *calls = fstack->calls; in __ftrace_trace_stack() 3079 memcpy(&entry->caller, fstack->calls, in __ftrace_trace_stack()
|
| /linux/arch/riscv/purgatory/ |
| H A D | Makefile | 67 PURGATORY_CFLAGS_REMOVE += -fstack-protector 71 PURGATORY_CFLAGS_REMOVE += -fstack-protector-strong
|
| /linux/arch/arm64/kernel/ |
| H A D | Makefile | 14 CFLAGS_REMOVE_syscall.o = -fstack-protector -fstack-protector-strong
|
| /linux/scripts/dummy-tools/ |
| H A D | gcc | 78 if arg_contain -fstack-protector "$@"; then
|
| /linux/tools/thermal/tmon/ |
| H A D | Makefile | 11 override CFLAGS+= $(call cc-option,-fstack-protector-strong)
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | Makefile.include | 3 __CFLAGS_STACKPROTECTOR = $(call cc-option,-fstack-protector-all) $(call cc-option,-mstack-protecto…
|
| /linux/arch/powerpc/kernel/ |
| H A D | Makefile | 63 CFLAGS_REMOVE_syscall.o = -fstack-protector -fstack-protector-strong
|
| /linux/tools/build/feature/ |
| H A D | Makefile | 110 …BUILD_ALL = $(BUILD) -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -ldw -lelf -lnuma -lelf -lslang… 130 $(BUILD) -fstack-protector-all
|
| /linux/arch/mips/boot/compressed/ |
| H A D | Makefile | 23 KBUILD_CFLAGS := $(filter-out -fstack-protector, $(KBUILD_CFLAGS))
|
| /linux/arch/ |
| H A D | Kconfig | 700 depends on $(cc-option,-fstack-protector) 715 gcc with the feature backported ("-fstack-protector"). 724 depends on $(cc-option,-fstack-protector-strong) 737 gcc with the feature backported ("-fstack-protector-strong"). 1521 syscall exit. Careful removal of -fstack-protector-strong and 1522 -fstack-protector should also be applied to the entry code and
|
| /linux/arch/powerpc/boot/ |
| H A D | Makefile | 97 ifeq ($(call cc-option-yn, -fstack-protector),y)
|
| /linux/ |
| H A D | Makefile | 918 stackp-flags-$(CONFIG_STACKPROTECTOR) := -fstack-protector 919 stackp-flags-$(CONFIG_STACKPROTECTOR_STRONG) := -fstack-protector-strong
|
| /linux/tools/perf/ |
| H A D | Makefile.config | 391 CORE_CFLAGS += -fstack-protector-all
|
| /linux/Documentation/kbuild/ |
| H A D | kconfig-language.rst | 544 depends on $(cc-option,-fstack-protector)
|
| /linux/arch/m68k/fpsp040/ |
| H A D | res_func.S | 65 | ;write the tag & fpte15 to the fstack
|