Searched defs:_Unwind_Exception (Results 1 – 9 of 9) sorted by relevance
18 typedef struct _Unwind_Exception _Unwind_Exception; typedef21 struct _Unwind_Exception { struct22 _Unwind_Exception_Class exception_class; argument24 _Unwind_Exception *exc); argument32 // The implementation of _Unwind_Exception uses an attribute mode on the argument38 // The Itanium ABI requires that _Unwind_Exception objects are "double-word argument
29 #define _Unwind_Exception _Unwind_Control_Block /* Alias */ macro
88 struct _Unwind_Exception struct90 _Unwind_Exception_Class exception_class; argument91 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument92 _Unwind_Word private_1;93 _Unwind_Word private_2;
81 struct _Unwind_Exception struct83 _Unwind_Exception_Class exception_class; argument84 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument85 _Unwind_Word private_1;86 _Unwind_Word private_2;
55 uint64_t __getExceptionClass (const _Unwind_Exception*) { return 0; } in __getExceptionClass()56 void __setExceptionClass ( _Unwind_Exception*, uint64_t) {} in __setExceptionClass() argument57 bool __isOurExceptionClass(const _Unwind_Exception*) { return false; } in __isOurExceptionClass()
69 #define _Unwind_Exception _Unwind_Control_Block /* Alias */ macro72 typedef struct _Unwind_Exception _Unwind_Exception; typedef143 struct _Unwind_Exception { struct144 _Unwind_Exception_Class exception_class; argument145 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument152 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word argument
23 force_unwind_cleanup (_Unwind_Reason_Code, struct _Unwind_Exception *) in force_unwind_cleanup()
30 force_unwind_cleanup (_Unwind_Reason_Code, struct _Unwind_Exception *) in force_unwind_cleanup()
188 #define _Unwind_Exception _Unwind_Control_Block macro