HomeSort by relevance Sort by last modified time
    Searched refs:SYS_execve (Results 1 - 8 of 8) sorted by null

  /external/valgrind/memcheck/tests/solaris/
execx.c 1 /* Tests variant of SYS_execve where the first argument is a file descriptor. */
12 int ret = syscall(SYS_execve, -1, 0, 0, 0);
19 int ret = syscall(SYS_execve, -1, 0, 0, EXEC_DESCRIPTOR);
scalar.c     [all...]
scalar.stderr.exp 999 59: SYS_execve 3s 1m
    [all...]
  /external/valgrind/include/vki/
vki-scnums-solaris.h 116 #define __NR_execve SYS_execve
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
syscall.h 48 #define SYS_execve __NR_execve
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
syscall.h 49 #define SYS_execve __NR_execve
399 #define SYS_execve __NR_execve
  /bionic/libc/include/bits/
glibc-syscalls.h 164 #define SYS_execve __NR_execve
  /external/valgrind/
configure     [all...]

Completed in 6171 milliseconds