Lines Matching defs:_Unwind_Control_Block
28 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
32 struct _Unwind_Control_Block { struct
34 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); argument
37 struct {
43 } unwinder_cache;
46 struct {
49 } barrier_cache;
52 struct {
54 } cleanup_cache;
57 struct {
62 } pr_cache;
64 long long int :0; /* Enforce the 8-byte alignment */