Searched refs:unwind_table_entry (Results 1 – 2 of 2) sorted by relevance
34 extern struct unwind_table_entry __start___unwind[];35 extern struct unwind_table_entry __stop___unwind[];46 static inline const struct unwind_table_entry *49 const struct unwind_table_entry *e = NULL; in find_unwind_entry_in_table()69 static const struct unwind_table_entry *73 const struct unwind_table_entry *e = NULL; in find_unwind_entry()98 struct unwind_table_entry *start = table_start; in unwind_table_init()99 struct unwind_table_entry *end = in unwind_table_init()100 (struct unwind_table_entry *)table_end - 1; in unwind_table_init()107 table->table = (struct unwind_table_entry *)table_start; in unwind_table_init()[all …]
7 struct unwind_table_entry { struct50 const struct unwind_table_entry *table; argument