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 …]
75 struct _Unwind_Control_Block { struct77 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); argument80 struct {86 } unwinder_cache;89 struct {92 } barrier_cache;95 struct {97 } cleanup_cache;100 struct {105 } pr_cache;[all …]
121 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef124 struct _Unwind_Control_Block { struct126 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument128 struct {134 } unwinder_cache;136 struct {139 } barrier_cache;141 struct {143 } cleanup_cache;145 struct {[all …]