Home
last modified time | relevance | path

Searched defs:exception_object (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/libunwind/src/
H A DUnwind-sjlj.c121 unwind_phase1(struct _Unwind_Exception *exception_object) { in unwind_phase1()
180 unwind_phase2(struct _Unwind_Exception *exception_object) { in unwind_phase2()
250 unwind_phase2_forced(struct _Unwind_Exception *exception_object, in unwind_phase2_forced()
335 _Unwind_SjLj_RaiseException(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_RaiseException()
366 _Unwind_SjLj_Resume(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_Resume()
384 _Unwind_SjLj_Resume_or_Rethrow(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_Resume_or_Rethrow()
484 _Unwind_DeleteException(struct _Unwind_Exception *exception_object) { in _Unwind_DeleteException()
H A DUnwindLevel1.c77 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1()
173 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase2()
310 _Unwind_Exception *exception_object, in unwind_phase2_forced()
420 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException()
455 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume()
478 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, in _Unwind_ForcedUnwind()
537 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException()
H A DUnwind-seh.cpp230 _Unwind_Exception *exception_object, in unwind_phase2_forced()
335 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException()
364 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume()
403 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, in _Unwind_ForcedUnwind()
H A DUnwind-EHABI.cpp465 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1()
566 _Unwind_Exception *exception_object, in unwind_phase2()
700 _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, in unwind_phase2_forced()
817 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException()
837 _LIBUNWIND_EXPORT void _Unwind_Complete(_Unwind_Exception* exception_object) { in _Unwind_Complete()
855 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume()
1150 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, in _Unwind_ForcedUnwind()
1185 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException()
1194 __gnu_unwind_frame(_Unwind_Exception *exception_object, in __gnu_unwind_frame()
H A DUnwindLevel1-gcc-ext.c41 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) { in _Unwind_Resume_or_Rethrow()