Searched defs:__NR_SYSCALL_BASE (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/sys/
H A 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
[all...]
/bionic/libc/kernel/arch-arm/asm/
H A Dunistd.h18 #define __NR_SYSCALL_BASE 0 macro
20 #define __NR_SYSCALL_BASE __NR_OABI_SYSCALL_BASE macro
23 #define __NR_restart_syscall (__NR_SYSCALL_BASE+ 0)
24 #define __NR_exit (__NR_SYSCALL_BASE+ 1)
25 #define __NR_fork (__NR_SYSCALL_BASE+ 2)
26 #define __NR_read (__NR_SYSCALL_BASE+ 3)
27 #define __NR_write (__NR_SYSCALL_BASE+ 4)
28 #define __NR_open (__NR_SYSCALL_BASE+ 5)
29 #define __NR_close (__NR_SYSCALL_BASE+ 6)
31 #define __NR_creat (__NR_SYSCALL_BASE
[all...]

Completed in 1697 milliseconds