Searched refs:exception_object (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/libunwind/src/ |
| H A D | Unwind-sjlj.c | 121 unwind_phase1(struct _Unwind_Exception *exception_object) { in unwind_phase1() argument 133 (void *)exception_object); in unwind_phase1() 143 (void *)exception_object, in unwind_phase1() 146 1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 147 exception_object, (struct _Unwind_Context *)c); in unwind_phase1() 153 exception_object->private_2 = (uintptr_t) c; in unwind_phase1() 156 (void *)exception_object); in unwind_phase1() 162 (void *)exception_object); in unwind_phase1() 170 (void *)exception_object); in unwind_phase1() 180 unwind_phase2(struct _Unwind_Exception *exception_object) { in unwind_phase2() argument [all …]
|
| H A D | UnwindLevel1.c | 77 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1() argument 89 (void *)exception_object); in unwind_phase1() 95 (void *)exception_object); in unwind_phase1() 106 (void *)exception_object); in unwind_phase1() 125 (void *)exception_object, pc, frameInfo.start_ip, functionName, in unwind_phase1() 137 (void *)exception_object, (void *)(uintptr_t)p); in unwind_phase1() 139 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 140 exception_object, (struct _Unwind_Context *)(cursor)); in unwind_phase1() 146 exception_object->private_2 = (uintptr_t)sp; in unwind_phase1() 149 (void *)exception_object); in unwind_phase1() [all …]
|
| H A D | Unwind-EHABI.cpp | 465 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1() argument 483 static_cast<void *>(exception_object)); in unwind_phase1() 502 static_cast<void *>(exception_object), pc, in unwind_phase1() 515 static_cast<void *>(exception_object), in unwind_phase1() 518 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase1() 519 exception_object->pr_cache.ehtp = in unwind_phase1() 521 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase1() 523 (*p)(_US_VIRTUAL_UNWIND_FRAME, exception_object, context); in unwind_phase1() 527 static_cast<void *>(exception_object), personalityResult, in unwind_phase1() 528 exception_object->pr_cache.fnstart, in unwind_phase1() [all …]
|
| H A D | Unwind-seh.cpp | 230 _Unwind_Exception *exception_object, in unwind_phase2_forced() argument 243 (void *)exception_object); in unwind_phase2_forced() 260 (void *)exception_object, frameInfo.start_ip, functionName, in unwind_phase2_forced() 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() 287 (void *)exception_object, (void *)(uintptr_t)p); in unwind_phase2_forced() 289 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 296 (void *)exception_object); in unwind_phase2_forced() 303 (void *)exception_object); in unwind_phase2_forced() [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-src/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);
|