Home
last modified time | relevance | path

Searched defs:_Unwind_Control_Block (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/config/arm/
H A Dunwind-arm.h85 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
92 struct _Unwind_Control_Block struct
95 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument
98 {
105 unwinder_cache;
108 {
112 barrier_cache;
115 {
118 cleanup_cache;
121 {
[all …]
/freebsd-12.1/contrib/libunwind/include/
H A Dunwind.h75 struct _Unwind_Control_Block { struct
77 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); argument
80 struct {
86 } unwinder_cache;
89 struct {
92 } barrier_cache;
95 struct {
97 } cleanup_cache;
100 struct {
105 } pr_cache;
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dunwind.h121 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
124 struct _Unwind_Control_Block { struct
126 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument
128 struct {
134 } unwinder_cache;
136 struct {
139 } barrier_cache;
141 struct {
143 } cleanup_cache;
145 struct {
[all …]