Searched refs:unw_table (Results 1 – 2 of 2) sorted by relevance
48 struct unw_table { struct49 struct unw_table *next; /* must be first member! */ argument
87 struct unw_table *tables;106 struct unw_table kernel_table;1500 lookup (struct unw_table *table, unsigned long rel_ip) in lookup()1533 struct unw_table *table, *prev; in build_script()2081 init_unwind_table (struct unw_table *table, const char *name, unsigned long segment_base, in init_unwind_table()2100 struct unw_table *table; in unw_add_unwind_table()2129 struct unw_table *table, *prev; in unw_remove_unwind_table()2151 for (prev = (struct unw_table *) &unw.tables; prev; prev = prev->next) in unw_remove_unwind_table()