HomeSort by relevance Sort by last modified time
    Searched defs:__NR_SYSCALL_BASE (Results 76 - 78 of 78) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/
unistd.h 24 #define __NR_SYSCALL_BASE 0
26 #define __NR_SYSCALL_BASE __NR_OABI_SYSCALL_BASE
29 #define __NR_restart_syscall (__NR_SYSCALL_BASE+ 0)
30 #define __NR_exit (__NR_SYSCALL_BASE+ 1)
31 #define __NR_fork (__NR_SYSCALL_BASE+ 2)
32 #define __NR_read (__NR_SYSCALL_BASE+ 3)
34 #define __NR_write (__NR_SYSCALL_BASE+ 4)
35 #define __NR_open (__NR_SYSCALL_BASE+ 5)
36 #define __NR_close (__NR_SYSCALL_BASE+ 6)
37 #define __NR_creat (__NR_SYSCALL_BASE+ 8
    [all...]
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/
unistd.h 24 #define __NR_SYSCALL_BASE 0
26 #define __NR_SYSCALL_BASE __NR_OABI_SYSCALL_BASE
29 #define __NR_restart_syscall (__NR_SYSCALL_BASE+ 0)
30 #define __NR_exit (__NR_SYSCALL_BASE+ 1)
31 #define __NR_fork (__NR_SYSCALL_BASE+ 2)
32 #define __NR_read (__NR_SYSCALL_BASE+ 3)
34 #define __NR_write (__NR_SYSCALL_BASE+ 4)
35 #define __NR_open (__NR_SYSCALL_BASE+ 5)
36 #define __NR_close (__NR_SYSCALL_BASE+ 6)
37 #define __NR_creat (__NR_SYSCALL_BASE+ 8
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/
unistd.h 24 #define __NR_SYSCALL_BASE 0
26 #define __NR_SYSCALL_BASE __NR_OABI_SYSCALL_BASE
29 #define __NR_restart_syscall (__NR_SYSCALL_BASE+ 0)
30 #define __NR_exit (__NR_SYSCALL_BASE+ 1)
31 #define __NR_fork (__NR_SYSCALL_BASE+ 2)
32 #define __NR_read (__NR_SYSCALL_BASE+ 3)
34 #define __NR_write (__NR_SYSCALL_BASE+ 4)
35 #define __NR_open (__NR_SYSCALL_BASE+ 5)
36 #define __NR_close (__NR_SYSCALL_BASE+ 6)
37 #define __NR_creat (__NR_SYSCALL_BASE+ 8
    [all...]

Completed in 120 milliseconds

1 2 34