Lines Matching refs:_Unwind_Control_Block
79 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
86 struct _Unwind_Control_Block struct
95 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument
177 _Unwind_Control_Block *, _Unwind_Context *);
192 #define _Unwind_Exception _Unwind_Control_Block
203 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *ucbp);
204 void __attribute__((noreturn)) _Unwind_Resume(_Unwind_Control_Block *ucbp);
205 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow (_Unwind_Control_Block *ucbp);
209 _Unwind_Control_Block *, struct _Unwind_Context *, void *);
210 _Unwind_Reason_Code _Unwind_ForcedUnwind (_Unwind_Control_Block *,
213 void _Unwind_Complete(_Unwind_Control_Block *ucbp);
216 _Unwind_Reason_Code __gnu_unwind_frame (_Unwind_Control_Block *,