HomeSort by: relevance | last modified time | path
    Searched defs:_Unwind_Exception (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/lib/libunwind/
unwind.h 42 struct _Unwind_Exception {
44 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *);
50 struct _Unwind_Exception *,
56 struct _Unwind_Exception *,
69 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
70 void _Unwind_Resume(struct _Unwind_Exception *) __dead;
71 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow(struct _Unwind_Exception *);
72 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception *,
74 void _Unwind_DeleteException(struct _Unwind_Exception *);
unwind.h 42 struct _Unwind_Exception {
44 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *);
50 struct _Unwind_Exception *,
56 struct _Unwind_Exception *,
69 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
70 void _Unwind_Resume(struct _Unwind_Exception *) __dead;
71 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow(struct _Unwind_Exception *);
72 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception *,
74 void _Unwind_DeleteException(struct _Unwind_Exception *);

Completed in 41 milliseconds