Lines Matching defs:_Unwind_Control_Block
73 typedef struct _Unwind_Control_Block _Unwind_Control_Block;
77 struct _Unwind_Control_Block {
79 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *);
111 void _Unwind_Resume(_Unwind_Control_Block *);
112 void _Unwind_Complete(_Unwind_Control_Block *);
113 void _Unwind_DeleteException(_Unwind_Control_Block *);
114 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *);
125 _Unwind_Control_Block *, _Unwind_Context *);
127 _Unwind_Control_Block *, _Unwind_Context *);
129 _Unwind_Control_Block *, _Unwind_Context *);