Searched refs:_Unwind_Stop_Fn (Results 1 – 8 of 8) 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 | 109 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) typedef 145 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) typedef 274 _Unwind_Stop_Fn stop, void *stop_parameter); 278 _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 | 124 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn)(int, _Unwind_Action, typedef 230 _Unwind_Stop_Fn, void *); 246 _Unwind_Stop_Fn, void *);
|
/external/libunwind_llvm/src/ |
D | UnwindLevel1.c | 241 _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-seh.cpp | 241 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() 380 (_Unwind_Stop_Fn) exception_object->private_[0], in _Unwind_Resume() 412 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind()
|
D | Unwind-sjlj.c | 238 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() 358 (_Unwind_Stop_Fn) exception_object->private_1, in _Unwind_SjLj_Resume()
|