Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/include/
Dunwind-arm.h55 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
59 struct _Unwind_Control_Block { struct
61 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); argument
63 struct {
91 typedef _Unwind_Control_Block _Unwind_Exception; argument
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h66 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 {
[all …]