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

1 2 3 4 5 6

  /bionic/libc/arch-arm/syscalls/
__open.S 8 ldr r7, =__NR_open
  /bionic/libc/arch-mips/syscalls/
__open.S 11 li $v0, __NR_open
  /bionic/libc/arch-x86/syscalls/
__open.S 13 movl $__NR_open, %eax
  /external/chromium_org/sandbox/linux/seccomp-bpf/
syscall_unittest.cc 131 ASSERT_LE(0, fd = SandboxSyscall(__NR_open, "/dev/null", O_RDWR, 0L));
155 ASSERT_GE(fd = SandboxSyscall(__NR_open, "/proc/self/exe", O_RDONLY, 0L), 0);
  /external/valgrind/main/include/vki/
vki-scnums-amd64-linux.h 39 #define __NR_open 2
vki-scnums-s390x-linux.h 48 #define __NR_open 5
vki-scnums-arm-linux.h 42 #define __NR_open 5
vki-scnums-ppc32-linux.h 42 #define __NR_open 5
vki-scnums-ppc64-linux.h 42 #define __NR_open 5
vki-scnums-x86-linux.h 42 #define __NR_open 5
  /external/chromium_org/sandbox/linux/services/
x86_64_linux_syscalls.h 21 #if !defined(__NR_open)
22 #define __NR_open 2
x86_32_linux_syscalls.h 33 #if !defined(__NR_open)
34 #define __NR_open 5
  /bionic/libc/kernel/arch-x86/asm/
unistd_32.h 27 #define __NR_open 5
  /development/ndk/platforms/android-3/include/sys/
linux-syscalls.h 50 #define __NR_open (__NR_SYSCALL_BASE + 5)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
unistd_32.h 27 #define __NR_open 5
  /external/kernel-headers/original/asm-x86/
unistd_32.h 13 #define __NR_open 5
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.c 57 // __NR_open 5
58 GO(__NR_open, "(2-args) 2s 1m");
59 SY(__NR_open, x0, x0); FAIL;
64 GO(__NR_open, "(3-args) 1s 0m");
65 SY(__NR_open, "scalar.c", O_CREAT|O_EXCL, x0); FAIL;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
unistd_32.h 13 #define __NR_open 5
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_32.h 13 #define __NR_open 5
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_32.h 13 #define __NR_open 5
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
linux-syscalls.h 50 #define __NR_open (__NR_SYSCALL_BASE + 5)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
linux-syscalls.h 50 #define __NR_open (__NR_SYSCALL_BASE + 5)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
linux-syscalls.h 50 #define __NR_open (__NR_SYSCALL_BASE + 5)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
unistd_32.h 20 #define __NR_open 5
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
linux-syscalls.h 50 #define __NR_open (__NR_SYSCALL_BASE + 5)

Completed in 57 milliseconds

1 2 3 4 5 6