HomeSort by relevance Sort by last modified time
    Searched refs:__NR_execve (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /bionic/libc/arch-arm/syscalls/
execve.S 8 ldr r7, =__NR_execve
  /bionic/libc/arch-x86/syscalls/
execve.S 16 movl $__NR_execve, %eax
  /external/oprofile/module/ia64/
op_syscalls.c 334 fdesc_execve.ip = sys_call_table[__NR_execve - __NR_ni_syscall];
355 sys_call_table[__NR_execve - __NR_ni_syscall] =
373 sys_call_table[__NR_execve - __NR_ni_syscall] =
  /external/oprofile/module/x86/
op_syscalls.c 317 old_sys_execve = sys_call_table[__NR_execve];
331 sys_call_table[__NR_execve] = my_sys_execve;
345 sys_call_table[__NR_execve] = old_sys_execve;
  /external/valgrind/main/include/vki/
vki-scnums-amd64-linux.h 103 #define __NR_execve 59
vki-scnums-s390x-linux.h 54 #define __NR_execve 11
vki-scnums-arm-linux.h 48 #define __NR_execve 11
vki-scnums-ppc32-linux.h 48 #define __NR_execve 11
vki-scnums-ppc64-linux.h 48 #define __NR_execve 11
vki-scnums-x86-linux.h 48 #define __NR_execve 11
  /bionic/libc/include/sys/
linux-syscalls.h 14 #define __NR_execve (__NR_SYSCALL_BASE + 11)
  /bionic/libc/kernel/arch-x86/asm/
unistd_32.h 35 #define __NR_execve 11
  /development/ndk/platforms/android-3/include/sys/
linux-syscalls.h 14 #define __NR_execve (__NR_SYSCALL_BASE + 11)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
unistd_32.h 35 #define __NR_execve 11
  /external/kernel-headers/original/asm-x86/
unistd_32.h 19 #define __NR_execve 11
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
unistd_32.h 19 #define __NR_execve 11
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_32.h 19 #define __NR_execve 11
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_32.h 19 #define __NR_execve 11
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
linux-syscalls.h 14 #define __NR_execve (__NR_SYSCALL_BASE + 11)
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
linux-syscalls.h 14 #define __NR_execve (__NR_SYSCALL_BASE + 11)
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
linux-syscalls.h 14 #define __NR_execve (__NR_SYSCALL_BASE + 11)
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
unistd_32.h 26 #define __NR_execve 11
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
linux-syscalls.h 14 #define __NR_execve (__NR_SYSCALL_BASE + 11)
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
linux-syscalls.h 14 #define __NR_execve (__NR_SYSCALL_BASE + 11)
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
unistd_32.h 26 #define __NR_execve 11

Completed in 292 milliseconds

1 2 3 4