Home
last modified time | relevance | path

Searched refs:stop_parameter (Results 1 – 5 of 5) sorted by relevance

/external/libunwind/src/unwind/
Dunwind-internal.h66 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()
DForcedUnwind.c31 _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/
DUnwindLevel1.c242 _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()
DUnwind-sjlj.c197 _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/
Dunwind.h139 void* stop_parameter );
262 _Unwind_Stop_Fn stop, void *stop_parameter);
266 _Unwind_Stop_Fn stop, void *stop_parameter);