Searched defs:exception_object (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/libunwind/src/ |
D | Unwind-sjlj.c | 109 unwind_phase1(struct _Unwind_Exception *exception_object) { in unwind_phase1() 168 unwind_phase2(struct _Unwind_Exception *exception_object) { in unwind_phase2() 238 unwind_phase2_forced(struct _Unwind_Exception *exception_object, in unwind_phase2_forced() 323 _Unwind_SjLj_RaiseException(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_RaiseException() 354 _Unwind_SjLj_Resume(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_Resume() 372 _Unwind_SjLj_Resume_or_Rethrow(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_Resume_or_Rethrow() 472 _Unwind_DeleteException(struct _Unwind_Exception *exception_object) { in _Unwind_DeleteException()
|
D | UnwindLevel1.c | 38 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1() 132 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase2() 245 _Unwind_Exception *exception_object, in unwind_phase2_forced() 348 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException() 383 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume() 406 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, in _Unwind_ForcedUnwind() 463 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException()
|
D | Unwind-seh.cpp | 230 _Unwind_Exception *exception_object, in unwind_phase2_forced() 333 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException() 362 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume() 401 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, in _Unwind_ForcedUnwind()
|
D | Unwind-EHABI.cpp | 442 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1() 541 _Unwind_Exception *exception_object, in unwind_phase2() 673 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException() 693 _LIBUNWIND_EXPORT void _Unwind_Complete(_Unwind_Exception* exception_object) { in _Unwind_Complete() 711 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume() 986 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException() 995 __gnu_unwind_frame(_Unwind_Exception *exception_object, in __gnu_unwind_frame()
|
D | UnwindLevel1-gcc-ext.c | 33 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) { in _Unwind_Resume_or_Rethrow()
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_call_credentials.c | 68 VALUE exception_object) { in grpc_rb_call_credentials_callback_rescue()
|