Searched refs:unw_table_entry (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | unwind_i.h | 56 const struct unw_table_entry *array;
|
H A D | module.c | 849 struct unw_table_entry *start = (void *) mod->arch.unwind->sh_addr; in register_unwind_table() 850 struct unw_table_entry *end = start + mod->arch.unwind->sh_size / sizeof (*start); in register_unwind_table() 851 struct unw_table_entry tmp, *e1, *e2, *core, *init; in register_unwind_table()
|
H A D | unwind.c | 1503 static inline const struct unw_table_entry * in lookup() 1506 const struct unw_table_entry *e = NULL; in lookup() 1532 const struct unw_table_entry *e = NULL; in build_script() 2088 const struct unw_table_entry *start = table_start, *end = table_end; in init_unwind_table() 2103 const struct unw_table_entry *start = table_start, *end = table_end; in unw_add_unwind_table() 2192 const struct unw_table_entry *entry, *start, *end; in create_gate_table() 2210 start = (const struct unw_table_entry *) punw->p_vaddr; in create_gate_table() 2211 end = (struct unw_table_entry *) ((char *) start + punw->p_memsz); in create_gate_table()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | unwind_i.h | 56 const struct unw_table_entry *array;
|
H A D | module.c | 853 struct unw_table_entry *start = (void *) mod->arch.unwind->sh_addr; in register_unwind_table() 854 struct unw_table_entry *end = start + mod->arch.unwind->sh_size / sizeof (*start); in register_unwind_table() 855 struct unw_table_entry *e1, *e2, *core, *init; in register_unwind_table()
|
H A D | unwind.c | 1503 static inline const struct unw_table_entry * in lookup() 1506 const struct unw_table_entry *e = NULL; in lookup() 1532 const struct unw_table_entry *e = NULL; in build_script() 2088 const struct unw_table_entry *start = table_start, *end = table_end; in init_unwind_table() 2103 const struct unw_table_entry *start = table_start, *end = table_end; in unw_add_unwind_table() 2192 const struct unw_table_entry *entry, *start, *end; in create_gate_table() 2210 start = (const struct unw_table_entry *) punw->p_vaddr; in create_gate_table() 2211 end = (struct unw_table_entry *) ((char *) start + punw->p_memsz); in create_gate_table()
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | unwind.h | 97 struct unw_table_entry { struct
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | unwind.h | 97 struct unw_table_entry { struct
|
Completed in 12 milliseconds