HomeSort by relevance Sort by last modified time
    Searched refs:__NR_clone (Results 126 - 146 of 146) sorted by null

1 2 3 4 56

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/
unistd.h 152 #define __NR_clone (__NR_SYSCALL_BASE+120)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/
unistd.h 152 #define __NR_clone (__NR_SYSCALL_BASE+120)
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-linux.c 150 int $__NR_clone in r0 (sc number)
161 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
198 " li 0,"__NR_CLONE"\n" // syscall number
245 #undef __NR_CLONE
    [all...]
syswrap-amd64-linux.c 123 int $__NR_clone in %rax
132 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
153 " movq $"__NR_CLONE", %rax\n" // syscall number
184 #undef __NR_CLONE
    [all...]
syswrap-ppc32-linux.c 138 int $__NR_clone in r0 (sc number)
148 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
177 " li 0,"__NR_CLONE"\n" // syscall number
218 #undef __NR_CLONE
    [all...]
syswrap-s390x-linux.c 140 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
160 " svc " __NR_CLONE"\n" // clone()
179 #undef __NR_CLONE
    [all...]
syswrap-arm-linux.c 104 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
129 " mov r7, #"__NR_CLONE"\n"
149 #undef __NR_CLONE
    [all...]
syswrap-mips32-linux.c 134 int $__NR_clone in $v0
146 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
182 " li $2, " __NR_CLONE "\n\t" /* __NR_clone */
220 #undef __NR_CLONE
    [all...]
syswrap-x86-linux.c 122 int $__NR_clone in %eax
132 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
164 " movl $"__NR_CLONE", %eax\n"
190 #undef __NR_CLONE
    [all...]
syswrap-linux.c 432 res = VG_(do_syscall5)( __NR_clone, flags,
438 res = VG_(do_syscall5)( __NR_clone, flags,
443 res = VG_(do_syscall4)( __NR_clone, (UWord) NULL, flags,
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.c 551 // __NR_clone 120
555 GO(__NR_clone, "5s 3m");
556 SY(__NR_clone, x0|CLONE_PARENT_SETTID|CLONE_SETTLS|CLONE_CHILD_SETTID|SIGCHLD, x0, x0, x0, x0); FAIL;
    [all...]
scalar.stderr.exp     [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf_unittest.cc     [all...]
  /development/ndk/platforms/android-9/arch-mips/include/sys/
linux-syscalls.h 71 #define __NR_clone (__NR_SYSCALL_BASE + 120)
    [all...]
  /external/chromium_org/base/process/
launch_posix.cc 425 pid = syscall(__NR_clone, options.clone_flags, 0, 0, 0);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
linux-syscalls.h 71 #define __NR_clone (__NR_SYSCALL_BASE + 120)
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
linux-syscalls.h 71 #define __NR_clone (__NR_SYSCALL_BASE + 120)
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
linux-syscalls.h 71 #define __NR_clone (__NR_SYSCALL_BASE + 120)
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
linux-syscalls.h 71 #define __NR_clone (__NR_SYSCALL_BASE + 120)
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
linux-syscalls.h 71 #define __NR_clone (__NR_SYSCALL_BASE + 120)
    [all...]
  /external/valgrind/main/memcheck/tests/darwin/
scalar.c 1138 // __NR_clone 120
1143 GO(__NR_clone, "4s 0m");
1144 SY(__NR_clone, x0|CLONE_PARENT_SETTID|SIGCHLD, x0, x0, x0); FAIL;
    [all...]

Completed in 315 milliseconds

1 2 3 4 56