Home
last modified time | relevance | path

Searched defs:_Unwind_Control_Block (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/arm/include/
H A Dehabi.h73 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
77 struct _Unwind_Control_Block { struct
79 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument
81 struct {
111 void _Unwind_Resume(_Unwind_Control_Block *); argument
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dunwind-arm-common.h76 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
83 struct _Unwind_Control_Block struct
86 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument
89 {
96 unwinder_cache;
99 {
103 barrier_cache;
106 {
109 cleanup_cache;
112 {
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dunwind-arm-common.h76 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
83 struct _Unwind_Control_Block struct
86 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument
89 {
96 unwinder_cache;
99 {
103 barrier_cache;
106 {
109 cleanup_cache;
112 {
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/unwind/
H A Darm_common.d104 struct _Unwind_Control_Block struct
106 _Unwind_Exception_Class exception_class = '\0';
107 _Unwind_Exception_Cleanup_Fn exception_cleanup;
109 struct _unwinder_cache
117 _unwinder_cache unwinder_cache;
119 struct _barrier_cache
124 _barrier_cache barrier_cache;
126 struct _cleanup_cache
130 _cleanup_cache cleanup_cache;
132 struct _pr_cache
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/unwind/
H A Darm_common.d104 struct _Unwind_Control_Block struct
106 _Unwind_Exception_Class exception_class = '\0';
107 _Unwind_Exception_Cleanup_Fn exception_cleanup;
109 struct _unwinder_cache
117 _unwinder_cache unwinder_cache;
119 struct _barrier_cache
124 _barrier_cache barrier_cache;
126 struct _cleanup_cache
130 _cleanup_cache cleanup_cache;
132 struct _pr_cache
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dunwind.h107 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
110 struct _Unwind_Control_Block { struct
112 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument
114 struct {
120 } unwinder_cache;
122 struct {
125 } barrier_cache;
127 struct {
129 } cleanup_cache;
131 struct {
[all …]