Home
last modified time | relevance | path

Searched refs:unw_table_entry (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/arch/ia64/kernel/
A Dunwind_i.h56 const struct unw_table_entry *array;
A Dunwind.c1500 static inline const struct unw_table_entry *
1503 const struct unw_table_entry *e = NULL; in lookup()
1529 const struct unw_table_entry *e = NULL; in build_script()
2085 const struct unw_table_entry *start = table_start, *end = table_end; in init_unwind_table()
2100 const struct unw_table_entry *start = table_start, *end = table_end; in unw_add_unwind_table()
2189 const struct unw_table_entry *entry, *start, *end; in create_gate_table()
2207 start = (const struct unw_table_entry *) punw->p_vaddr; in create_gate_table()
2208 end = (struct unw_table_entry *) ((char *) start + punw->p_memsz); in create_gate_table()
A Dmodule.c849 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 *e1, *e2, *core, *init; in register_unwind_table()
/linux-6.3-rc2/arch/ia64/include/asm/
A Dunwind.h97 struct unw_table_entry { struct

Completed in 15 milliseconds