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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind_i.h48 struct unw_table { struct
49 struct unw_table *next; /* must be first member! */
H A Dunwind.c88 struct unw_table *tables;
107 struct unw_table kernel_table;
1504 lookup (struct unw_table *table, unsigned long rel_ip)
1537 struct unw_table *table;
2068 init_unwind_table (struct unw_table *table, const char *name, unsigned long segment_base,
2087 struct unw_table *table;
2116 struct unw_table *table, *prev;
2138 for (prev = (struct unw_table *) &unw.tables; prev; prev = prev->next)

Completed in 54 milliseconds