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