Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Dunwind-arm-common.h76 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
83 struct _Unwind_Control_Block struct
86 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument
168 _Unwind_Control_Block *, _Unwind_Context *);
183 #define _Unwind_Exception _Unwind_Control_Block
194 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *ucbp);
195 void __attribute__((noreturn)) _Unwind_Resume(_Unwind_Control_Block *ucbp);
196 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow (_Unwind_Control_Block *ucbp);
200 _Unwind_Control_Block *, struct _Unwind_Context *, void *);
201 _Unwind_Reason_Code _Unwind_ForcedUnwind (_Unwind_Control_Block *,
[all …]