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

  /external/strace/tests/
execveat.c 35 #ifdef __NR_execveat
65 syscall(__NR_execveat, -100, FILENAME, tail_argv, tail_envp, 0x1100);
86 syscall(__NR_execveat, -100, FILENAME, tail_argv, tail_envp, 0x1100);
102 syscall(__NR_execveat, -100, FILENAME, tail_argv + 2, tail_envp + 1, 0x1100);
122 syscall(__NR_execveat, -100, FILENAME, empty, empty, 0x1100);
153 syscall(__NR_execveat, -100, FILENAME, a, b, 0x1100);
173 syscall(__NR_execveat, -100, FILENAME, a + 1, b + 1, 0x1100);
188 syscall(__NR_execveat, -100, FILENAME, NULL, efault, 0x1100);
193 syscall(__NR_execveat, -100, FILENAME, efault, NULL, 0x1100);
204 SKIP_MAIN_UNDEFINED("__NR_execveat")
    [all...]
  /external/strace/tests-m32/
execveat.c 35 #ifdef __NR_execveat
65 syscall(__NR_execveat, -100, FILENAME, tail_argv, tail_envp, 0x1100);
86 syscall(__NR_execveat, -100, FILENAME, tail_argv, tail_envp, 0x1100);
102 syscall(__NR_execveat, -100, FILENAME, tail_argv + 2, tail_envp + 1, 0x1100);
122 syscall(__NR_execveat, -100, FILENAME, empty, empty, 0x1100);
153 syscall(__NR_execveat, -100, FILENAME, a, b, 0x1100);
173 syscall(__NR_execveat, -100, FILENAME, a + 1, b + 1, 0x1100);
188 syscall(__NR_execveat, -100, FILENAME, NULL, efault, 0x1100);
193 syscall(__NR_execveat, -100, FILENAME, efault, NULL, 0x1100);
204 SKIP_MAIN_UNDEFINED("__NR_execveat")
    [all...]
  /external/strace/tests-mx32/
execveat.c 35 #ifdef __NR_execveat
65 syscall(__NR_execveat, -100, FILENAME, tail_argv, tail_envp, 0x1100);
86 syscall(__NR_execveat, -100, FILENAME, tail_argv, tail_envp, 0x1100);
102 syscall(__NR_execveat, -100, FILENAME, tail_argv + 2, tail_envp + 1, 0x1100);
122 syscall(__NR_execveat, -100, FILENAME, empty, empty, 0x1100);
153 syscall(__NR_execveat, -100, FILENAME, a, b, 0x1100);
173 syscall(__NR_execveat, -100, FILENAME, a + 1, b + 1, 0x1100);
188 syscall(__NR_execveat, -100, FILENAME, NULL, efault, 0x1100);
193 syscall(__NR_execveat, -100, FILENAME, efault, NULL, 0x1100);
204 SKIP_MAIN_UNDEFINED("__NR_execveat")
    [all...]
  /external/honggfuzz/linux/
arch.c 187 #if defined(__NR_execveat)
188 syscall(__NR_execveat, run->global->linux.exeFd, "", args, environ, AT_EMPTY_PATH);
  /external/linux-kselftest/tools/testing/selftests/exec/
execveat.c 30 #ifdef __NR_execveat
31 return syscall(__NR_execveat, fd, path, argv, envp, flags);
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 309 #define __NR_execveat 281
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 375 #define __NR_execveat 358
unistd_64.h 343 #define __NR_execveat 322
unistd_x32.h 340 #define __NR_execveat (__X32_SYSCALL_BIT + 545)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 358 #define __NR_execveat 358
unistd_64.h 326 #define __NR_execveat 322
unistd_x32.h 323 #define __NR_execveat (__X32_SYSCALL_BIT + 545)
  /external/valgrind/include/vki/
vki-scnums-x86-linux.h 395 #define __NR_execveat 358
  /bionic/libc/include/bits/
glibc-syscalls.h 166 #if defined(__NR_execveat)
167 #define SYS_execveat __NR_execveat
  /external/strace/
scno.h 803 #ifndef __NR_execveat
804 # define __NR_execveat (SYSCALL_BIT | 281)
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd.h 379 #define __NR_execveat (__NR_Linux + 356)
711 #define __NR_execveat (__NR_Linux + 316)
    [all...]
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd.h 380 #define __NR_execveat (__NR_Linux + 356)
725 #define __NR_execveat (__NR_Linux + 316)
    [all...]
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h 363 #define __NR_execveat (__NR_SYSCALL_BASE + 387)
  /external/kernel-headers/original/uapi/asm-arm/asm/
unistd-common.h 346 #define __NR_execveat (__NR_SYSCALL_BASE + 387)
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 713 #define __NR_execveat 281
714 __SC_COMP(__NR_execveat, sys_execveat, compat_sys_execveat)

Completed in 623 milliseconds