Searched refs:unwind_table (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/arch/arm/include/asm/ |
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);
|
D | module.h | 30 struct unwind_table *init_table;
|
/linux-5.19.10/arch/parisc/include/asm/ |
D | unwind.h | 47 struct unwind_table { struct 68 struct unwind_table * argument 72 unwind_table_remove(struct unwind_table *table);
|
D | module.h | 11 struct unwind_table; 22 struct unwind_table *unwind;
|
/linux-5.19.10/arch/parisc/kernel/ |
D | unwind.c | 46 static struct unwind_table kernel_unwind_table __ro_after_init; 50 find_unwind_entry_in_table(const struct unwind_table *table, unsigned long addr) in find_unwind_entry_in_table() 75 struct unwind_table *table; in find_unwind_entry() 102 unwind_table_init(struct unwind_table *table, const char *name, in unwind_table_init() 145 struct unwind_table * 150 struct unwind_table *table; in unwind_table_add() 157 table = kmalloc(sizeof(struct unwind_table), GFP_USER); in unwind_table_add() 168 void unwind_table_remove(struct unwind_table *table) in unwind_table_remove()
|
/linux-5.19.10/arch/arc/kernel/ |
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-5.19.10/arch/arm/kernel/ |
D | unwind.c | 189 struct unwind_table *table; in unwind_find_idx() 536 struct unwind_table *unwind_table_add(unsigned long start, unsigned long size, in unwind_table_add() 541 struct unwind_table *tab = kmalloc(sizeof(*tab), GFP_KERNEL); in unwind_table_add() 562 void unwind_table_del(struct unwind_table *tab) in unwind_table_del()
|
D | module.c | 483 struct unwind_table *table = in module_finalize() 516 struct unwind_table *tmp; in module_arch_cleanup() 517 struct unwind_table *n; in module_arch_cleanup() 531 struct unwind_table *init = mod->arch.init_table; in module_arch_freeing_init()
|