Searched refs:__NR_clone (Results 1 – 19 of 19) sorted by relevance
/external/ltp/testcases/misc/crash/ |
D | crash02.c | 472 #if defined(__NR_clone) && __NR_clone in in_blacklist()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux_s390.cc | 109 : "i"(__NR_clone), "i"(__NR_exit), in internal_clone()
|
D | sanitizer_linux.cc | 1040 "i"(__NR_clone), in internal_clone() 1092 "i"(__NR_clone), "i"(__NR_exit) in internal_clone() 1170 "i" (__NR_clone), "i" (__NR_exit), in internal_clone()
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 174 #ifdef __NR_clone 175 { "clone", __NR_clone },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 60 #define __NR_clone 56 macro
|
D | unistd_32.h | 124 #define __NR_clone 120 macro
|
D | unistd_x32.h | 50 #define __NR_clone (__X32_SYSCALL_BIT + 56) macro
|
/external/strace/ |
D | scno.h | 176 #ifndef __NR_clone 177 # define __NR_clone (SYSCALL_BIT | 56) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 607 #define __NR_clone 220 macro 608 __SYSCALL(__NR_clone, sys_clone)
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd_n64.h | 59 #define __NR_clone (__NR_Linux + 55) macro
|
D | unistd_n32.h | 59 #define __NR_clone (__NR_Linux + 55) macro
|
D | unistd_o32.h | 124 #define __NR_clone (__NR_Linux + 120) macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 91 #define __NR_clone (__NR_SYSCALL_BASE + 120) macro
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 1825 : "0"(-EINVAL), "i"(__NR_clone), in LSS_NAME() 2131 : "0"(-EINVAL), "i"(__NR_clone), "i"(__NR_exit), in LSS_NAME() 2438 "i"(__NR_clone), "i"(__NR_exit) in LSS_NAME() 2559 "i"(__NR_clone), "i"(__NR_exit) in LSS_NAME() 2782 : "i"(-EINVAL), "i"(__NR_clone), "i"(__NR_exit), in LSS_NAME() 2964 "i" (__NR_clone), "i" (__NR_exit), in LSS_NAME()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 615 __NR_clone = 120
|
D | sys_amd64.const | 615 __NR_clone = 56
|
D | sys_arm.const | 615 __NR_clone = 120
|
D | sys_ppc64le.const | 615 __NR_clone = 120
|
D | sys_arm64.const | 615 __NR_clone = 220
|