Home | History | Annotate | Download | only in libgcc

Lines Matching refs:private_

243        _Unwind_Stop_Fn stop = (_Unwind_Stop_Fn) gcc_exc->private_[0];
244 void *stop_argument = (void *) gcc_exc->private_[4];
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];
334 memset (exc->private_, 0, sizeof (exc->private_));
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],
389 stop = (_Unwind_Stop_Fn) exc->private_[0];
390 stop_argument = (void *) exc->private_[4];
400 if (exc->private_[0] == 0)
418 memset (exc->private_, 0, sizeof (exc->private_));
419 exc->private_[0] = (_Unwind_Ptr) stop;
420 exc->private_[4] = (_Unwind_Ptr) stop_argument;