Searched defs:_Unwind_Control_Block (Results 1 – 6 of 6) sorted by relevance
73 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef77 struct _Unwind_Control_Block { struct79 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument81 struct {111 void _Unwind_Resume(_Unwind_Control_Block *); argument
76 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef83 struct _Unwind_Control_Block struct86 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument89 {96 unwinder_cache;99 {103 barrier_cache;106 {109 cleanup_cache;112 {[all …]
104 struct _Unwind_Control_Block struct106 _Unwind_Exception_Class exception_class = '\0';107 _Unwind_Exception_Cleanup_Fn exception_cleanup;109 struct _unwinder_cache117 _unwinder_cache unwinder_cache;119 struct _barrier_cache124 _barrier_cache barrier_cache;126 struct _cleanup_cache130 _cleanup_cache cleanup_cache;132 struct _pr_cache[all …]
107 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef110 struct _Unwind_Control_Block { struct112 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument114 struct {120 } unwinder_cache;122 struct {125 } barrier_cache;127 struct {129 } cleanup_cache;131 struct {[all …]