Home
last modified time | relevance | path

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

/arch/ia64/
Dmodule.lds2 /* Group unwind sections into a single section: */
4 .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.S23 unwind 0x70000001; /* PT_IA_64_UNWIND, but ld doesn't match the name */
32 *(.IA_64.unwind.exit.text)
101 .IA_64.unwind : AT(ADDR(.IA_64.unwind) - LOAD_OFFSET)
104 *(.IA_64.unwind*) argument
106 } :code :unwind
Dmodule.c448 mod->arch.unwind = s; in module_frob_arch_sections()
862 struct unw_table_entry *start = (void *) mod->arch.unwind->sh_addr; in register_unwind_table()
863 struct unw_table_entry *end = start + mod->arch.unwind->sh_size / sizeof (*start); in register_unwind_table()
922 if (mod->arch.unwind) in module_finalize()
DMakefile10 unwind.o mca.o mca_asm.o topology.o
/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/parisc/kernel/
Dvmlinux.lds.S89 .PARISC.unwind : {
91 *(.PARISC.unwind)
DMakefile11 process.o processor.o pdc_cons.o pdc_chassis.o unwind.o \
Dmodule.c823 me->arch.unwind = unwind_table_add(me->name, 0, gp, table, end); in register_unwind_table()
829 if (me->arch.unwind) in deregister_unwind_table()
830 unwind_table_remove(me->arch.unwind); in deregister_unwind_table()
/arch/ia64/include/asm/
Dmodule.h18 struct elf64_shdr *unwind; /* unwind-table section */ member
/arch/parisc/include/asm/
Dmodule.h31 struct unwind_table *unwind; member
/arch/x86/vdso/
DMakefile40 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/arch/x86/
DMakefile103 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
/arch/m68k/ifpsp060/src/
Dfpsp.S4423 # all ftrapcc/fscc/fdbcc processing has been completed. unwind the stack frame