Searched refs:unwind_table (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/include/asm/
H A Dmodule.h8 struct unwind_table;
19 struct unwind_table *unwind_init;
20 struct unwind_table *unwind_devinit;
21 struct unwind_table *unwind_core;
H A Dunwind.h37 struct unwind_table { struct
45 extern struct unwind_table *unwind_table_add(unsigned long start,
49 extern void unwind_table_del(struct unwind_table *tab);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/include/asm/
H A Dmodule.h8 struct unwind_table;
19 struct unwind_table *unwind_init;
20 struct unwind_table *unwind_devinit;
21 struct unwind_table *unwind_core;
H A Dunwind.h37 struct unwind_table { struct
45 extern struct unwind_table *unwind_table_add(unsigned long start,
49 extern void unwind_table_del(struct unwind_table *tab);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/include/asm/
H A Dmodule.h20 struct unwind_table;
31 struct unwind_table *unwind;
H A Dunwind.h43 struct unwind_table { struct
64 struct unwind_table *
68 unwind_table_remove(struct unwind_table *table);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dmodule.h20 struct unwind_table;
31 struct unwind_table *unwind;
H A Dunwind.h43 struct unwind_table { struct
64 struct unwind_table *
68 unwind_table_remove(struct unwind_table *table);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/kernel/
H A Dunwind.c43 static struct unwind_table kernel_unwind_table __read_mostly;
47 find_unwind_entry_in_table(const struct unwind_table *table, unsigned long addr)
72 struct unwind_table *table;
91 unwind_table_init(struct unwind_table *table, const char *name,
133 struct unwind_table *
138 struct unwind_table *table;
145 table = kmalloc(sizeof(struct unwind_table), GFP_USER);
156 void unwind_table_remove(struct unwind_table *table)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/kernel/
H A Dunwind.c43 static struct unwind_table kernel_unwind_table __read_mostly;
47 find_unwind_entry_in_table(const struct unwind_table *table, unsigned long addr)
72 struct unwind_table *table;
91 unwind_table_init(struct unwind_table *table, const char *name,
133 struct unwind_table *
138 struct unwind_table *table;
145 table = kmalloc(sizeof(struct unwind_table), GFP_USER);
156 void unwind_table_remove(struct unwind_table *table)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/kernel/
H A Dunwind.c141 struct unwind_table *table;
395 struct unwind_table *unwind_table_add(unsigned long start, unsigned long size,
401 struct unwind_table *tab = kmalloc(sizeof(*tab), GFP_KERNEL);
425 void unwind_table_del(struct unwind_table *tab)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/kernel/
H A Dunwind.c141 struct unwind_table *table;
395 struct unwind_table *unwind_table_add(unsigned long start, unsigned long size,
401 struct unwind_table *tab = kmalloc(sizeof(*tab), GFP_KERNEL);
425 void unwind_table_del(struct unwind_table *tab)

Completed in 198 milliseconds