Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-sjlj.c73 unwind_phase1(struct _Unwind_Exception *exception_object) { in unwind_phase1()
128 unwind_phase2(struct _Unwind_Exception *exception_object) { in unwind_phase2()
196 unwind_phase2_forced(struct _Unwind_Exception *exception_object, in unwind_phase2_forced()
280 _Unwind_SjLj_RaiseException(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_RaiseException()
310 _Unwind_SjLj_Resume(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_Resume()
327 _Unwind_SjLj_Resume_or_Rethrow(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_Resume_or_Rethrow()
424 _Unwind_DeleteException(struct _Unwind_Exception *exception_object) { in _Unwind_DeleteException()
DUnwindLevel1.c28 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) { in unwind_phase1()
121 unwind_phase2(unw_context_t *uc, _Unwind_Exception *exception_object) { in unwind_phase2()
229 _Unwind_Exception *exception_object, in unwind_phase2_forced()
330 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException()
364 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume()
386 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, in _Unwind_ForcedUnwind()
491 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException()
DUnwind-EHABI.cpp403 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) { in unwind_phase1()
514 _Unwind_Exception *exception_object, in unwind_phase2()
656 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException()
675 _LIBUNWIND_EXPORT void _Unwind_Complete(_Unwind_Exception* exception_object) { in _Unwind_Complete()
692 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume()
944 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException()
DUnwindLevel1-gcc-ext.c27 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) { in _Unwind_Resume_or_Rethrow()