Lines Matching refs:unwind_table
116 static struct unwind_table { struct
125 struct unwind_table *link; argument
156 static struct unwind_table *find_table(unsigned long pc) in find_table()
158 struct unwind_table *table; in find_table()
172 static void init_unwind_hdr(struct unwind_table *table,
184 static void init_unwind_table(struct unwind_table *table, const char *name, in init_unwind_table()
228 static const u32 *cie_for_fde(const u32 *fde, const struct unwind_table *);
253 static void init_unwind_hdr(struct unwind_table *table, in init_unwind_hdr()
365 static struct unwind_table *last_table;
371 struct unwind_table *table; in unwind_add_table()
404 struct unwind_table *table;
411 struct unwind_table *table = info->table, *prev; in unlink_table()
436 struct unwind_table *table = handle; in unwind_remove_table()
511 static const u32 *cie_for_fde(const u32 *fde, const struct unwind_table *table) in cie_for_fde()
907 const struct unwind_table *table; in arc_unwind()