Searched refs:stop_parameter (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/gabi++/include/ |
D | unwind-itanium.h | 66 void* stop_parameter); 101 void* stop_parameter);
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | UnwindLevel1.c | 230 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument 266 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced() 320 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced() 387 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind() argument 396 exception_object->private_2 = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind() 399 return unwind_phase2_forced(&uc, exception_object, stop, stop_parameter); in _Unwind_ForcedUnwind()
|
D | Unwind-sjlj.c | 197 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument 215 (struct _Unwind_Context *)c, stop_parameter); in unwind_phase2_forced() 270 (struct _Unwind_Context *)c, stop_parameter); in unwind_phase2_forced()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | unwind.h | 146 void *stop_parameter ); 254 _Unwind_Stop_Fn stop, void *stop_parameter); 258 _Unwind_Stop_Fn stop, void *stop_parameter);
|