Searched refs:ex_p (Results 1 – 1 of 1) sorted by relevance
26 unsigned long *ex_p = (unsigned long *)__start___ex_table; in segv_handler() local28 while (ex_p < (unsigned long *)__stop___ex_table) { in segv_handler()31 insn = *ex_p++; in segv_handler()32 fixup = *ex_p++; in segv_handler()
Completed in 2 milliseconds