Home
last modified time | relevance | path

Searched refs:orig_args (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-main.c1668 SyscallArgs orig_args; member
1821 getSyscallArgsFromGuestState( &sci->orig_args, &tst->arch.vex, trc ); in VG_()
1825 sci->args = sci->orig_args; in VG_()
1829 sysno = sci->orig_args.sysno; in VG_()
1891 tmpv[0] = sci->orig_args.arg1; in VG_()
1892 tmpv[1] = sci->orig_args.arg2; in VG_()
1893 tmpv[2] = sci->orig_args.arg3; in VG_()
1894 tmpv[3] = sci->orig_args.arg4; in VG_()
1895 tmpv[4] = sci->orig_args.arg5; in VG_()
1896 tmpv[5] = sci->orig_args.arg6; in VG_()
[all …]