HomeSort by relevance Sort by last modified time
    Searched refs:__NR_fstat64 (Results 76 - 99 of 99) sorted by null

1 2 34

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
syscall.h 305 #define SYS_fstat64 __NR_fstat64
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h 305 #define SYS_fstat64 __NR_fstat64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h 305 #define SYS_fstat64 __NR_fstat64
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/
unistd.h 239 #define __NR_fstat64 (__NR_SYSCALL_BASE+197)
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/
unistd.h 239 #define __NR_fstat64 (__NR_SYSCALL_BASE+197)
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm/
unistd.h 239 #define __NR_fstat64 (__NR_SYSCALL_BASE+197)
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/
unistd.h 239 #define __NR_fstat64 (__NR_SYSCALL_BASE+197)
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/
unistd.h 239 #define __NR_fstat64 (__NR_SYSCALL_BASE+197)
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/
unistd.h 239 #define __NR_fstat64 (__NR_SYSCALL_BASE+197)
  /external/valgrind/main/coregrind/
m_libcfile.c 312 # if defined(__NR_fstat64)
314 res = VG_(do_syscall2)(__NR_fstat64, (UWord)fd, (UWord)&buf64);
322 # endif /* if defined(__NR_fstat64) */
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.c 881 // __NR_fstat64 197
882 GO(__NR_fstat64, "2s 1m");
883 SY(__NR_fstat64, x0, x0); FAIL;
    [all...]
scalar.stderr.exp     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 123 return syscall(__NR_fstat64, fd, buf);
  /external/valgrind/main/memcheck/tests/darwin/
scalar.c 601 // __NR_fstat64 339
    [all...]
  /bionic/libc/kernel/arch-mips/asm/
unistd.h 294 #define __NR_fstat64 (__NR_Linux + 215)
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
unistd.h 294 #define __NR_fstat64 (__NR_Linux + 215)
    [all...]
  /external/kernel-headers/original/asm-mips/
unistd.h 238 #define __NR_fstat64 (__NR_Linux + 215)
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
unistd.h 294 #define __NR_fstat64 (__NR_Linux + 215)
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
unistd.h 294 #define __NR_fstat64 (__NR_Linux + 215)
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc32-linux.c     [all...]
syswrap-arm-linux.c     [all...]
syswrap-mips32-linux.c     [all...]
syswrap-x86-linux.c     [all...]
syswrap-darwin.c     [all...]

Completed in 1799 milliseconds

1 2 34