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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm/syscalls/
read.S 8 ldr r7, =__NR_read
  /bionic/libc/arch-arm64/syscalls/
read.S 6 mov x8, __NR_read
  /bionic/libc/arch-mips/syscalls/
read.S 8 li v0, __NR_read
  /bionic/libc/arch-x86_64/syscalls/
read.S 6 movl $__NR_read, %eax
  /external/autotest/client/site_tests/security_Minijail_seccomp/src/
ok.c 15 int n = syscall(__NR_read, fd, buf, SIZE);
fail.c 16 int nr = syscall(__NR_read, fd_z, buf, SIZE);
  /bionic/libc/arch-mips64/syscalls/
read.S 8 li v0, __NR_read
  /external/strace/tests/
nsyscalls.c 55 #if defined __X32_SYSCALL_BIT && defined __NR_read \
56 && (__X32_SYSCALL_BIT & __NR_read) != 0
read-write.c 85 return syscall(__NR_read, kfd, buf, count);
  /external/strace/tests-m32/
nsyscalls.c 55 #if defined __X32_SYSCALL_BIT && defined __NR_read \
56 && (__X32_SYSCALL_BIT & __NR_read) != 0
read-write.c 85 return syscall(__NR_read, kfd, buf, count);
  /external/strace/tests-mx32/
nsyscalls.c 55 #if defined __X32_SYSCALL_BIT && defined __NR_read \
56 && (__X32_SYSCALL_BIT & __NR_read) != 0
read-write.c 85 return syscall(__NR_read, kfd, buf, count);
  /bionic/libc/arch-x86/syscalls/
read.S 24 movl $__NR_read, %eax
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 21 #define __NR_read 0
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 21 #define __NR_read 0
  /external/strace/
scno.h 2 #if defined __X32_SYSCALL_BIT && defined __NR_read \
3 && (__X32_SYSCALL_BIT & __NR_read) == __X32_SYSCALL_BIT
8 #ifndef __NR_read
9 # define __NR_read (SYSCALL_BIT | 0)
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 37 #define __NR_read 0
vki-scnums-arm64-linux.h 102 #define __NR_read 63
vki-scnums-s390x-linux.h 46 #define __NR_read 3
vki-scnums-tilegx-linux.h 139 #define __NR_read 63
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 21 #define __NR_read 0
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 21 #define __NR_read 0
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 21 #define __NR_read 0
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/asm/
unistd_64.h 21 #define __NR_read 0

Completed in 913 milliseconds

1 2 3 4 5 6 7 8 91011>>