Searched refs:__NR_fstat64 (Results 1 - 25 of 25) sorted by relevance

/external/strace/tests/
H A Dfstat64.c32 #ifdef __NR_fstat64
34 # define TEST_SYSCALL_NR __NR_fstat64
43 SKIP_MAIN_UNDEFINED("__NR_fstat64")
/external/strace/tests-m32/
H A Dfstat64.c32 #ifdef __NR_fstat64
34 # define TEST_SYSCALL_NR __NR_fstat64
43 SKIP_MAIN_UNDEFINED("__NR_fstat64")
/external/strace/tests-mx32/
H A Dfstat64.c32 #ifdef __NR_fstat64
34 # define TEST_SYSCALL_NR __NR_fstat64
43 SKIP_MAIN_UNDEFINED("__NR_fstat64")
/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-common.c320 # if defined(VGO_linux) && defined(__NR_fstat64)
325 res = VG_(do_syscall2)(__NR_fstat64, fd, (UWord)&buf64);
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h201 #define __NR_fstat64 197 macro
/external/valgrind/include/vki/
H A Dvki-scnums-arm-linux.h234 #define __NR_fstat64 197 macro
H A Dvki-scnums-ppc32-linux.h235 #define __NR_fstat64 197 macro
H A Dvki-scnums-solaris.h338 #define __NR_fstat64 SYS_fstat64 macro
H A Dvki-scnums-x86-linux.h234 #define __NR_fstat64 197 macro
H A Dvki-scnums-mips32-linux.h255 #define __NR_fstat64 (__NR_Linux + 215) macro
H A Dvki-scnums-darwin.h610 #define __NR_fstat64 VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(339) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd-common.h160 #define __NR_fstat64 (__NR_SYSCALL_BASE + 197) macro
/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h751 #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/valgrind/memcheck/tests/x86-linux/
H A Dscalar.c900 // __NR_fstat64 197
901 GO(__NR_fstat64, "2s 1m");
902 SY(__NR_fstat64, x0, x0); FAIL;
H A Dscalar.stderr.exp2732 197: __NR_fstat64 2s 1m
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-ppc32-linux.c855 PLAXY(__NR_fstat64, sys_fstat64), // 197
H A Dsyswrap-arm-linux.c791 PLAXY(__NR_fstat64, sys_fstat64), // 197
H A Dsyswrap-mips32-linux.c934 PLAXY (__NR_fstat64, sys_fstat64), // 215
H A Dsyswrap-x86-linux.c1400 PLAXY(__NR_fstat64, sys_fstat64), // 197
H A Dsyswrap-darwin.c10318 MACXY(__NR_fstat64, fstat64),
H A Dsyswrap-solaris.c10999 PLAXY(__NR_fstat64, sys_fstat64), /* 217 */
/external/valgrind/memcheck/tests/darwin/
H A Dscalar.c607 // __NR_fstat64 339
1467 // __NR_fstat64 197
1468 GO(__NR_fstat64, "2s 1m");
1469 SY(__NR_fstat64, x0, x0); FAIL;
/external/valgrind/coregrind/
H A Dm_libcfile.c403 # if defined(__NR_fstat64)
405 res = VG_(do_syscall2)(__NR_fstat64, (UWord)fd, (UWord)&buf64);
413 # endif /* if defined(__NR_fstat64) */
/external/kernel-headers/original/uapi/asm-generic/
H A Dunistd.h937 #define __NR_fstat64 __NR3264_fstat
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h239 #define __NR_fstat64 (__NR_Linux + 215) macro

Completed in 524 milliseconds