Home
last modified time | relevance | path

Searched refs:unwind (Results 1 – 25 of 33) sorted by relevance

12

/arch/ia64/
Dmodule.lds3 /* Group unwind sections into a single section: */
5 .IA_64.unwind : { *(.IA_64.unwind*) }
/arch/ia64/kernel/
Dgate.lds.S54 .IA_64.unwind : { *(.IA_64.unwind*) } :readable :unwind
89 unwind PT_IA_64_UNWIND;
Dvmlinux.lds.S20 unwind 0x70000001; /* PT_IA_64_UNWIND, but ld doesn't match the name */
29 *(.IA_64.unwind.exit.text)
101 .IA_64.unwind : AT(ADDR(.IA_64.unwind) - LOAD_OFFSET) {
103 *(.IA_64.unwind*) argument
105 } :code :unwind
DMakefile15 unwind.o mca.o mca_asm.o topology.o dma-mapping.o iosapic.o acpi.o \
Dmodule.c443 mod->arch.unwind = s; in module_frob_arch_sections()
849 struct unw_table_entry *start = (void *) mod->arch.unwind->sh_addr; in register_unwind_table()
850 struct unw_table_entry *end = start + mod->arch.unwind->sh_size / sizeof (*start); in register_unwind_table()
911 if (mas->unwind) in module_finalize()
929 mas->unwind = NULL; in module_finalize()
/arch/parisc/include/asm/
Dmodule.h22 struct unwind_table *unwind; member
/arch/parisc/kernel/
Dvmlinux.lds.S137 .PARISC.unwind : {
139 *(.PARISC.unwind)
DMakefile12 process.o processor.o pdc_cons.o pdc_chassis.o unwind.o \
Dmodule.c847 me->arch.unwind = unwind_table_add(me->name, 0, gp, table, end); in register_unwind_table()
853 if (me->arch.unwind) in deregister_unwind_table()
854 unwind_table_remove(me->arch.unwind); in deregister_unwind_table()
/arch/sh/kernel/cpu/sh5/
DMakefile8 obj-$(CONFIG_KALLSYMS) += unwind.o
/arch/ia64/include/asm/
Dmodule.h22 struct elf64_shdr *unwind; /* unwind-table section */ member
/arch/riscv/
DMakefile79 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables
/arch/arm/include/asm/
Dmodule.h39 struct unwind_table *unwind[ARM_SEC_MAX]; member
/arch/microblaze/kernel/
DMakefile20 reset.o setup.o signal.o sys_microblaze.o timer.o traps.o unwind.o
/arch/parisc/boot/compressed/
Dvmlinux.lds.S96 *(.PARISC.unwind) /* no unwind data */
/arch/arc/kernel/
DMakefile17 obj-$(CONFIG_ARC_DW2_UNWIND) += unwind.o
/arch/arm/kernel/
Dmodule.c385 mod->arch.unwind[i] = in module_finalize()
413 if (mod->arch.unwind[i]) in module_arch_cleanup()
414 unwind_table_del(mod->arch.unwind[i]); in module_arch_cleanup()
Dunwind.c19 #warning ARM unwind is known to compile only with EABI compilers.
22 #warning Your compiler is too buggy; it is known to not compile ARM unwind support.
DMakefile65 obj-$(CONFIG_ARM_UNWIND) += unwind.o
/arch/s390/
DMakefile29 KBUILD_CFLAGS_DECOMPRESSOR += -fno-asynchronous-unwind-tables
132 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables $(cfi)
/arch/x86/um/vdso/
DMakefile44 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/arch/arm64/kernel/vdso/
DMakefile35 CFLAGS_vgettimeofday.o = -O2 -mcmodel=tiny -fasynchronous-unwind-tables
/arch/arc/
DMakefile49 cflags-$(CONFIG_ARC_DW2_UNWIND) += -fasynchronous-unwind-tables $(cfi)
/arch/arm64/
DMakefile58 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
/arch/sparc/vdso/
DMakefile56 CFL := $(PROFILING) -mcmodel=medlow -fPIC -O2 -fasynchronous-unwind-tables -m64 \

12