Searched refs:unwind (Results 1 - 25 of 30) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dgate.lds.S48 .IA_64.unwind : { *(.IA_64.unwind*) } :readable :unwind
77 unwind 0x70000001; /* PT_IA_64_UNWIND, but ld doesn't match the name */
H A Dvmlinux.lds.S31 *(.IA_64.unwind.exit.text)
95 .IA_64.unwind : AT(ADDR(.IA_64.unwind) - LOAD_OFFSET)
98 *(.IA_64.unwind*)
H A Dia64_ksyms.c86 #include <asm/unwind.h>
H A DMakefile10 unwind.o mca.o mca_asm.o topology.o
H A Dmodule.c454 else if (strcmp(".IA_64.unwind", secstrings + s->sh_name) == 0)
455 mod->arch.unwind = s;
857 * Modules contain a single unwind table which covers both the core and the init text
865 struct unw_table_entry *start = (void *) mod->arch.unwind->sh_addr;
866 struct unw_table_entry *end = start + mod->arch.unwind->sh_size / sizeof (*start);
870 /* First, count how many init and core unwind-table entries there are. */
877 * Second, sort the table such that all unwind-table entries for the init and core
879 * (unwind tables don't get ridiculously huge).
891 * Third, locate the init and core segments in the unwind table:
925 if (mod->arch.unwind)
[all...]
H A Dprocess.c42 #include <asm/unwind.h>
757 * it's blocked and rely on the unwind routines to fail
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-parisc/
H A Dmodule.h29 struct unwind_table *unwind; member in struct:mod_arch_specific
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dmodule.h18 struct elf64_shdr *unwind; /* unwind-table section */ member in struct:mod_arch_specific
21 void *core_unw_table; /* core unwind-table cookie returned by unwinder */
22 void *init_unw_table; /* init unwind-table cookie returned by unwinder */
H A Dprocessor.h12 * 12/03/99 D. Mosberger implement thread_saved_pc() via kernel unwind API
76 #include <asm/unwind.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dunwind.h12 * is not much point in implementing the full Dwarf2 unwind API.
58 static inline int unwind(struct unwind_frame_info *info) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/kernel/
H A DMakefile27 obj-$(CONFIG_KALLSYMS) += unwind.o
H A Dswitchto.S71 st.q r0, (14*8), r14 ! for unwind, want to look as though we took a trap at
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/kernel/
H A Dvmlinux.lds.S84 __start___unwind = .; /* unwind info */
85 .PARISC.unwind : { *(.PARISC.unwind) }
H A DMakefile14 process.o processor.o pdc_cons.o pdc_chassis.o unwind.o \
H A Dmodule.c34 * However, SEGREL32 is used only for PARISC unwind entries, and we want
37 * The unwind table mechanism has the ability to specify an offset for
38 * the unwind table; however, because we split off the init functions into
51 #include <asm/unwind.h>
272 ".PARISC.unwind", 14) == 0)
719 me->arch.unwind = unwind_table_add(me->name, 0, gp, table, end);
725 if (me->arch.unwind)
726 unwind_table_remove(me->arch.unwind);
H A Dprocess.c55 #include <asm/unwind.h>
H A Dunwind.c22 #include <asm/unwind.h>
38 * the kernel unwind block is not dynamically allocated so that
110 printk("WARNING: Out of order unwind entry! %p and %p\n", start, start+1);
172 /* Called from setup_arch to import the kernel unwind info */
229 dbg("Cannot find unwind entry for 0x%lx; forced unwinding\n", info->ip);
262 correct stack frame and we continue to unwind the stack.
280 dbg("analyzing func @ %lx with no unwind info, setting "
355 dbg("(%d) Start unwind from sp=%08lx ip=%08lx\n",
392 dbg("(%d) Continue unwind to sp=%08lx ip=%08lx\n",
H A Dtraps.c41 #include <asm/unwind.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Drcutorture.c887 cur_ops->init(); /* no "goto unwind" prior to this point!!! */
932 goto unwind;
939 goto unwind;
949 goto unwind;
957 goto unwind;
967 goto unwind;
978 goto unwind;
990 goto unwind;
995 unwind:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/
H A DMakefile44 cflags-y += -fno-asynchronous-unwind-tables
55 # this works around some issues with generating unwind tables in older gccs
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/
H A Dfault-inject.c9 #include <linux/unwind.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/bonding/
H A Dbond_alb.c1191 goto unwind;
1203 goto unwind;
1209 unwind:
1213 /* unwind from head to the slave that failed */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/init/
H A Dmain.c51 #include <linux/unwind.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtraps.c32 #include <linux/unwind.h>
44 #include <asm/unwind.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dtraps.c30 #include <linux/unwind.h>
52 #include <asm/unwind.h>

Completed in 220 milliseconds

12