Searched refs:unwind (Results 1 – 25 of 33) sorted by relevance
12
3 /* Group unwind sections into a single section: */5 .IA_64.unwind : { *(.IA_64.unwind*) }
54 .IA_64.unwind : { *(.IA_64.unwind*) } :readable :unwind89 unwind PT_IA_64_UNWIND;
20 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*) argument105 } :code :unwind
15 unwind.o mca.o mca_asm.o topology.o dma-mapping.o iosapic.o acpi.o \
443 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()
22 struct unwind_table *unwind; member
137 .PARISC.unwind : {139 *(.PARISC.unwind)
12 process.o processor.o pdc_cons.o pdc_chassis.o unwind.o \
847 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()
8 obj-$(CONFIG_KALLSYMS) += unwind.o
22 struct elf64_shdr *unwind; /* unwind-table section */ member
79 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables
39 struct unwind_table *unwind[ARM_SEC_MAX]; member
20 reset.o setup.o signal.o sys_microblaze.o timer.o traps.o unwind.o
96 *(.PARISC.unwind) /* no unwind data */
17 obj-$(CONFIG_ARC_DW2_UNWIND) += unwind.o
385 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()
19 #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.
65 obj-$(CONFIG_ARM_UNWIND) += unwind.o
29 KBUILD_CFLAGS_DECOMPRESSOR += -fno-asynchronous-unwind-tables132 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables $(cfi)
44 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
35 CFLAGS_vgettimeofday.o = -O2 -mcmodel=tiny -fasynchronous-unwind-tables
49 cflags-$(CONFIG_ARC_DW2_UNWIND) += -fasynchronous-unwind-tables $(cfi)
58 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
56 CFL := $(PROFILING) -mcmodel=medlow -fPIC -O2 -fasynchronous-unwind-tables -m64 \