Searched refs:retptr (Results 1 – 1 of 1) sorted by relevance
102 unsigned long retptr = *(unsigned long *)regs->rsp; in search_exception_table() local104 region = find_text_region(retptr); in search_exception_table()105 retptr = region && region->ex in search_exception_table()106 ? search_one_extable(region->ex, region->ex_end - 1, retptr) in search_exception_table()108 if ( retptr ) in search_exception_table()120 return retptr; in search_exception_table()
Completed in 2 milliseconds