Searched refs:unwind (Results 1 – 15 of 15) sorted by relevance
2 /* Group unwind sections into a single section: */4 .IA_64.unwind : { *(.IA_64.unwind*) }
54 .IA_64.unwind : { *(.IA_64.unwind*) } :readable :unwind89 unwind PT_IA_64_UNWIND;
23 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*) argument106 } :code :unwind
448 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()
10 unwind.o mca.o mca_asm.o topology.o
7 obj-$(CONFIG_KALLSYMS) += unwind.o
71 st.q r0, (14*8), r14 ! for unwind, want to look as though we took a trap at
89 .PARISC.unwind : {91 *(.PARISC.unwind)
11 process.o processor.o pdc_cons.o pdc_chassis.o unwind.o \
823 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()
18 struct elf64_shdr *unwind; /* unwind-table section */ member
31 struct unwind_table *unwind; member
40 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
103 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
4423 # all ftrapcc/fscc/fdbcc processing has been completed. unwind the stack frame