Searched refs:_Unwind_FunctionContext_t (Results 1 – 3 of 3) sorted by relevance
123 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack(); in unwind_phase1() 186 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack(); in unwind_phase2() 254 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack(); in unwind_phase2_forced() 409 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context; in _Unwind_GetLanguageSpecificData() 422 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context; in _Unwind_GetGR() 433 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context; in _Unwind_SetGR() 440 _Unwind_FunctionContext_t uf in _Unwind_GetIP() [all...]
90 typedef struct _Unwind_FunctionContext *_Unwind_FunctionContext_t; typedef91 extern void _Unwind_SjLj_Register(_Unwind_FunctionContext_t fc);92 extern void _Unwind_SjLj_Unregister(_Unwind_FunctionContext_t fc);
273 typedef struct SjLj_Function_Context *_Unwind_FunctionContext_t; typedef275 void _Unwind_SjLj_Register(_Unwind_FunctionContext_t);276 void _Unwind_SjLj_Unregister(_Unwind_FunctionContext_t);