Searched refs:table_start (Results 1 – 3 of 3) sorted by relevance
| /arch/parisc/kernel/ |
| A D | unwind.c | 105 void *table_start, void *table_end) in unwind_table_init() argument 107 struct unwind_table_entry *start = table_start; in unwind_table_init() 116 table->table = (struct unwind_table_entry *)table_start; in unwind_table_init()
|
| /arch/arc/include/asm/ |
| A D | unwind.h | 112 extern void *unwind_add_table(struct module *module, const void *table_start,
|
| /arch/arc/kernel/ |
| A D | unwind.c | 187 const void *table_start, unsigned long table_size, in init_unwind_table() argument 194 table->address = table_start; in init_unwind_table() 204 != table_start in init_unwind_table() 359 void *unwind_add_table(struct module *module, const void *table_start, in unwind_add_table() argument 377 init_text->base, init_text->size, table_start, table_size, NULL, 0); in unwind_add_table()
|
Completed in 7 milliseconds