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

/external/valgrind/main/include/vki/
H A Dvki-scnums-ppc32-linux.h235 #define __NR_fstat64 197 macro
H A Dvki-scnums-arm-linux.h234 #define __NR_fstat64 197 macro
H A Dvki-scnums-x86-linux.h234 #define __NR_fstat64 197 macro
H A Dvki-scnums-darwin.h556 #define __NR_fstat64 VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(339) macro
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-common.c295 # if defined(VGO_linux) && defined(__NR_fstat64)
300 res = VG_(do_syscall2)(__NR_fstat64, fd, (UWord)&buf64);
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h205 #define __NR_fstat64 197 macro
/external/strace/
H A Dsyscall-android.h59 #define SYS_fstat64 __NR_fstat64
/external/valgrind/main/coregrind/
H A Dm_libcfile.c303 # if defined(__NR_fstat64)
305 res = VG_(do_syscall2)(__NR_fstat64, (UWord)fd, (UWord)&buf64);
313 # endif /* if defined(__NR_fstat64) */
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c879 // __NR_fstat64 197
880 GO(__NR_fstat64, "2s 1m");
881 SY(__NR_fstat64, x0, x0); FAIL;
H A Dscalar.stderr.exp2129 197: __NR_fstat64 2s 1m
/external/kernel-headers/original/asm-arm/
H A Dunistd.h225 #define __NR_fstat64 (__NR_SYSCALL_BASE+197) macro
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c601 // __NR_fstat64 339
1461 // __NR_fstat64 197
1462 GO(__NR_fstat64, "2s 1m");
1463 SY(__NR_fstat64, x0, x0); FAIL;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc32-linux.c1673 PLAXY(__NR_fstat64, sys_fstat64), // 197
H A Dsyswrap-arm-linux.c1473 PLAXY(__NR_fstat64, sys_fstat64), // 197
H A Dsyswrap-x86-linux.c2030 PLAXY(__NR_fstat64, sys_fstat64), // 197
H A Dsyswrap-darwin.c7963 MACXY(__NR_fstat64, fstat64),
/external/valgrind/main/exp-ptrcheck/
H A Dh_main.c2269 # if defined(__NR_fstat64)
2270 ADD(0, __NR_fstat64);

Completed in 277 milliseconds