Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/arm/
Dunwind.h79 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
86 struct _Unwind_Control_Block struct
95 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument
177 _Unwind_Control_Block *, _Unwind_Context *);
192 #define _Unwind_Exception _Unwind_Control_Block
203 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *ucbp);
204 void __attribute__((noreturn)) _Unwind_Resume(_Unwind_Control_Block *ucbp);
205 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow (_Unwind_Control_Block *ucbp);
209 _Unwind_Control_Block *, struct _Unwind_Context *, void *);
210 _Unwind_Reason_Code _Unwind_ForcedUnwind (_Unwind_Control_Block *,
[all …]