unwind_table_entry
const struct unwind_table_entry *table;
struct unwind_table_entry *start = table_start;
struct unwind_table_entry *end =
(struct unwind_table_entry *)table_end - 1;
table->table = (struct unwind_table_entry *)table_start;
return ((const struct unwind_table_entry *)a)->region_start
- ((const struct unwind_table_entry *)b)->region_start;
unwind_table_sort(struct unwind_table_entry *start,
struct unwind_table_entry *finish)
sort(start, finish - start, sizeof(struct unwind_table_entry),
struct unwind_table_entry *s = (struct unwind_table_entry *)start;
struct unwind_table_entry *e = (struct unwind_table_entry *)end;
(stop - start) / sizeof(struct unwind_table_entry));
const struct unwind_table_entry *e;
extern struct unwind_table_entry __start___unwind[];
extern struct unwind_table_entry __stop___unwind[];
static inline const struct unwind_table_entry *
const struct unwind_table_entry *e = NULL;
static const struct unwind_table_entry *
const struct unwind_table_entry *e = NULL;