Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/libunwind/include/
Dunwind_arm_ehabi.h28 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 {
[all …]
/openbsd/src/gnu/llvm/clang/lib/Headers/
Dunwind.h68 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
110 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
113 struct _Unwind_Control_Block { struct
115 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument
117 struct {
123 } unwinder_cache;
125 struct {
128 } barrier_cache;
130 struct {
132 } cleanup_cache;
[all …]
/openbsd/src/gnu/gcc/gcc/config/arm/
Dunwind-arm.h81 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
88 struct _Unwind_Control_Block struct
91 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument
94 {
101 unwinder_cache;
104 {
108 barrier_cache;
111 {
114 cleanup_cache;
117 {
[all …]