Home | History | Annotate | Download | only in coregrind

Lines Matching refs:startRegs

351       UnwindStartRegs startRegs;
352 VG_(memset)(&startRegs, 0, sizeof(startRegs));
355 GET_STARTREGS(&startRegs);
357 startRegs = *startRegsIN;
368 &startRegs, stacktop
497 const UnwindStartRegs* startRegs )
502 report_and_quit(report, startRegs);
505 void VG_(core_panic_at) ( const HChar* str, const UnwindStartRegs* startRegs )
507 panic("valgrind", VG_BUGS_TO, str, startRegs);