Searched refs:retptr (Results 1 – 1 of 1) sorted by relevance
103 unsigned long retptr = *(unsigned long *)regs->rsp; in search_exception_table() local105 region = find_text_region(retptr); in search_exception_table()106 retptr = region && region->ex in search_exception_table()107 ? search_one_extable(region->ex, region->ex_end - 1, retptr) in search_exception_table()109 if ( retptr ) in search_exception_table()121 return retptr; in search_exception_table()
Completed in 1 milliseconds