Searched refs:_Unwind_Control_Block (Results 1 – 1 of 1) sorted by relevance
76 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef83 struct _Unwind_Control_Block struct86 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument168 _Unwind_Control_Block *, _Unwind_Context *);183 #define _Unwind_Exception _Unwind_Control_Block194 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *ucbp);195 void __attribute__((noreturn)) _Unwind_Resume(_Unwind_Control_Block *ucbp);196 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow (_Unwind_Control_Block *ucbp);200 _Unwind_Control_Block *, struct _Unwind_Context *, void *);201 _Unwind_Reason_Code _Unwind_ForcedUnwind (_Unwind_Control_Block *,[all …]