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

1 2 3 4 5 6

  /external/valgrind/main/memcheck/tests/darwin/
scalar_vfork.c 7 // __NR_vfork --> __NR_fork [we can't use vfork()]
8 GO(__NR_vfork, 66, "0e");
9 SY(__NR_vfork);
scalar_vfork.stderr.exp 2 x2000042(66): __NR_vfork 0e
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar_vfork.c 9 // __NR_vfork 190 --> arch/sys_fork() [we can't use sys_vfork()]
10 GO(__NR_vfork, "0e");
11 SY(__NR_vfork);
scalar_vfork.stderr.exp 2 190: __NR_vfork 0e
  /bionic/libc/arch-arm/syscalls/
vfork.S 8 ldr r7, =__NR_vfork
  /bionic/libc/arch-x86/bionic/
vfork.S 12 movl $__NR_vfork, %eax
  /external/oprofile/module/x86/
op_syscalls.c 315 old_sys_vfork = sys_call_table[__NR_vfork];
329 sys_call_table[__NR_vfork] = my_sys_vfork;
343 sys_call_table[__NR_vfork] = old_sys_vfork;
  /external/valgrind/main/include/vki/
vki-scnums-amd64-linux.h 102 #define __NR_vfork 58
vki-scnums-s390x-linux.h 188 #define __NR_vfork 190
  /development/ndk/platforms/android-9/include/sys/
linux-syscalls.h 138 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
239 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
  /external/chromium_org/sandbox/linux/services/
x86_64_linux_syscalls.h 245 #if !defined(__NR_vfork)
246 #define __NR_vfork 58
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/sys/
linux-syscalls.h 138 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
239 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/sys/
linux-syscalls.h 138 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
239 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/sys/
linux-syscalls.h 138 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
239 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
linux-syscalls.h 138 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
239 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
linux-syscalls.h 138 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
239 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
linux-syscalls.h 138 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
239 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
linux-syscalls.h 138 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
239 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/sys/
linux-syscalls.h 138 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
239 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/
linux-syscalls.h 138 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
239 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
linux-syscalls.h 138 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
239 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
linux-syscalls.h 138 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
239 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/sys/
linux-syscalls.h 138 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
239 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/
linux-syscalls.h 138 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
239 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
linux-syscalls.h 138 #define __NR_vfork (__NR_SYSCALL_BASE + 190)
239 #define __NR_vfork (__NR_SYSCALL_BASE + 190)

Completed in 71 milliseconds

1 2 3 4 5 6