Searched refs:unwind_table (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/arm/include/asm/ |
D | unwind.h | 37 struct unwind_table { struct 46 extern struct unwind_table *unwind_table_add(unsigned long start, argument 50 extern void unwind_table_del(struct unwind_table *tab);
|
D | module.h | 7 struct unwind_table; 29 struct unwind_table *unwind[ARM_SEC_MAX];
|
/Linux-v4.19/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-v4.19/arch/parisc/kernel/ |
D | unwind.c | 43 static struct unwind_table kernel_unwind_table __read_mostly; 47 find_unwind_entry_in_table(const struct unwind_table *table, unsigned long addr) in find_unwind_entry_in_table() 72 struct unwind_table *table; in find_unwind_entry() 99 unwind_table_init(struct unwind_table *table, const char *name, in unwind_table_init() 142 struct unwind_table * 147 struct unwind_table *table; in unwind_table_add() 154 table = kmalloc(sizeof(struct unwind_table), GFP_USER); in unwind_table_add() 165 void unwind_table_remove(struct unwind_table *table) in unwind_table_remove()
|
/Linux-v4.19/arch/arc/kernel/ |
D | unwind.c | 119 static struct unwind_table { struct 128 struct unwind_table *link; argument 159 static struct unwind_table *find_table(unsigned long pc) in find_table() 161 struct unwind_table *table; in find_table() 175 static void init_unwind_hdr(struct unwind_table *table, 193 static void init_unwind_table(struct unwind_table *table, const char *name, in init_unwind_table() 236 static const u32 *cie_for_fde(const u32 *fde, const struct unwind_table *); 266 static void init_unwind_hdr(struct unwind_table *table, in init_unwind_hdr() 374 static struct unwind_table *last_table; 380 struct unwind_table *table; in unwind_add_table() [all …]
|
/Linux-v4.19/arch/arm/kernel/ |
D | unwind.c | 202 struct unwind_table *table; in unwind_find_idx() 513 struct unwind_table *unwind_table_add(unsigned long start, unsigned long size, in unwind_table_add() 518 struct unwind_table *tab = kmalloc(sizeof(*tab), GFP_KERNEL); in unwind_table_add() 539 void unwind_table_del(struct unwind_table *tab) in unwind_table_del()
|