Lines Matching defs:_Unwind_Control_Block
66 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
69 struct _Unwind_Control_Block { struct
71 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); argument
74 struct {
80 } unwinder_cache;
83 struct {
86 } barrier_cache;
89 struct {
91 } cleanup_cache;
94 struct {
99 } pr_cache;
101 long long int :0; /* Enforce the 8-byte alignment */