Home | History | Annotate | Download | only in m_syswrap

Lines Matching full:sys_execve

786 //--- PRE(sys_execve) ---//
827 PRE(sys_execve)
839 PRINT("sys_execve ( %#lx(%s), %#lx, %#lx )", ARG1, (Char*)ARG1, ARG2, ARG3);
1059 VG_(message)(Vg_UserMsg, "Add more stringent tests in PRE(sys_execve), "