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

1 2 3

  /prebuilts/go/darwin-x86/src/runtime/
sys_darwin_arm.s 38 #define SYS_fcntl 92
494 MOVW $SYS_fcntl, R12
sys_darwin_arm64.s 38 #define SYS_fcntl 92
465 MOVW $SYS_fcntl, R16
sys_freebsd_arm.s 27 #define SYS_fcntl (SYS_BASE + 92)
367 MOVW $SYS_fcntl, R7
sys_linux_arm.s 47 #define SYS_fcntl (SYS_BASE + 55)
473 MOVW $SYS_fcntl, R7
sys_linux_mips64x.s 23 #define SYS_fcntl 5080
426 MOVV $SYS_fcntl, R2
sys_linux_mipsx.s 23 #define SYS_fcntl 4055
465 MOVW $SYS_fcntl, R2
sys_linux_ppc64x.s 24 #define SYS_fcntl 55
423 SYSCALL $SYS_fcntl
sys_linux_s390x.s 19 #define SYS_fcntl 55
434 MOVW $SYS_fcntl, R1
sys_linux_arm64.s 20 #define SYS_fcntl 25
453 MOVD $SYS_fcntl, R8
  /prebuilts/go/linux-x86/src/runtime/
sys_darwin_arm.s 38 #define SYS_fcntl 92
494 MOVW $SYS_fcntl, R12
sys_darwin_arm64.s 38 #define SYS_fcntl 92
465 MOVW $SYS_fcntl, R16
sys_freebsd_arm.s 27 #define SYS_fcntl (SYS_BASE + 92)
367 MOVW $SYS_fcntl, R7
sys_linux_arm.s 47 #define SYS_fcntl (SYS_BASE + 55)
473 MOVW $SYS_fcntl, R7
sys_linux_mips64x.s 23 #define SYS_fcntl 5080
426 MOVV $SYS_fcntl, R2
sys_linux_mipsx.s 23 #define SYS_fcntl 4055
465 MOVW $SYS_fcntl, R2
sys_linux_ppc64x.s 24 #define SYS_fcntl 55
423 SYSCALL $SYS_fcntl
sys_linux_s390x.s 19 #define SYS_fcntl 55
434 MOVW $SYS_fcntl, R1
sys_linux_arm64.s 20 #define SYS_fcntl 25
453 MOVD $SYS_fcntl, R8
  /bionic/libc/include/bits/
glibc-syscalls.h 203 #define SYS_fcntl __NR_fcntl
  /development/ndk/platforms/android-21/include/sys/
glibc-syscalls.h 56 #define SYS_fcntl __NR_fcntl
376 #define SYS_fcntl __NR_fcntl
726 #define SYS_fcntl __NR_fcntl
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
syscall.h 53 #define SYS_fcntl __NR_fcntl
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
syscall.h 63 #define SYS_fcntl __NR_fcntl
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
syscall.h 64 #define SYS_fcntl __NR_fcntl
412 #define SYS_fcntl __NR_fcntl
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/sys/
glibc-syscalls.h 56 #define SYS_fcntl __NR_fcntl
376 #define SYS_fcntl __NR_fcntl
726 #define SYS_fcntl __NR_fcntl
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/sys/
glibc-syscalls.h 56 #define SYS_fcntl __NR_fcntl
376 #define SYS_fcntl __NR_fcntl
726 #define SYS_fcntl __NR_fcntl
    [all...]

Completed in 573 milliseconds

1 2 3