Searched refs:exception_object (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libc/amd64/unwind/ |
H A D | unwind.c | 177 struct _Unwind_Exception *exception_object, in _Unw_very_boring_personality() argument 289 _Unwind_RaiseException_Body(struct _Unwind_Exception *exception_object, in _Unwind_RaiseException_Body() argument 302 exception_object->exception_class, in _Unwind_RaiseException_Body() 303 exception_object, ctx); in _Unwind_RaiseException_Body() 311 exception_object->private_2 = _Unwind_GetCFA(ctx); in _Unwind_RaiseException_Body() 326 if (exception_object->private_2 == _Unwind_GetCFA(ctx)) { in _Unwind_RaiseException_Body() 330 exception_object->exception_class, in _Unwind_RaiseException_Body() 331 exception_object, ctx); in _Unwind_RaiseException_Body() 341 exception_object->private_1 = 0; in _Unwind_RaiseException_Body() 351 _Unwind_RaiseException(struct _Unwind_Exception *exception_object) in _Unwind_RaiseException() argument [all …]
|
H A D | unwind_context.h | 84 struct _Unwind_Exception *exception_object,
|
/titanic_41/usr/src/head/ |
H A D | stack_unwind.h | 123 struct _Unwind_Exception *exception_object); 133 struct _Unwind_Exception *exception_object, 142 void _Unwind_Resume(struct _Unwind_Exception *exception_object); 147 void _Unwind_DeleteException(struct _Unwind_Exception *exception_object); 160 struct _Unwind_Exception *exception_object, 221 _Unwind_Delete_Exception(res, exception_object); 227 _Unwind_Delete_Exception(res, exception_object); 233 _Unwind_Delete_Exception(res, exception_object); 243 _Unwind_Delete_Exception(res, exception_object);
|