Home | History | Annotate | Download | only in include

Lines Matching refs:_Unwind_Exception

85 struct _Unwind_Exception;
88 struct _Unwind_Exception *);
90 struct _Unwind_Exception
132 _Unwind_RaiseException (struct _Unwind_Exception *);
138 struct _Unwind_Exception *, struct _Unwind_Context *, void *);
141 _Unwind_ForcedUnwind (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *);
144 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
149 _Unwind_Resume (struct _Unwind_Exception *);
154 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
201 struct _Unwind_Exception *, struct _Unwind_Context *);
211 _Unwind_SjLj_RaiseException (struct _Unwind_Exception *);
213 _Unwind_SjLj_ForcedUnwind (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *);
215 _Unwind_SjLj_Resume (struct _Unwind_Exception *);
217 _Unwind_SjLj_Resume_or_Rethrow (struct _Unwind_Exception *);