Lines Matching refs:exception_table_entry
7 ex_insn_addr(const struct exception_table_entry *x) in ex_insn_addr()
12 ex_fixup_addr(const struct exception_table_entry *x) in ex_fixup_addr()
19 const struct exception_table_entry *fixup; in fixup_exception()
55 const struct exception_table_entry *fixup; in early_fixup_exception()
81 const struct exception_table_entry *
82 search_extable(const struct exception_table_entry *first, in search_extable()
83 const struct exception_table_entry *last, in search_extable()
87 const struct exception_table_entry *mid; in search_extable()
111 const struct exception_table_entry *x = a, *y = b; in cmp_ex()
123 void sort_extable(struct exception_table_entry *start, in sort_extable()
124 struct exception_table_entry *finish) in sort_extable()
126 struct exception_table_entry *p; in sort_extable()
138 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()