Home
last modified time | relevance | path

Searched refs:__NR_SYSCALL_BASE (Results 1 – 5 of 5) sorted by relevance

/development/ndk/platforms/android-9/arch-mips/include/sys/
Dlinux-syscalls.h6 # define __NR_SYSCALL_BASE 0x900000 macro
8 # define __NR_SYSCALL_BASE 4000 macro
10 # define __NR_SYSCALL_BASE 0 macro
13 #define __NR_exit (__NR_SYSCALL_BASE + 1)
14 #define __NR_fork (__NR_SYSCALL_BASE + 2)
15 #define __NR_read (__NR_SYSCALL_BASE + 3)
16 #define __NR_write (__NR_SYSCALL_BASE + 4)
17 #define __NR_open (__NR_SYSCALL_BASE + 5)
18 #define __NR_close (__NR_SYSCALL_BASE + 6)
19 #define __NR_link (__NR_SYSCALL_BASE + 9)
[all …]
/development/ndk/platforms/android-21/arch-arm/include/asm/
Dunistd.h22 #define __NR_SYSCALL_BASE 0 macro
24 #define __NR_restart_syscall (__NR_SYSCALL_BASE+ 0)
25 #define __NR_exit (__NR_SYSCALL_BASE+ 1)
26 #define __NR_fork (__NR_SYSCALL_BASE+ 2)
27 #define __NR_read (__NR_SYSCALL_BASE+ 3)
29 #define __NR_write (__NR_SYSCALL_BASE+ 4)
30 #define __NR_open (__NR_SYSCALL_BASE+ 5)
31 #define __NR_close (__NR_SYSCALL_BASE+ 6)
32 #define __NR_creat (__NR_SYSCALL_BASE+ 8)
34 #define __NR_link (__NR_SYSCALL_BASE+ 9)
[all …]
/development/ndk/platforms/android-9/include/sys/
Dlinux-syscalls.h6 # define __NR_SYSCALL_BASE 0x900000 macro
8 # define __NR_SYSCALL_BASE 0 macro
11 #define __NR_exit (__NR_SYSCALL_BASE + 1)
12 #define __NR_fork (__NR_SYSCALL_BASE + 2)
13 #define __NR_clone (__NR_SYSCALL_BASE + 120)
14 #define __NR_execve (__NR_SYSCALL_BASE + 11)
15 #define __NR_setuid32 (__NR_SYSCALL_BASE + 213)
16 #define __NR_getuid32 (__NR_SYSCALL_BASE + 199)
17 #define __NR_getgid32 (__NR_SYSCALL_BASE + 200)
18 #define __NR_geteuid32 (__NR_SYSCALL_BASE + 201)
[all …]
/development/ndk/platforms/android-3/arch-arm/include/asm/
Dunistd.h24 #define __NR_SYSCALL_BASE 0 macro
26 #define __NR_SYSCALL_BASE __NR_OABI_SYSCALL_BASE macro
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 …]
/development/ndk/platforms/android-3/include/sys/
Dlinux-syscalls.h6 # define __NR_SYSCALL_BASE 0x900000 macro
8 # define __NR_SYSCALL_BASE 0 macro
11 #define __NR_exit (__NR_SYSCALL_BASE + 1)
12 #define __NR_fork (__NR_SYSCALL_BASE + 2)
13 #define __NR_clone (__NR_SYSCALL_BASE + 120)
14 #define __NR_execve (__NR_SYSCALL_BASE + 11)
15 #define __NR_setuid32 (__NR_SYSCALL_BASE + 213)
16 #define __NR_getuid32 (__NR_SYSCALL_BASE + 199)
17 #define __NR_getgid32 (__NR_SYSCALL_BASE + 200)
18 #define __NR_geteuid32 (__NR_SYSCALL_BASE + 201)
[all …]