Home
last modified time | relevance | path

Searched refs:unw_table (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/ia64/kernel/ !
Dunwind_i.h49 struct unw_table { struct
50 struct unw_table *next; /* must be first member! */ argument
Dunwind.c88 struct unw_table *tables;
107 struct unw_table kernel_table;
1501 lookup (struct unw_table *table, unsigned long rel_ip) in lookup()
1534 struct unw_table *table, *prev; in build_script()
2082 init_unwind_table (struct unw_table *table, const char *name, unsigned long segment_base, in init_unwind_table()
2101 struct unw_table *table; in unw_add_unwind_table()
2130 struct unw_table *table, *prev; in unw_remove_unwind_table()
2152 for (prev = (struct unw_table *) &unw.tables; prev; prev = prev->next) in unw_remove_unwind_table()