Searched defs:vex_shadow2 (Results 1 - 12 of 12) sorted by path

/external/valgrind/coregrind/m_sigframe/
H A Dsigframe-amd64-darwin.c67 VexGuestAMD64State vex_shadow2; member in struct:hacky_sigframe
181 VG_(memset)(&frame->vex_shadow2, 0, sizeof(VexGuestAMD64State));
188 frame->vex_shadow2 = tst->arch.vex_shadow2;
259 tst->arch.vex_shadow2 = frame->vex_shadow2;
H A Dsigframe-amd64-linux.c100 VexGuestAMD64State vex_shadow2; member in struct:vg_sigframe
386 frame->vex_shadow2 = tst->arch.vex_shadow2;
524 tst->arch.vex_shadow2 = frame->vex_shadow2;
H A Dsigframe-arm-linux.c69 VexGuestARMState vex_shadow2; member in struct:vg_sig_private
156 priv->vex_shadow2 = tst->arch.vex_shadow2;
303 tst->arch.vex_shadow2 = priv->vex_shadow2;
H A Dsigframe-arm64-linux.c66 VexGuestARM64State vex_shadow2; member in struct:vg_sig_private
149 priv->vex_shadow2 = tst->arch.vex_shadow2;
279 tst->arch.vex_shadow2 = priv->vex_shadow2;
H A Dsigframe-mips32-linux.c55 VexGuestMIPS32State vex_shadow2; member in struct:vg_sig_private
254 priv->vex_shadow2 = tst->arch.vex_shadow2;
337 tst->arch.vex_shadow2 = priv1->vex_shadow2;
H A Dsigframe-mips64-linux.c54 VexGuestMIPS64State vex_shadow2; member in struct:vg_sig_private
195 priv->vex_shadow2 = tst->arch.vex_shadow2;
264 tst->arch.vex_shadow2 = priv1->vex_shadow2;
H A Dsigframe-ppc32-linux.c100 VexGuestPPC32State vex_shadow2; member in struct:vg_sig_private
727 priv->vex_shadow2 = tst->arch.vex_shadow2;
898 tst->arch.vex_shadow2 = priv->vex_shadow2;
H A Dsigframe-ppc64-linux.c104 VexGuestPPC64State vex_shadow2; member in struct:vg_sig_private
277 priv->vex_shadow2 = tst->arch.vex_shadow2;
342 tst->arch.vex_shadow2 = priv->vex_shadow2;
H A Dsigframe-s390x-linux.c103 VexGuestS390XState vex_shadow2; member in struct:vg_sigframe
272 frame->vex_shadow2 = tst->arch.vex_shadow2;
463 tst->arch.vex_shadow2 = frame->vex_shadow2;
H A Dsigframe-x86-darwin.c70 VexGuestX86State vex_shadow2; member in struct:hacky_sigframe
169 VG_(memset)(&frame->vex_shadow2, 0, sizeof(VexGuestX86State));
176 frame->vex_shadow2 = tst->arch.vex_shadow2;
246 tst->arch.vex_shadow2 = frame->vex_shadow2;
H A Dsigframe-x86-linux.c105 VexGuestX86State vex_shadow2; member in struct:vg_sigframe
405 frame->vex_shadow2 = tst->arch.vex_shadow2;
597 tst->arch.vex_shadow2 = frame->vex_shadow2;
/external/valgrind/coregrind/
H A Dpub_core_threadstate.h105 VexGuestArchState vex_shadow2 member in struct:__anon24821

Completed in 280 milliseconds