Searched defs:_Unwind_Control_Block (Results 1 – 3 of 3) sorted by relevance
85 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef92 struct _Unwind_Control_Block struct95 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument98 {105 unwinder_cache;108 {112 barrier_cache;115 {118 cleanup_cache;121 {[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 …]
76 typedef struct _Unwind_Exception _Unwind_Control_Block; /* Alias */ typedef