Searched refs:_Unwind_Stop_Fn (Results 1 – 7 of 7) sorted by relevance
/external/libunwind/src/unwind/ |
D | ForcedUnwind.c | 31 _Unwind_Stop_Fn stop, void *stop_parameter) in _Unwind_ForcedUnwind() 64 _Unwind_Stop_Fn, void *)
|
D | unwind-internal.h | 64 _Unwind_Stop_Fn stop = (_Unwind_Stop_Fn) exception_object->private_1; in _Unwind_Phase2()
|
/external/libunwind_llvm/include/ |
D | unwind.h | 104 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) typedef 133 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) typedef 262 _Unwind_Stop_Fn stop, void *stop_parameter); 266 _Unwind_Stop_Fn stop, void *stop_parameter);
|
/external/libunwind/include/ |
D | unwind.h | 67 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) (int, _Unwind_Action, typedef 87 _Unwind_Stop_Fn, void *);
|
/external/clang/lib/Headers/ |
D | unwind.h | 116 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn)(int, _Unwind_Action, typedef 213 _Unwind_Stop_Fn, void *); 229 _Unwind_Stop_Fn, void *);
|
/external/libunwind_llvm/src/ |
D | UnwindLevel1.c | 242 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() 386 (_Unwind_Stop_Fn) exception_object->private_1, in _Unwind_Resume() 402 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind()
|
D | Unwind-sjlj.c | 197 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() 315 (_Unwind_Stop_Fn) exception_object->private_1, in _Unwind_SjLj_Resume()
|