HomeSort by relevance Sort by last modified time
    Searched defs:__NR_read (Results 1 - 25 of 29) sorted by null

1 2

  /external/valgrind/include/vki/
vki-scnums-solaris.h 69 #define __NR_read SYS_read
vki-scnums-amd64-linux.h 37 #define __NR_read 0
vki-scnums-arm64-linux.h 102 #define __NR_read 63
vki-scnums-mips64-linux.h 39 #define __NR_read (__NR_Linux + 0)
vki-scnums-s390x-linux.h 46 #define __NR_read 3
vki-scnums-arm-linux.h 40 #define __NR_read 3
vki-scnums-mips32-linux.h 43 #define __NR_read (__NR_Linux + 3)
vki-scnums-ppc32-linux.h 40 #define __NR_read 3
vki-scnums-ppc64-linux.h 40 #define __NR_read 3
vki-scnums-x86-linux.h 40 #define __NR_read 3
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 21 #define __NR_read 0
unistd_x32.h 21 #define __NR_read (__X32_SYSCALL_BIT + 0)
unistd_32.h 24 #define __NR_read 3
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 4 #define __NR_read 0
unistd_x32.h 4 #define __NR_read (__X32_SYSCALL_BIT + 0)
unistd_32.h 7 #define __NR_read 3
  /external/strace/
scno.h 2 #if defined __X32_SYSCALL_BIT && defined __NR_read \
3 && (__X32_SYSCALL_BIT & __NR_read) == __X32_SYSCALL_BIT
197 #ifndef __NR_read
198 # define __NR_read (SYSCALL_BIT | 63)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 202 #define __NR_read 63
203 __SYSCALL(__NR_read, sys_read)
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h 24 #define __NR_read (__NR_SYSCALL_BASE + 3)
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 100 #define __NR_read 63
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd.h 27 #define __NR_read (__NR_Linux + 3)
396 #define __NR_read (__NR_Linux + 0)
728 #define __NR_read (__NR_Linux + 0)
    [all...]
  /external/kernel-headers/original/uapi/asm-arm/asm/
unistd-common.h 7 #define __NR_read (__NR_SYSCALL_BASE + 3)
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 203 #define __NR_read 63
204 __SYSCALL(__NR_read, sys_read)
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd.h 27 #define __NR_read (__NR_Linux + 3)
409 #define __NR_read (__NR_Linux + 0)
753 #define __NR_read (__NR_Linux + 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
unistd_32.h 11 #define __NR_read 3

Completed in 125 milliseconds

1 2