Lines Matching refs:_Unwind_Context
99 exception_object, (struct _Unwind_Context *)(cursor)); in unwind_phase1()
198 (struct _Unwind_Context *)(cursor)); in unwind_phase2()
282 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced()
302 (struct _Unwind_Context *)(cursor)); in unwind_phase2_forced()
338 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced()
426 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) { in _Unwind_GetLanguageSpecificData()
447 _Unwind_GetRegionStart(struct _Unwind_Context *context) { in _Unwind_GetRegionStart()
473 _Unwind_GetGR(struct _Unwind_Context *context, int index) { in _Unwind_GetGR()
483 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR()
493 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP()
505 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, in _Unwind_SetIP()