Home | History | Annotate | Download | only in libgcc

Lines Matching refs:gcc_exc

203   struct _Unwind_Exception *gcc_exc
228 ms_exc, gcc_exc, ms_orig_context,
243 _Unwind_Stop_Fn stop = (_Unwind_Stop_Fn) gcc_exc->private_[0];
244 void *stop_argument = (void *) gcc_exc->private_[4];
248 stop (1, gcc_action, gcc_exc->exception_class, gcc_exc,
267 gcc_reason = gcc_per (1, gcc_action, gcc_exc->exception_class,
268 gcc_exc, &gcc_context);
292 gcc_reason = gcc_per (1, _UA_SEARCH_PHASE, gcc_exc->exception_class,
293 gcc_exc, &gcc_context);
304 gcc_exc->exception_class, gcc_exc,
309 gcc_exc->private_[1] = (_Unwind_Ptr) this_frame;
310 gcc_exc->private_[2] = gcc_context.ra;
311 gcc_exc->private_[3] = gcc_context.reg[1];
349 _Unwind_Resume (struct _Unwind_Exception *gcc_exc)
363 ms_exc.ExceptionInformation[0] = (ULONG_PTR) gcc_exc;
364 ms_exc.ExceptionInformation[1] = gcc_exc->private_[1];
365 ms_exc.ExceptionInformation[2] = gcc_exc->private_[2];
366 ms_exc.ExceptionInformation[3] = gcc_exc->private_[3];
371 RtlUnwindEx ((void *) gcc_exc->private_[1], (PVOID)gcc_exc->private_[2],
372 &ms_exc, gcc_exc, &ms_context, &ms_history);