Searched refs:unwind_table_entry (Results 1 – 2 of 2) sorted by relevance
50 static inline const struct unwind_table_entry *53 const struct unwind_table_entry *e = NULL; in find_unwind_entry_in_table()73 static const struct unwind_table_entry *77 const struct unwind_table_entry *e = NULL; in find_unwind_entry()107 struct unwind_table_entry *start = table_start; in unwind_table_init()108 struct unwind_table_entry *end = in unwind_table_init()109 (struct unwind_table_entry *)table_end - 1; in unwind_table_init()140 struct unwind_table_entry *finish) in unwind_table_sort()153 struct unwind_table_entry *s = (struct unwind_table_entry *)start; in unwind_table_add()154 struct unwind_table_entry *e = (struct unwind_table_entry *)end; in unwind_table_add()[all …]
11 struct unwind_table_entry { struct54 const struct unwind_table_entry *table; argument