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

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-common.c287 # if defined(VGO_linux) && defined(__NR_fstat64)
292 res = VG_(do_syscall2)(__NR_fstat64, fd, (UWord)&buf64);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc73 if (syscall(__NR_fstat64, fd, &st))
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h205 #define __NR_fstat64 197 macro
/external/valgrind/main/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-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/strace/
H A Dsyscall-android.h59 #define SYS_fstat64 __NR_fstat64
/external/kernel-headers/original/asm-arm/
H A Dunistd.h225 #define __NR_fstat64 (__NR_SYSCALL_BASE+197) macro
/external/valgrind/main/coregrind/
H A Dm_libcfile.c310 # if defined(__NR_fstat64)
312 res = VG_(do_syscall2)(__NR_fstat64, (UWord)fd, (UWord)&buf64);
320 # endif /* if defined(__NR_fstat64) */
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c881 // __NR_fstat64 197
882 GO(__NR_fstat64, "2s 1m");
883 SY(__NR_fstat64, x0, x0); FAIL;
H A Dscalar.stderr.exp2586 197: __NR_fstat64 2s 1m
/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/kernel-headers/original/asm-mips/
H A Dunistd.h238 #define __NR_fstat64 (__NR_Linux + 215) macro
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc32-linux.c1691 PLAXY(__NR_fstat64, sys_fstat64), // 197
H A Dsyswrap-arm-linux.c1614 PLAXY(__NR_fstat64, sys_fstat64), // 197
H A Dsyswrap-x86-linux.c2054 PLAXY(__NR_fstat64, sys_fstat64), // 197
H A Dsyswrap-darwin.c8193 MACXY(__NR_fstat64, fstat64),

Completed in 122 milliseconds