Searched defs:_Unwind_Exception (Results 1 – 12 of 12) sorted by relevance
60 struct _Unwind_Exception struct63 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); argument66 {73 } unwinder_cache;76 {101 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *ucbp); argument
78 struct _Unwind_Exception struct81 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument86 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *); argument
42 struct _Unwind_Exception { struct44 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); argument50 struct _Unwind_Exception *, argument
90 struct _Unwind_Exception struct92 _Unwind_Exception_Class exception_class; argument93 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument96 _Unwind_Word private_[6];98 _Unwind_Word private_1;99 _Unwind_Word private_2;
146 align(__aligned__) struct _Unwind_Exception struct148 _Unwind_Exception_Class exception_class; argument149 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument173 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Exception*); argument
195 alias _Unwind_Exception = _Unwind_Control_Block; variable
67 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */ typedef70 typedef struct _Unwind_Exception _Unwind_Exception; typedef140 struct _Unwind_Exception { struct141 _Unwind_Exception_Class exception_class; argument142 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument149 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word argument
183 #define _Unwind_Exception _Unwind_Control_Block macro