Lines Matching refs:unwind_table
119 static struct unwind_table { struct
128 struct unwind_table *link; argument
159 static struct unwind_table *find_table(unsigned long pc) in find_table()
161 struct unwind_table *table; in find_table()
175 static void init_unwind_hdr(struct unwind_table *table,
193 static void init_unwind_table(struct unwind_table *table, const char *name, in init_unwind_table()
236 static const u32 *cie_for_fde(const u32 *fde, const struct unwind_table *);
266 static void init_unwind_hdr(struct unwind_table *table, in init_unwind_hdr()
374 static struct unwind_table *last_table;
380 struct unwind_table *table; in unwind_add_table()
411 struct unwind_table *table;
418 struct unwind_table *table = info->table, *prev; in unlink_table()
443 struct unwind_table *table = handle; in unwind_remove_table()
518 static const u32 *cie_for_fde(const u32 *fde, const struct unwind_table *table) in cie_for_fde()
913 const struct unwind_table *table; in arc_unwind()