Home
last modified time | relevance | path

Searched defs:_Unwind_Exception (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dunwind-arm.h60 struct _Unwind_Exception struct
63 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); argument
66 {
73 } unwinder_cache;
76 {
101 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *ucbp); argument
H A Dunwind-itanium.h78 struct _Unwind_Exception struct
81 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
86 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *); argument
/netbsd-src/sys/lib/libunwind/
H A Dunwind.h42 struct _Unwind_Exception { struct
44 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); argument
50 struct _Unwind_Exception *, argument
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-generic.h90 struct _Unwind_Exception struct
92 _Unwind_Exception_Class exception_class; argument
93 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
96 _Unwind_Word private_[6];
98 _Unwind_Word private_1;
99 _Unwind_Word private_2;
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind-generic.h90 struct _Unwind_Exception struct
92 _Unwind_Exception_Class exception_class; argument
93 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
96 _Unwind_Word private_[6];
98 _Unwind_Word private_1;
99 _Unwind_Word private_2;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/unwind/
H A Dgeneric.d146 align(__aligned__) struct _Unwind_Exception struct
148 _Unwind_Exception_Class exception_class; argument
149 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
173 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Exception*); argument
H A Darm_common.d195 alias _Unwind_Exception = _Unwind_Control_Block; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/unwind/
H A Dgeneric.d146 align(__aligned__) struct _Unwind_Exception struct
148 _Unwind_Exception_Class exception_class; argument
149 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
173 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Exception*); argument
H A Darm_common.d195 alias _Unwind_Exception = _Unwind_Control_Block; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dunwind.h67 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */ typedef
70 typedef struct _Unwind_Exception _Unwind_Exception; typedef
140 struct _Unwind_Exception { struct
141 _Unwind_Exception_Class exception_class; argument
142 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
149 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word argument
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dunwind-arm-common.h183 #define _Unwind_Exception _Unwind_Control_Block macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dunwind-arm-common.h183 #define _Unwind_Exception _Unwind_Control_Block macro