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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm/syscalls/
dup.S 8 ldr r7, =__NR_dup
  /bionic/libc/arch-arm64/syscalls/
dup.S 6 mov x8, __NR_dup
  /bionic/libc/arch-mips/syscalls/
dup.S 8 li v0, __NR_dup
  /bionic/libc/arch-x86_64/syscalls/
dup.S 6 movl $__NR_dup, %eax
  /bionic/libc/arch-mips64/syscalls/
dup.S 8 li v0, __NR_dup
  /bionic/libc/arch-x86/syscalls/
dup.S 16 movl $__NR_dup, %eax
  /external/libchrome/sandbox/linux/seccomp-bpf/
syscall_unittest.cc 88 ASSERT_GE(new_fd = Syscall::Call(__NR_dup, 2), 0);
95 int ret = Syscall::Call(__NR_dup, -1);
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 61 #define __NR_dup 32
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 61 #define __NR_dup 32
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 73 #define __NR_dup 32
vki-scnums-arm64-linux.h 62 #define __NR_dup 23
vki-scnums-s390x-linux.h 73 #define __NR_dup 41
vki-scnums-tilegx-linux.h 73 #define __NR_dup 23
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 61 #define __NR_dup 32
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 61 #define __NR_dup 32
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 61 #define __NR_dup 32
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/asm/
unistd_64.h 61 #define __NR_dup 32
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 61 #define __NR_dup 32
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 61 #define __NR_dup 32
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 61 #define __NR_dup 32
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/asm/
unistd_64.h 61 #define __NR_dup 32
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/asm/
unistd_64.h 61 #define __NR_dup 32
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/asm/
unistd_64.h 61 #define __NR_dup 32
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 102 #if !defined(__NR_dup)
103 #define __NR_dup 23
x86_64_linux_syscalls.h 141 #if !defined(__NR_dup)
142 #define __NR_dup 32

Completed in 1728 milliseconds

1 2 3 4 5 6 7 8 91011>>