Searched refs:_Unwind_Exception (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | stack_unwind.h | 60 struct _Unwind_Exception; 69 struct _Unwind_Exception *exc); 76 struct _Unwind_Exception { struct 96 struct _Unwind_Exception *exceptionObject, argument 108 struct _Unwind_Exception *exceptionObject, 121 struct _Unwind_Exception *exception_object); 131 struct _Unwind_Exception *exception_object, 140 void _Unwind_Resume(struct _Unwind_Exception *exception_object); 145 void _Unwind_DeleteException(struct _Unwind_Exception *exception_object); 158 struct _Unwind_Exception *exception_object,
|
/illumos-gate/usr/src/lib/libc/amd64/unwind/ |
H A D | unwind.c | 176 struct _Unwind_Exception *exception_object __unused, in _Unw_very_boring_personality() 288 _Unwind_RaiseException_Body(struct _Unwind_Exception *exception_object, in _Unwind_RaiseException_Body() 359 __Unwind_RaiseException_Backend(struct _Unwind_Exception *exception_object) in __Unwind_RaiseException_Backend() 371 _Unwind_ForcedUnwind_Body(struct _Unwind_Exception *exception_object, in _Unwind_ForcedUnwind_Body() 443 _Unwind_ForcedUnwind(struct _Unwind_Exception *exception_object, in _Unwind_ForcedUnwind() 456 _Unwind_Resume(struct _Unwind_Exception *exception_object) in _Unwind_Resume() 475 _Unwind_DeleteException(struct _Unwind_Exception *exception_object) in _Unwind_DeleteException()
|
H A D | thrp_unwind.c | 44 struct _Unwind_Exception *exceptionObject, in posix_stop_func()
|
H A D | unwind_context.h | 82 struct _Unwind_Exception *exception_object,
|