Searched refs:unwind_table (Results 1 – 8 of 8) sorted by relevance
/linux/arch/arm/include/asm/ |
H A D | unwind.h | 25 struct unwind_table { struct 35 extern struct unwind_table *unwind_table_add(unsigned long start, argument 39 extern void unwind_table_del(struct unwind_table *tab);
|
H A D | module.h | 30 struct unwind_table *init_table;
|
/linux/arch/parisc/kernel/ |
H A D | unwind.c | 47 static struct unwind_table kernel_unwind_table __ro_after_init; 51 find_unwind_entry_in_table(const struct unwind_table *table, unsigned long addr) in find_unwind_entry_in_table() 76 struct unwind_table *table; in find_unwind_entry() 103 unwind_table_init(struct unwind_table *table, const char *name, in unwind_table_init() 146 struct unwind_table * 151 struct unwind_table *table; in unwind_table_add() 158 table = kmalloc(sizeof(struct unwind_table), GFP_USER); in unwind_table_add() 169 void unwind_table_remove(struct unwind_table *table) in unwind_table_remove()
|
/linux/arch/parisc/include/asm/ |
H A D | unwind.h | 47 struct unwind_table { struct 68 struct unwind_table * argument 72 unwind_table_remove(struct unwind_table *table);
|
H A D | module.h | 11 struct unwind_table; 22 struct unwind_table *unwind;
|
/linux/arch/arc/kernel/ |
H A D | unwind.c | 116 static struct unwind_table { struct 125 struct unwind_table *link; argument 156 static struct unwind_table *find_table(unsigned long pc) in find_table() 158 struct unwind_table *table; in find_table() 172 static void init_unwind_hdr(struct unwind_table *table, 184 static void init_unwind_table(struct unwind_table *table, const char *name, in init_unwind_table() 228 static const u32 *cie_for_fde(const u32 *fde, const struct unwind_table *); 253 static void init_unwind_hdr(struct unwind_table *table, in init_unwind_hdr() 365 static struct unwind_table *last_table; 371 struct unwind_table *table; in unwind_add_table() [all …]
|
/linux/arch/arm/kernel/ |
H A D | module.c | 442 struct unwind_table *table = in module_finalize() 475 struct unwind_table *tmp; in module_arch_cleanup() 476 struct unwind_table *n; in module_arch_cleanup() 490 struct unwind_table *init = mod->arch.init_table; in module_arch_freeing_init()
|
H A D | unwind.c | 190 struct unwind_table *table; in unwind_find_idx() 572 struct unwind_table *unwind_table_add(unsigned long start, unsigned long size, in unwind_table_add() 577 struct unwind_table *tab = kmalloc(sizeof(*tab), GFP_KERNEL); in unwind_table_add() 598 void unwind_table_del(struct unwind_table *tab) in unwind_table_del()
|