Searched defs:_Unwind_Control_Block (Results 1 – 2 of 2) sorted by relevance
71 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef74 struct _Unwind_Control_Block { struct76 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); argument79 struct {85 } unwinder_cache;88 struct {91 } barrier_cache;94 struct {96 } cleanup_cache;99 struct {[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 …]