Searched refs:stop_parameter (Results 1 – 5 of 5) sorted by relevance
/external/libunwind/src/unwind/ |
D | unwind-internal.h | 66 void *stop_parameter = (void *) exception_object->private_2; in _Unwind_Phase2() local 101 exception_object, context, stop_parameter); in _Unwind_Phase2() 129 if ((unsigned long) stop_parameter == ip) in _Unwind_Phase2()
|
D | ForcedUnwind.c | 31 _Unwind_Stop_Fn stop, void *stop_parameter) in _Unwind_ForcedUnwind() argument 51 exception_object->private_2 = (unsigned long) stop_parameter; in _Unwind_ForcedUnwind()
|
/external/libunwind_llvm/src/ |
D | UnwindLevel1.c | 242 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument 279 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced() 335 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced() 402 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind() argument 411 exception_object->private_2 = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind() 414 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()
|
/external/libunwind_llvm/include/ |
D | unwind.h | 139 void* stop_parameter ); 262 _Unwind_Stop_Fn stop, void *stop_parameter); 266 _Unwind_Stop_Fn stop, void *stop_parameter);
|