Searched refs:_Unwind_InitContext (Results 1 – 6 of 6) sorted by relevance
34 if (_Unwind_InitContext (&context, &uc) < 0) in _Unwind_Resume()
36 if (_Unwind_InitContext (&context, &uc) < 0) in _Unwind_Resume_or_Rethrow()
35 if (_Unwind_InitContext (&context, &uc) < 0) in _Unwind_Backtrace()
41 if (_Unwind_InitContext (&context, &uc) < 0) in _Unwind_ForcedUnwind()
42 if (_Unwind_InitContext (&context, &uc) < 0) in _Unwind_RaiseException()
52 #define _Unwind_InitContext(context, uc) \ macro