/external/chromium_org/sandbox/linux/services/ |
D | x86_64_linux_syscalls.h | 33 #if !defined(__NR_fstat) 34 #define __NR_fstat 5 macro
|
D | x86_32_linux_syscalls.h | 445 #if !defined(__NR_fstat) 446 #define __NR_fstat 108 macro
|
D | arm_linux_syscalls.h | 338 #if !defined(__NR_fstat) 339 #define __NR_fstat (__NR_SYSCALL_BASE+108) macro
|
/external/valgrind/main/include/vki/ |
D | vki-scnums-s390x-linux.h | 119 #define __NR_fstat 108 macro
|
D | vki-scnums-ppc64-linux.h | 145 #define __NR_fstat 108 macro
|
D | vki-scnums-amd64-linux.h | 42 #define __NR_fstat 5 macro
|
D | vki-scnums-ppc32-linux.h | 145 #define __NR_fstat 108 macro
|
D | vki-scnums-x86-linux.h | 145 #define __NR_fstat 108 macro
|
D | vki-scnums-arm-linux.h | 145 #define __NR_fstat 108 macro
|
D | vki-scnums-mips32-linux.h | 148 #define __NR_fstat (__NR_Linux + 108) macro
|
D | vki-scnums-darwin.h | 388 #define __NR_fstat VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(189) macro
|
/external/kernel-headers/original/asm-x86/ |
D | unistd_32.h | 116 #define __NR_fstat 108 macro
|
/external/kernel-headers/original/asm-mips/ |
D | unistd.h | 131 #define __NR_fstat (__NR_Linux + 108) macro 392 #define __NR_fstat (__NR_Linux + 5) macro 715 #define __NR_fstat (__NR_Linux + 5) macro
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
D | demo.cc | 257 case __NR_fstat: in Evaluator()
|
/external/valgrind/main/coregrind/m_aspacemgr/ |
D | aspacemgr-common.c | 300 res = VG_(do_syscall2)(__NR_fstat, fd, (UWord)&buf); in ML_()
|
/external/kernel-headers/original/asm-arm/ |
D | unistd.h | 136 #define __NR_fstat (__NR_SYSCALL_BASE+108) macro
|
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 156 case __NR_fstat: in IsAllowedFileSystemAccessViaFd()
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.c | 501 GO(__NR_fstat, "2s 1m"); in main() 502 SY(__NR_fstat, x0, x0); FAIL; in main()
|
/external/valgrind/main/memcheck/tests/darwin/ |
D | scalar.c | 1092 GO(__NR_fstat, "2s 1m"); in main() 1093 SY(__NR_fstat, x0, x0); FAIL; in main()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux.cc | 163 return internal_syscall(__NR_fstat, fd, buf); in internal_fstat()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-ppc64-linux.c | 1229 GENXY(__NR_fstat, sys_newfstat), // 108
|
D | syswrap-ppc32-linux.c | 1583 GENXY(__NR_fstat, sys_newfstat), // 108
|
D | syswrap-s390x-linux.c | 1246 GENXY(__NR_fstat, sys_newfstat), // 108
|
D | syswrap-amd64-linux.c | 1078 GENXY(__NR_fstat, sys_newfstat), // 5
|
/external/valgrind/main/coregrind/ |
D | m_libcfile.c | 324 res = VG_(do_syscall2)(__NR_fstat, (UWord)fd, (UWord)&buf); in VG_()
|