Searched refs:exception_object (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/libunwind/src/ |
| H A D | Unwind-sjlj.c | 154 exception_object); in unwind_phase1() 197 exception_object); in unwind_phase2() 250 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 269 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 305 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced() 321 exception_object->private_1 = 0; in _Unwind_SjLj_RaiseException() 322 exception_object->private_2 = 0; in _Unwind_SjLj_RaiseException() 349 if (exception_object->private_1 != 0) in _Unwind_SjLj_Resume() 354 unwind_phase2(exception_object); in _Unwind_SjLj_Resume() 366 exception_object, exception_object->private_1); in _Unwind_SjLj_Resume_or_Rethrow() [all …]
|
| H A D | UnwindLevel1.c | 107 (void *)exception_object); in unwind_phase1() 113 (void *)exception_object); in unwind_phase1() 121 (void *)exception_object); in unwind_phase1() 193 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2() 200 (void *)exception_object); in unwind_phase2() 277 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 285 (void *)exception_object); in unwind_phase2_forced() 297 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 333 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced() 353 exception_object->private_1 = 0; in _Unwind_RaiseException() [all …]
|
| H A D | Unwind-seh.cpp | 271 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 275 (void *)exception_object, stopResult); in unwind_phase2_forced() 279 (void *)exception_object); in unwind_phase2_forced() 291 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 327 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced() 339 (void *)exception_object); in _Unwind_RaiseException() 343 memset(exception_object->private_, 0, sizeof(exception_object->private_)); in _Unwind_RaiseException() 369 if (exception_object->private_[0] != 0) { in _Unwind_Resume() 373 unwind_phase2_forced(&uc, exception_object, in _Unwind_Resume() 394 exception_object, &ms_ctx, &hist); in _Unwind_Resume() [all …]
|
| H A D | Unwind-EHABI.cpp | 486 static_cast<void *>(exception_object), in unwind_phase1() 490 exception_object->pr_cache.ehtp = in unwind_phase1() 499 exception_object->pr_cache.fnstart, in unwind_phase1() 501 exception_object->pr_cache.additional); in unwind_phase1() 510 static_cast<void *>(exception_object)); in unwind_phase1() 516 static_cast<void *>(exception_object)); in unwind_phase1() 528 static_cast<void *>(exception_object)); in unwind_phase1() 602 exception_object->pr_cache.ehtp = in unwind_phase2() 606 (*p)(state, exception_object, context); in unwind_phase2() 677 exception_object->unwinder_cache.reserved1 = 0; in _Unwind_RaiseException() [all …]
|
| H A D | UnwindLevel1-gcc-ext.c | 34 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) { in _Unwind_Resume_or_Rethrow() argument 37 (void *)exception_object, in _Unwind_Resume_or_Rethrow() 38 (long)exception_object->unwinder_cache.reserved1); in _Unwind_Resume_or_Rethrow() 41 (void *)exception_object, in _Unwind_Resume_or_Rethrow() 42 (intptr_t)exception_object->private_1); in _Unwind_Resume_or_Rethrow() 48 return _Unwind_RaiseException(exception_object); in _Unwind_Resume_or_Rethrow() 53 if (exception_object->private_1 == 0) { in _Unwind_Resume_or_Rethrow() 54 return _Unwind_RaiseException(exception_object); in _Unwind_Resume_or_Rethrow() 61 _Unwind_Resume(exception_object); in _Unwind_Resume_or_Rethrow()
|
| /freebsd-12.1/contrib/libunwind/include/ |
| H A D | unwind.h | 171 _Unwind_SjLj_RaiseException(_Unwind_Exception *exception_object); 172 extern void _Unwind_SjLj_Resume(_Unwind_Exception *exception_object); 175 _Unwind_RaiseException(_Unwind_Exception *exception_object); 176 extern void _Unwind_Resume(_Unwind_Exception *exception_object); 178 extern void _Unwind_DeleteException(_Unwind_Exception *exception_object); 202 extern void _Unwind_Complete(_Unwind_Exception* exception_object); 274 _Unwind_SjLj_ForcedUnwind(_Unwind_Exception *exception_object, 278 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, 297 _Unwind_SjLj_Resume_or_Rethrow(_Unwind_Exception *exception_object); 300 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object);
|
| /freebsd-12.1/contrib/libcxxrt/ |
| H A D | dynamic_cast.cc | 50 void **exception_object, in __do_catch() argument 61 return ex_type->__do_upcast(cti, exception_object); in __do_catch() 67 void **exception_object, in __do_catch() argument 107 return __pointee->__do_catch(ptr_type->__pointee, exception_object, outer); in __do_catch()
|