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

1 2 3

  /prebuilts/go/darwin-x86/src/runtime/
sys_darwin_arm.s 17 #define SYS_open 5
49 MOVW $SYS_open, R12
sys_darwin_arm64.s 17 #define SYS_open 5
49 MOVD $SYS_open, R16
sys_freebsd_arm.s 19 #define SYS_open (SYS_BASE + 5)
96 MOVW $SYS_open, R7
sys_linux_arm.s 19 #define SYS_open (SYS_BASE + 5)
58 MOVW $SYS_open, R7
sys_linux_mips64x.s 19 #define SYS_open 5002
65 MOVV $SYS_open, R2
sys_linux_mipsx.s 19 #define SYS_open 4005
67 MOVW $SYS_open, R2
sys_linux_ppc64x.s 20 #define SYS_open 5
65 SYSCALL $SYS_open
sys_linux_s390x.s 15 #define SYS_open 5
61 MOVW $SYS_open, R1
syscall_nacl.h 6 #define SYS_open 10
  /prebuilts/go/linux-x86/src/runtime/
sys_darwin_arm.s 17 #define SYS_open 5
49 MOVW $SYS_open, R12
sys_darwin_arm64.s 17 #define SYS_open 5
49 MOVD $SYS_open, R16
sys_freebsd_arm.s 19 #define SYS_open (SYS_BASE + 5)
96 MOVW $SYS_open, R7
sys_linux_arm.s 19 #define SYS_open (SYS_BASE + 5)
58 MOVW $SYS_open, R7
sys_linux_mips64x.s 19 #define SYS_open 5002
65 MOVV $SYS_open, R2
sys_linux_mipsx.s 19 #define SYS_open 4005
67 MOVW $SYS_open, R2
sys_linux_ppc64x.s 20 #define SYS_open 5
65 SYSCALL $SYS_open
sys_linux_s390x.s 15 #define SYS_open 5
61 MOVW $SYS_open, R1
syscall_nacl.h 6 #define SYS_open 10
  /bionic/libc/include/bits/
glibc-syscalls.h 638 #define SYS_open __NR_open
  /development/ndk/platforms/android-21/include/sys/
glibc-syscalls.h 170 #define SYS_open __NR_open
496 #define SYS_open __NR_open
850 #define SYS_open __NR_open
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
syscall.h 151 #define SYS_open __NR_open
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
syscall.h 191 #define SYS_open __NR_open
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
syscall.h 192 #define SYS_open __NR_open
521 #define SYS_open __NR_open
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/sys/
glibc-syscalls.h 170 #define SYS_open __NR_open
496 #define SYS_open __NR_open
850 #define SYS_open __NR_open
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/sys/
glibc-syscalls.h 170 #define SYS_open __NR_open
496 #define SYS_open __NR_open
850 #define SYS_open __NR_open
    [all...]

Completed in 555 milliseconds

1 2 3