Lines Matching refs:_Unwind_Context
154 exception_object, (struct _Unwind_Context *)(cursor)); in unwind_phase1()
284 (struct _Unwind_Context *)(cursor)); in unwind_phase2()
379 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced()
400 (struct _Unwind_Context *)(cursor)); in unwind_phase2_forced()
436 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced()
524 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) { in _Unwind_GetLanguageSpecificData()
547 _Unwind_GetRegionStart(struct _Unwind_Context *context) { in _Unwind_GetRegionStart()
573 _Unwind_GetGR(struct _Unwind_Context *context, int index) { in _Unwind_GetGR()
583 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR()
593 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP()
605 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, in _Unwind_SetIP()