Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd.h19 #define __NR_SYSCALL_BASE 0 macro
21 #define __NR_SYSCALL_BASE __NR_OABI_SYSCALL_BASE macro
28 #define __NR_restart_syscall (__NR_SYSCALL_BASE+ 0)
29 #define __NR_exit (__NR_SYSCALL_BASE+ 1)
30 #define __NR_fork (__NR_SYSCALL_BASE+ 2)
31 #define __NR_read (__NR_SYSCALL_BASE+ 3)
32 #define __NR_write (__NR_SYSCALL_BASE+ 4)
33 #define __NR_open (__NR_SYSCALL_BASE+ 5)
34 #define __NR_close (__NR_SYSCALL_BASE+ 6)
36 #define __NR_creat (__NR_SYSCALL_BASE+ 8)
[all …]
/external/libchrome/sandbox/linux/system_headers/
Darm_linux_syscalls.h13 #if !defined(__NR_SYSCALL_BASE)
15 #define __NR_SYSCALL_BASE 0 macro
21 #define __NR_restart_syscall (__NR_SYSCALL_BASE+0)
25 #define __NR_exit (__NR_SYSCALL_BASE+1)
29 #define __NR_fork (__NR_SYSCALL_BASE+2)
33 #define __NR_read (__NR_SYSCALL_BASE+3)
37 #define __NR_write (__NR_SYSCALL_BASE+4)
41 #define __NR_open (__NR_SYSCALL_BASE+5)
45 #define __NR_close (__NR_SYSCALL_BASE+6)
49 #define __NR_creat (__NR_SYSCALL_BASE+8)
[all …]
/external/valgrind/docs/internals/
Dporting-to-ARM.txt72 // that ARM syscall numbers start at __NR_SYSCALL_BASE.
74 SYS_WRAPPER_ENTRY_X_(arm_linux, const - __NR_SYSCALL_BASE, name)
76 SYS_WRAPPER_ENTRY_XY(arm_linux, const - __NR_SYSCALL_BASE, name)
903 // Nb: ARM Thumb has a different __NR_SYSCALL_BASE, but we don't care about
905 #define __NR_SYSCALL_BASE 0x900000
907 #define __NR_restart_syscall (__NR_SYSCALL_BASE+ 0)
908 #define __NR_exit (__NR_SYSCALL_BASE+ 1)
909 #define __NR_fork (__NR_SYSCALL_BASE+ 2)
910 #define __NR_read (__NR_SYSCALL_BASE+ 3)
911 #define __NR_write (__NR_SYSCALL_BASE+ 4)
[all …]
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h846 #define __NR_setresuid (__NR_SYSCALL_BASE + 164)
847 #define __NR_getresuid (__NR_SYSCALL_BASE + 165)
848 #define __NR_setresgid (__NR_SYSCALL_BASE + 170)
849 #define __NR_getresgid (__NR_SYSCALL_BASE + 171)
852 #define __NR_rt_sigreturn (__NR_SYSCALL_BASE + 173)
853 #define __NR_rt_sigaction (__NR_SYSCALL_BASE + 174)
854 #define __NR_rt_sigprocmask (__NR_SYSCALL_BASE + 175)
855 #define __NR_rt_sigpending (__NR_SYSCALL_BASE + 176)
856 #define __NR_rt_sigsuspend (__NR_SYSCALL_BASE + 179)
859 #define __NR_pread64 (__NR_SYSCALL_BASE + 180)
[all …]
/external/ltrace/sysdeps/linux-gnu/
Dmksyscallent42 } else if (($3 ~ /^__NR_SYSCALL_BASE$/) && ($4>=0) && ($4<=1000)) {