Lines Matching refs:x
16 #define ex_to_insn(x) ((x)->insn) argument
18 static inline unsigned long ex_to_insn(const struct exception_table_entry *x) in ex_to_insn() argument
20 return (unsigned long)&x->insn + x->insn; in ex_to_insn()
30 struct exception_table_entry *x = a, *y = b, tmp; in swap_ex() local
33 tmp = *x; in swap_ex()
34 x->insn = y->insn + delta; in swap_ex()
38 swap_ex_entry_fixup(x, y, tmp, delta); in swap_ex()
40 x->fixup = y->fixup + delta; in swap_ex()
54 const struct exception_table_entry *x = a, *y = b; in cmp_ex_sort() local
57 if (ex_to_insn(x) > ex_to_insn(y)) in cmp_ex_sort()
59 if (ex_to_insn(x) < ex_to_insn(y)) in cmp_ex_sort()