Searched defs:_Unwind_Control_Block (Results 1 – 2 of 2) sorted by relevance
28 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef32 struct _Unwind_Control_Block { struct34 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); argument37 struct {43 } unwinder_cache;46 struct {49 } barrier_cache;52 struct {54 } cleanup_cache;57 struct {[all …]
68 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef110 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef113 struct _Unwind_Control_Block { struct115 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument117 struct {123 } unwinder_cache;125 struct {128 } barrier_cache;130 struct {132 } cleanup_cache;[all …]