Searched defs:stop_parameter (Results 1 - 4 of 4) sorted by relevance

/external/libunwind/src/unwind/
H A DForcedUnwind.c31 _Unwind_Stop_Fn stop, void *stop_parameter)
51 exception_object->private_2 = (unsigned long) stop_parameter;
30 _Unwind_ForcedUnwind(struct _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter) argument
H A Dunwind-internal.h66 void *stop_parameter = (void *) exception_object->private_2; local
101 exception_object, context, stop_parameter);
129 if ((unsigned long) stop_parameter == ip)
/external/libcxxabi/src/Unwind/
H A DUnwindLevel1.c227 _Unwind_Stop_Fn stop, void *stop_parameter) {
263 (struct _Unwind_Context *)(&cursor2), stop_parameter);
317 (struct _Unwind_Context *)(&cursor2), stop_parameter);
384 _Unwind_Stop_Fn stop, void *stop_parameter) {
393 exception_object->private_2 = (uintptr_t) stop_parameter;
396 return unwind_phase2_forced(&uc, exception_object, stop, stop_parameter);
225 unwind_phase2_forced(unw_context_t *uc, _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter) argument
383 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter) argument
H A DUnwind-sjlj.c197 _Unwind_Stop_Fn stop, void *stop_parameter) {
215 (struct _Unwind_Context *)c, stop_parameter);
270 (struct _Unwind_Context *)c, stop_parameter);
196 unwind_phase2_forced(struct _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter) argument

Completed in 101 milliseconds