/external/strace/tests-m32/ |
D | fstat64.c | 32 #ifdef __NR_fstat64 34 # define TEST_SYSCALL_NR __NR_fstat64
|
/external/strace/tests-mx32/ |
D | fstat64.c | 32 #ifdef __NR_fstat64 34 # define TEST_SYSCALL_NR __NR_fstat64
|
/external/strace/tests/ |
D | fstat64.c | 32 #ifdef __NR_fstat64 34 # define TEST_SYSCALL_NR __NR_fstat64
|
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-common.c | 320 # if defined(VGO_linux) && defined(__NR_fstat64) in ML_() 325 res = VG_(do_syscall2)(__NR_fstat64, fd, (UWord)&buf64); in ML_()
|
/external/valgrind/include/vki/ |
D | vki-scnums-arm-linux.h | 234 #define __NR_fstat64 197 macro
|
D | vki-scnums-ppc32-linux.h | 235 #define __NR_fstat64 197 macro
|
D | vki-scnums-x86-linux.h | 234 #define __NR_fstat64 197 macro
|
D | vki-scnums-solaris.h | 338 #define __NR_fstat64 SYS_fstat64 macro
|
D | vki-scnums-mips32-linux.h | 255 #define __NR_fstat64 (__NR_Linux + 215) macro
|
D | vki-scnums-darwin.h | 610 #define __NR_fstat64 VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(339) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_32.h | 201 #define __NR_fstat64 197 macro
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 751 #ifndef __NR_fstat64 752 #define __NR_fstat64 197 macro 870 #ifndef __NR_fstat64 871 #define __NR_fstat64 (__NR_SYSCALL_BASE + 197) macro 1155 #ifndef __NR_fstat64 1156 #define __NR_fstat64 (__NR_Linux + 215) macro 1423 #ifndef __NR_fstat64 1424 #define __NR_fstat64 197 macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 160 #define __NR_fstat64 (__NR_SYSCALL_BASE + 197) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 901 GO(__NR_fstat64, "2s 1m"); in main() 902 SY(__NR_fstat64, x0, x0); FAIL; in main()
|
D | scalar.stderr.exp | 2732 197: __NR_fstat64 2s 1m
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 1468 GO(__NR_fstat64, "2s 1m"); in main() 1469 SY(__NR_fstat64, x0, x0); FAIL; in main()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-ppc32-linux.c | 855 PLAXY(__NR_fstat64, sys_fstat64), // 197
|
D | syswrap-arm-linux.c | 791 PLAXY(__NR_fstat64, sys_fstat64), // 197
|
D | syswrap-mips32-linux.c | 934 PLAXY (__NR_fstat64, sys_fstat64), // 215
|
D | syswrap-x86-linux.c | 1400 PLAXY(__NR_fstat64, sys_fstat64), // 197
|
D | syswrap-darwin.c | 10318 MACXY(__NR_fstat64, fstat64),
|
/external/valgrind/coregrind/ |
D | m_libcfile.c | 403 # if defined(__NR_fstat64) in VG_() 405 res = VG_(do_syscall2)(__NR_fstat64, (UWord)fd, (UWord)&buf64); in VG_()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 937 #define __NR_fstat64 __NR3264_fstat
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 239 #define __NR_fstat64 (__NR_Linux + 215) macro
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 1104 #define __NR_fstat64 (__NR_SYSCALL_BASE+197)
|