Searched defs:orig_args (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c112 and also a copy in "orig_args".
124 appropriately. It may modify the args; this is why "orig_args"
1156 SyscallArgs orig_args; member in struct:__anon13778
1298 getSyscallArgsFromGuestState( &sci->orig_args, &tst->arch.vex, trc );
1300 /* Copy .orig_args to .args. The pre-handler may modify .args, but
1302 sci->args = sci->orig_args;
1306 sysno = sci->orig_args.sysno;
1357 sci->orig_args contains the original args.
1358 sci->args is the same as sci->orig_args.
1368 tmpv[0] = sci->orig_args
[all...]

Completed in 143 milliseconds