Lines Matching defs:stop
33 // Walk frames looking for a place to stop.
132 _Unwind_Stop_Fn stop,
145 // Call the stop function one last time.
148 (*stop)(1, action, exc->exception_class, exc,
151 // Didn't stop at the expected frame, so return error.
163 // Call stop function for each frame
166 (*stop)(1, action, exc->exception_class, exc,
212 _Unwind_Stop_Fn stop, void *stop_arg) {
217 exc->private_1 = (uintptr_t)stop;
220 return unwind_phase2_forced(cursor, exc, stop, stop_arg);