HomeSort by relevance Sort by last modified time
    Searched defs:__NR_newfstatat (Results 1 - 19 of 19) sorted by null

  /libcore/ojluni/src/main/native/
UnixNativeDispatcher.c 153 #ifndef __NR_newfstatat
154 #define __NR_newfstatat 262
156 return syscall(__NR_newfstatat, dfd, path, statbuf, flag);
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 283 #define __NR_newfstatat 262
unistd_x32.h 250 #define __NR_newfstatat (__X32_SYSCALL_BIT + 262)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 266 #define __NR_newfstatat 262
unistd_x32.h 233 #define __NR_newfstatat (__X32_SYSCALL_BIT + 262)
  /external/strace/
scno.h 245 #ifndef __NR_newfstatat
246 # define __NR_newfstatat (SYSCALL_BIT | 79)
926 #ifndef __NR_newfstatat
927 # define __NR_newfstatat (SYSCALL_BIT | 1054)
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 346 #define __NR_newfstatat 262
vki-scnums-arm64-linux.h 394 //#define __NR_newfstatat 1054
396 //__SYSCALL(__NR_newfstatat, sys_newfstatat)
487 #define __NR_newfstatat __NR3264_fstatat
vki-scnums-mips64-linux.h 291 #define __NR_newfstatat (__NR_Linux + 252)
vki-scnums-s390x-linux.h 368 #define __NR_newfstatat 293
vki-scnums-ppc64-linux.h 328 #define __NR_newfstatat 291
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 781 #define __NR_newfstatat 1054
783 __SYSCALL(__NR_newfstatat, sys_newfstatat)
879 #define __NR_newfstatat __NR3264_fstatat
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 362 #define __NR_newfstatat 1054
413 #define __NR_newfstatat __NR3264_fstatat
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd.h 647 #define __NR_newfstatat (__NR_Linux + 252)
    [all...]
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 1003 #ifndef __NR_newfstatat
1004 #define __NR_newfstatat 79
    [all...]
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 822 #define __NR_newfstatat 1054
824 __SYSCALL(__NR_newfstatat, sys_newfstatat)
920 #define __NR_newfstatat __NR3264_fstatat
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd.h 661 #define __NR_newfstatat (__NR_Linux + 252)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
unistd_64.h 589 #define __NR_newfstatat 262
590 __SYSCALL(__NR_newfstatat, sys_newfstatat)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
unistd_64.h 589 #define __NR_newfstatat 262
590 __SYSCALL(__NR_newfstatat, sys_newfstatat)

Completed in 1017 milliseconds