/external/valgrind/main/include/vki/ |
D | vki-scnums-s390x-linux.h | 48 #define __NR_open 5 macro
|
D | vki-scnums-ppc64-linux.h | 42 #define __NR_open 5 macro
|
D | vki-scnums-amd64-linux.h | 39 #define __NR_open 2 macro
|
D | vki-scnums-x86-linux.h | 42 #define __NR_open 5 macro
|
D | vki-scnums-arm-linux.h | 42 #define __NR_open 5 macro
|
D | vki-scnums-ppc32-linux.h | 42 #define __NR_open 5 macro
|
D | vki-scnums-darwin.h | 200 #define __NR_open VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(5) macro
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.c | 58 GO(__NR_open, "(2-args) 2s 1m"); in main() 59 SY(__NR_open, x0, x0); FAIL; in main() 64 GO(__NR_open, "(3-args) 1s 0m"); in main() 65 SY(__NR_open, "scalar.c", O_CREAT|O_EXCL, x0); FAIL; in main()
|
D | scalar.stderr.exp | 55 5: __NR_open (2-args) 2s 1m 71 5: __NR_open (3-args) 1s 0m
|
/external/kernel-headers/original/asm-x86/ |
D | unistd_32.h | 13 #define __NR_open 5 macro
|
/external/valgrind/main/memcheck/tests/darwin/ |
D | scalar.c | 37 GO(__NR_open, 5, "(2-args) 2s 1m"); in main() 38 SY(__NR_open, x0, x0); FAIL; in main() 42 GO(__NR_open, 5, "(3-args) 1s 0m"); in main() 43 SY(__NR_open, "scalar.c", O_CREAT|O_EXCL, x0); FAIL; in main()
|
D | scalar.stderr.exp | 43 x2000005(5): __NR_open (2-args) 2s 1m 56 x2000005(5): __NR_open (3-args) 1s 0m
|
/external/kernel-headers/original/asm-mips/ |
D | unistd.h | 28 #define __NR_open (__NR_Linux + 5) macro 372 #define __NR_open (__NR_Linux + 2) macro 678 #define __NR_open (__NR_Linux + 2) macro
|
/external/strace/ |
D | syscall-android.h | 160 #define SYS_open __NR_open
|
/external/compiler-rt/lib/asan/ |
D | asan_linux.cc | 127 return syscall(__NR_open, filename, O_RDONLY); in AsanOpenReadonly()
|
/external/valgrind/main/coregrind/m_aspacemgr/ |
D | aspacemgr-common.c | 245 SysRes res = VG_(do_syscall3)(__NR_open, (UWord)pathname, flags, mode); in ML_()
|
/external/kernel-headers/original/asm-arm/ |
D | unistd.h | 33 #define __NR_open (__NR_SYSCALL_BASE+ 5) macro
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-ppc64-linux.c | 1105 GENXY(__NR_open, sys_open), // 5
|
D | syswrap-ppc32-linux.c | 1458 GENXY(__NR_open, sys_open), // 5
|
D | syswrap-amd64-linux.c | 1058 GENXY(__NR_open, sys_open), // 2
|
D | syswrap-s390x-linux.c | 1114 GENXY(__NR_open, sys_open), // 5
|
D | syswrap-arm-linux.c | 1381 GENXY(__NR_open, sys_open), // 5
|
D | syswrap-x86-linux.c | 1821 GENXY(__NR_open, sys_open), // 5
|
/external/valgrind/main/coregrind/ |
D | m_libcfile.c | 121 SysRes res = VG_(do_syscall3)(__NR_open, in VG_()
|
/external/valgrind/main/docs/internals/ |
D | porting-to-ARM.txt | 912 #define __NR_open (__NR_SYSCALL_BASE+ 5)
|