Searched refs:_Unwind_Exception (Results 1 – 5 of 5) sorted by relevance
/sysdeps/generic/ |
A D | unwind.h | 71 struct _Unwind_Exception; 74 struct _Unwind_Exception *); 76 struct _Unwind_Exception struct 118 struct _Unwind_Exception *, struct _Unwind_Context *, void *); 120 extern _Unwind_Reason_Code _Unwind_ForcedUnwind (struct _Unwind_Exception *, 125 extern void _Unwind_DeleteException (struct _Unwind_Exception *); 129 extern void _Unwind_Resume (struct _Unwind_Exception *); 174 struct _Unwind_Exception *, struct _Unwind_Context *); 184 (struct _Unwind_Exception *); 186 (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *); [all …]
|
A D | unwind-resume.c | 35 _Unwind_Resume (struct _Unwind_Exception *exc) in _Unwind_Resume() 48 _Unwind_ForcedUnwind (struct _Unwind_Exception *exc, _Unwind_Stop_Fn stop, in _Unwind_ForcedUnwind()
|
A D | unwind-resume.h | 25 struct _Unwind_Exception *ue_header, \
|
/sysdeps/arm/ |
A D | unwind-resume.h | 24 struct _Unwind_Exception *ue_header, \
|
A D | unwind.h | 192 #define _Unwind_Exception _Unwind_Control_Block macro 214 void _Unwind_DeleteException (_Unwind_Exception *);
|
Completed in 8 milliseconds