Searched refs:exception_object (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/libunwind/src/ |
H A D | Unwind-sjlj.c | 170 (void *)exception_object); in unwind_phase1() 195 (void *)exception_object); in unwind_phase2() 215 (void *)exception_object); in unwind_phase2() 261 (void *)exception_object); in unwind_phase2_forced() 269 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 288 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 324 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced() 341 exception_object->private_1 = 0; in _Unwind_SjLj_RaiseException() 342 exception_object->private_2 = 0; in _Unwind_SjLj_RaiseException() 375 unwind_phase2(exception_object); in _Unwind_SjLj_Resume() [all …]
|
H A D | UnwindLevel1.c | 89 (void *)exception_object); in unwind_phase1() 95 (void *)exception_object); in unwind_phase1() 106 (void *)exception_object); in unwind_phase1() 195 (void *)exception_object); in unwind_phase2() 201 (void *)exception_object); in unwind_phase2() 261 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2() 352 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 373 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 409 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced() 429 exception_object->private_1 = 0; in _Unwind_RaiseException() [all …]
|
H A D | Unwind-EHABI.cpp | 519 exception_object->pr_cache.ehtp = in unwind_phase1() 528 exception_object->pr_cache.fnstart, in unwind_phase1() 634 exception_object->pr_cache.ehtp = in unwind_phase2() 740 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 744 (void *)exception_object, stopResult); in unwind_phase2_forced() 748 (void *)exception_object); in unwind_phase2_forced() 759 exception_object->pr_cache.ehtp = in unwind_phase2_forced() 807 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced() 840 (void)exception_object; in _Unwind_Complete() 864 &uc, &cursor, exception_object, in _Unwind_Resume() [all …]
|
H A D | Unwind-seh.cpp | 269 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 273 (void *)exception_object, stopResult); in unwind_phase2_forced() 277 (void *)exception_object); in unwind_phase2_forced() 289 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 325 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced() 337 (void *)exception_object); in _Unwind_RaiseException() 341 memset(exception_object->private_, 0, sizeof(exception_object->private_)); in _Unwind_RaiseException() 367 if (exception_object->private_[0] != 0) { in _Unwind_Resume() 371 unwind_phase2_forced(&uc, exception_object, in _Unwind_Resume() 392 exception_object, &ms_ctx, &hist); in _Unwind_Resume() [all …]
|
H A D | UnwindLevel1-gcc-ext.c | 41 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) { in _Unwind_Resume_or_Rethrow() argument 44 (void *)exception_object, (intptr_t)exception_object->PRIVATE_1); in _Unwind_Resume_or_Rethrow() 49 if (exception_object->PRIVATE_1 == 0) { in _Unwind_Resume_or_Rethrow() 50 return _Unwind_RaiseException(exception_object); in _Unwind_Resume_or_Rethrow() 57 _Unwind_Resume(exception_object); in _Unwind_Resume_or_Rethrow()
|
/openbsd/gnu/llvm/libunwind/include/ |
H A D | unwind_itanium.h | 56 _Unwind_SjLj_RaiseException(_Unwind_Exception *exception_object); 57 extern void _Unwind_SjLj_Resume(_Unwind_Exception *exception_object); 60 _Unwind_RaiseException(_Unwind_Exception *exception_object); 61 extern void _Unwind_Resume(_Unwind_Exception *exception_object); 63 extern void _Unwind_DeleteException(_Unwind_Exception *exception_object);
|
H A D | unwind_arm_ehabi.h | 80 _Unwind_SjLj_RaiseException(_Unwind_Exception *exception_object); 81 extern void _Unwind_SjLj_Resume(_Unwind_Exception *exception_object); 84 _Unwind_RaiseException(_Unwind_Exception *exception_object); 85 extern void _Unwind_Resume(_Unwind_Exception *exception_object); 87 extern void _Unwind_DeleteException(_Unwind_Exception *exception_object); 111 extern void _Unwind_Complete(_Unwind_Exception* exception_object);
|
H A D | unwind.h | 81 _Unwind_SjLj_ForcedUnwind(_Unwind_Exception *exception_object, 85 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, 104 _Unwind_SjLj_Resume_or_Rethrow(_Unwind_Exception *exception_object); 107 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object);
|