Home
last modified time | relevance | path

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

12

/arch/ia64/
Dmodule.lds2 /* Group unwind sections into a single section: */
4 .IA_64.unwind : { *(.IA_64.unwind*) }
/arch/ia64/kernel/
Dgate.lds.S53 .IA_64.unwind : { *(.IA_64.unwind*) } :readable :unwind
88 unwind PT_IA_64_UNWIND;
Dvmlinux.lds.S18 unwind 0x70000001; /* PT_IA_64_UNWIND, but ld doesn't match the name */
27 *(.IA_64.unwind.exit.text)
98 .IA_64.unwind : AT(ADDR(.IA_64.unwind) - LOAD_OFFSET) {
100 *(.IA_64.unwind*) argument
102 } :code :unwind
DMakefile14 unwind.o mca.o mca_asm.o topology.o dma-mapping.o
Dmodule.c441 mod->arch.unwind = s; in module_frob_arch_sections()
847 struct unw_table_entry *start = (void *) mod->arch.unwind->sh_addr; in register_unwind_table()
848 struct unw_table_entry *end = start + mod->arch.unwind->sh_size / sizeof (*start); in register_unwind_table()
907 if (mod->arch.unwind) in module_finalize()
/arch/parisc/kernel/
Dvmlinux.lds.S112 .PARISC.unwind : {
114 *(.PARISC.unwind)
DMakefile11 process.o processor.o pdc_cons.o pdc_chassis.o unwind.o \
Dmodule.c846 me->arch.unwind = unwind_table_add(me->name, 0, gp, table, end); in register_unwind_table()
852 if (me->arch.unwind) in deregister_unwind_table()
853 unwind_table_remove(me->arch.unwind); in deregister_unwind_table()
/arch/parisc/include/asm/
Dmodule.h21 struct unwind_table *unwind; member
/arch/sh/kernel/cpu/sh5/
DMakefile7 obj-$(CONFIG_KALLSYMS) += unwind.o
Dswitchto.S71 st.q r0, (14*8), r14 ! for unwind, want to look as though we took a trap at
/arch/ia64/include/asm/
Dmodule.h20 struct elf64_shdr *unwind; /* unwind-table section */ member
/arch/arm/include/asm/
Dmodule.h23 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/tile/
DMakefile31 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
/arch/arc/kernel/
DMakefile19 obj-$(CONFIG_ARC_DW2_UNWIND) += unwind.o
Dentry.S66 ; Despite -fasynchronous-unwind-tables, linker is not making dwarf2 unwinder
/arch/arm/kernel/
Dmodule.c365 mod->arch.unwind[i] = in module_finalize()
393 if (mod->arch.unwind[i]) in module_arch_cleanup()
394 unwind_table_del(mod->arch.unwind[i]); in module_arch_cleanup()
Dunwind.c32 #warning ARM unwind is known to compile only with EABI compilers.
35 #warning Your compiler is too buggy; it is known to not compile ARM unwind support.
DMakefile64 obj-$(CONFIG_ARM_UNWIND) += unwind.o
/arch/arm64/
DMakefile42 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
/arch/x86/um/vdso/
DMakefile40 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/arch/x86/entry/vdso/
DMakefile68 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/arch/arc/
DKconfig502 bool "Enable DWARF specific kernel stack unwind"
506 Compiles the kernel with DWARF unwind information and can be used
512 to solve problems without frame unwind information
/arch/sh/
DMakefile200 KBUILD_CFLAGS += -fasynchronous-unwind-tables

12