Searched refs:unwind (Results 1 – 25 of 41) sorted by relevance
12
| /arch/arm64/ |
| A D | Makefile | 59 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables 60 KBUILD_AFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables 61 KBUILD_RUSTFLAGS += -Cforce-unwind-tables=n 63 KBUILD_CFLAGS += -fasynchronous-unwind-tables 64 KBUILD_AFLAGS += -fasynchronous-unwind-tables 65 KBUILD_RUSTFLAGS += -Cforce-unwind-tables=y -Zuse-sync-unwind=n
|
| /arch/arm64/kvm/hyp/nvhe/ |
| A D | stacktrace.c | 70 static void notrace unwind(struct unwind_state *state, in unwind() function 135 unwind(&state, pkvm_save_backtrace_entry, &idx); in pkvm_save_backtrace()
|
| A D | Makefile | 101 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables
|
| /arch/arm64/kernel/pi/ |
| A D | Makefile | 11 -fno-asynchronous-unwind-tables -fno-unwind-tables \
|
| /arch/parisc/kernel/ |
| A D | vmlinux.lds.S | 134 .PARISC.unwind : { 136 *(.PARISC.unwind)
|
| A D | Makefile | 12 process.o processor.o pdc_cons.o pdc_chassis.o unwind.o \
|
| /arch/riscv/kernel/pi/ |
| A D | Makefile | 10 -fno-asynchronous-unwind-tables -fno-unwind-tables \
|
| /arch/parisc/include/asm/ |
| A D | module.h | 22 struct unwind_table *unwind; member
|
| /arch/s390/kernel/vdso32/ |
| A D | Makefile | 22 KBUILD_CFLAGS_32 := $(filter-out -fno-asynchronous-unwind-tables,$(KBUILD_CFLAGS_32)) 23 KBUILD_CFLAGS_32 += -m31 -fPIC -shared -fno-common -fno-builtin -fasynchronous-unwind-tables
|
| /arch/arm64/kvm/ |
| A D | stacktrace.c | 127 static void unwind(struct unwind_state *state, in unwind() function 196 unwind(&state, kvm_nvhe_dump_backtrace_entry, (void *)hyp_offset); in hyp_dump_backtrace()
|
| /arch/s390/kernel/vdso64/ |
| A D | Makefile | 33 KBUILD_CFLAGS_64 := $(filter-out -fno-asynchronous-unwind-tables,$(KBUILD_CFLAGS_64)) 34 KBUILD_CFLAGS_64 += -m64 -fPIC -fno-common -fno-builtin -fasynchronous-unwind-tables
|
| /arch/microblaze/kernel/ |
| A D | Makefile | 19 reset.o setup.o signal.o sys_microblaze.o timer.o traps.o unwind.o
|
| /arch/parisc/boot/compressed/ |
| A D | vmlinux.lds.S | 97 *(.PARISC.unwind) /* no unwind data */
|
| /arch/arc/kernel/ |
| A D | Makefile | 16 obj-$(CONFIG_ARC_DW2_UNWIND) += unwind.o
|
| /arch/s390/ |
| A D | Makefile | 29 KBUILD_CFLAGS_DECOMPRESSOR += -fno-asynchronous-unwind-tables 108 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables $(cfi)
|
| /arch/x86/um/vdso/ |
| A D | Makefile | 41 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
|
| /arch/arm64/kernel/vdso/ |
| A D | Makefile | 44 CC_FLAGS_ADD_VDSO := -O2 -mcmodel=tiny -fasynchronous-unwind-tables
|
| /arch/x86/realmode/rm/ |
| A D | Makefile | 69 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
|
| /arch/x86/boot/compressed/ |
| A D | Makefile | 41 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables 55 KBUILD_LDFLAGS += $(call ld-option,--no-ld-generated-unwind-info)
|
| /arch/riscv/ |
| A D | Makefile | 110 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables
|
| /arch/loongarch/ |
| A D | Kconfig.debug | 24 traces. It unwind the stack frame based on prologue code analyze. Symbol
|
| /arch/loongarch/vdso/ |
| A D | Makefile | 24 $(call cc-option, -fno-asynchronous-unwind-tables) \
|
| /arch/arc/ |
| A D | Makefile | 65 cflags-$(CONFIG_ARC_DW2_UNWIND) += -fasynchronous-unwind-tables $(cfi)
|
| /arch/loongarch/kernel/ |
| A D | Makefile | 13 alternative.o kdebugfs.o unwind.o
|
| /arch/sparc/vdso/ |
| A D | Makefile | 44 CFL := $(PROFILING) -mcmodel=medlow -fPIC -O2 -fasynchronous-unwind-tables -m64 \
|
Completed in 41 milliseconds
12