Searched refs:unwind (Results 1 – 25 of 27) sorted by relevance
12
2 /* Group unwind sections into a single section: */4 .IA_64.unwind : { *(.IA_64.unwind*) }
53 .IA_64.unwind : { *(.IA_64.unwind*) } :readable :unwind88 unwind PT_IA_64_UNWIND;
18 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*) argument102 } :code :unwind
14 unwind.o mca.o mca_asm.o topology.o dma-mapping.o
441 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()
112 .PARISC.unwind : {114 *(.PARISC.unwind)
11 process.o processor.o pdc_cons.o pdc_chassis.o unwind.o \
846 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()
21 struct unwind_table *unwind; member
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
20 struct elf64_shdr *unwind; /* unwind-table section */ member
23 struct unwind_table *unwind[ARM_SEC_MAX]; member
20 reset.o setup.o signal.o sys_microblaze.o timer.o traps.o unwind.o
31 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
19 obj-$(CONFIG_ARC_DW2_UNWIND) += unwind.o
66 ; Despite -fasynchronous-unwind-tables, linker is not making dwarf2 unwinder
365 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()
32 #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.
64 obj-$(CONFIG_ARM_UNWIND) += unwind.o
42 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
40 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
68 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
502 bool "Enable DWARF specific kernel stack unwind"506 Compiles the kernel with DWARF unwind information and can be used512 to solve problems without frame unwind information
200 KBUILD_CFLAGS += -fasynchronous-unwind-tables