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()
29 struct exception_table_entry *x = a, *y = b, tmp; in swap_ex() local
32 tmp = *x; in swap_ex()
33 x->insn = y->insn + delta; in swap_ex()
37 swap_ex_entry_fixup(x, y, tmp, delta); in swap_ex()
39 x->fixup = y->fixup + delta; in swap_ex()
53 const struct exception_table_entry *x = a, *y = b; in cmp_ex_sort() local
56 if (ex_to_insn(x) > ex_to_insn(y)) in cmp_ex_sort()
58 if (ex_to_insn(x) < ex_to_insn(y)) in cmp_ex_sort()