/external/libchrome/sandbox/linux/system_headers/ |
D | x86_64_linux_syscalls.h | 365 #if !defined(__NR_symlink) 366 #define __NR_symlink 88 macro
|
D | x86_32_linux_syscalls.h | 345 #if !defined(__NR_symlink) 346 #define __NR_symlink 83 macro
|
D | mips64_linux_syscalls.h | 360 #if !defined(__NR_symlink) 361 #define __NR_symlink (__NR_Linux + 86) macro
|
D | arm_linux_syscalls.h | 264 #if !defined(__NR_symlink) 265 #define __NR_symlink (__NR_SYSCALL_BASE+83) macro
|
D | mips_linux_syscalls.h | 348 #if !defined(__NR_symlink) 349 #define __NR_symlink (__NR_Linux + 83) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-s390x-linux.h | 98 #define __NR_symlink 83 macro
|
D | vki-scnums-amd64-linux.h | 136 #define __NR_symlink 88 macro
|
D | vki-scnums-ppc32-linux.h | 120 #define __NR_symlink 83 macro
|
D | vki-scnums-x86-linux.h | 120 #define __NR_symlink 83 macro
|
D | vki-scnums-ppc64-linux.h | 120 #define __NR_symlink 83 macro
|
D | vki-scnums-arm-linux.h | 120 #define __NR_symlink 83 macro
|
D | vki-scnums-solaris.h | 328 #define __NR_symlink SYS_symlink macro
|
D | vki-scnums-mips64-linux.h | 125 #define __NR_symlink (__NR_Linux + 86) macro
|
D | vki-scnums-mips32-linux.h | 123 #define __NR_symlink (__NR_Linux + 83) macro
|
D | vki-scnums-darwin.h | 274 #define __NR_symlink VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(57) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 92 #define __NR_symlink 88 macro
|
D | unistd_32.h | 87 #define __NR_symlink 83 macro
|
D | unistd_x32.h | 81 #define __NR_symlink (__X32_SYSCALL_BIT + 88) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 106 #define __NR_symlink (__NR_Linux + 83) macro 486 #define __NR_symlink (__NR_Linux + 86) macro 823 #define __NR_symlink (__NR_Linux + 86) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 755 #define __NR_symlink 1036 macro 756 __SYSCALL(__NR_symlink, sys_symlink)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 111 #define __NR_symlink (__NR_SYSCALL_BASE+ 83) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 398 GO(__NR_symlink, "2s 2m"); in main() 399 SY(__NR_symlink, x0, x0); FAIL; in main()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 98 case __NR_symlink: in IsFileSystem()
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 995 GO(__NR_symlink, "2s 2m"); in main() 996 SY(__NR_symlink, x0, x0); FAIL; in main()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-ppc64-linux.c | 880 GENX_(__NR_symlink, sys_symlink), // 83
|