Searched refs:stop_parameter (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/libunwind/src/ |
D | UnwindLevel1.c | 246 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument 282 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced() 338 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced() 407 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind() argument 417 exception_object->private_2 = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind() 420 return unwind_phase2_forced(&uc, &cursor, exception_object, stop, stop_parameter); in _Unwind_ForcedUnwind()
|
D | Unwind-seh.cpp | 231 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument 268 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced() 324 (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_[4] = (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 | 239 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument 258 (struct _Unwind_Context *)c, stop_parameter); in unwind_phase2_forced() 313 (struct _Unwind_Context *)c, stop_parameter); in unwind_phase2_forced()
|
/external/llvm-project/libunwind/include/ |
D | unwind.h | 150 void* stop_parameter ); 270 _Unwind_Stop_Fn stop, void *stop_parameter); 274 _Unwind_Stop_Fn stop, void *stop_parameter);
|