Searched refs:__unhandled_exception (Results 1 – 2 of 2) sorted by relevance
29 .word __unhandled_exception // reserved66 bltu t6, ra, __unhandled_exception115 .global __unhandled_exception116 __unhandled_exception: label
14 extern char __unhandled_exception; in exception_is_compile_time_default()15 return (uintptr_t)handler == (uintptr_t)__unhandled_exception; in exception_is_compile_time_default()