Lines Matching refs:unwind_table
117 static struct unwind_table { struct
126 struct unwind_table *link; argument
157 static struct unwind_table *find_table(unsigned long pc) in find_table()
159 struct unwind_table *table; in find_table()
173 static void init_unwind_hdr(struct unwind_table *table,
191 static void init_unwind_table(struct unwind_table *table, const char *name, in init_unwind_table()
234 static const u32 *cie_for_fde(const u32 *fde, const struct unwind_table *);
263 static void init_unwind_hdr(struct unwind_table *table, in init_unwind_hdr()
372 static struct unwind_table *last_table;
378 struct unwind_table *table; in unwind_add_table()
409 struct unwind_table *table;
416 struct unwind_table *table = info->table, *prev; in unlink_table()
441 struct unwind_table *table = handle; in unwind_remove_table()
507 static const u32 *cie_for_fde(const u32 *fde, const struct unwind_table *table) in cie_for_fde()
903 const struct unwind_table *table; in arc_unwind()