Searched defs:_Unwind_Exception (Results 1 – 6 of 6) sorted by relevance
77 struct _Unwind_Exception struct80 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument85 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *); argument
56 uint64_t __getExceptionClass (const _Unwind_Exception*) { return 0; } in __getExceptionClass()57 void __setExceptionClass ( _Unwind_Exception*, uint64_t) {} in __setExceptionClass() argument58 bool __isOurExceptionClass(const _Unwind_Exception*) { return false; } in __isOurExceptionClass()
72 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */ typedef121 typedef struct _Unwind_Exception _Unwind_Exception; typedef123 struct _Unwind_Exception { struct126 _Unwind_Exception *exc); argument134 // The implementation of _Unwind_Exception uses an attribute mode on the argument140 // The Itanium ABI requires that _Unwind_Exception objects are "double-word argument
114 struct _Unwind_Exception { struct115 _Unwind_Exception_Class exception_class; argument116 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument119 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word argument
119 struct _Unwind_Exception { struct121 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument123 uintptr_t private_1; 124 uintptr_t private_2;
116 struct _Unwind_Exception { struct118 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument120 uintptr_t private_1;121 uintptr_t private_2;