Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h22 #define __NR_Linux 4000 macro
23 #define __NR_syscall (__NR_Linux + 0)
24 #define __NR_exit (__NR_Linux + 1)
25 #define __NR_fork (__NR_Linux + 2)
26 #define __NR_read (__NR_Linux + 3)
27 #define __NR_write (__NR_Linux + 4)
28 #define __NR_open (__NR_Linux + 5)
29 #define __NR_close (__NR_Linux + 6)
30 #define __NR_waitpid (__NR_Linux + 7)
31 #define __NR_creat (__NR_Linux + 8)
[all …]
/external/valgrind/include/vki/
Dvki-scnums-mips32-linux.h39 #define __NR_Linux 4000 macro
40 #define __NR_syscall (__NR_Linux + 0)
41 #define __NR_exit (__NR_Linux + 1)
42 #define __NR_fork (__NR_Linux + 2)
43 #define __NR_read (__NR_Linux + 3)
44 #define __NR_write (__NR_Linux + 4)
45 #define __NR_open (__NR_Linux + 5)
46 #define __NR_close (__NR_Linux + 6)
47 #define __NR_waitpid (__NR_Linux + 7)
48 #define __NR_creat (__NR_Linux + 8)
[all …]
Dvki-scnums-mips64-linux.h38 #define __NR_Linux 5000 macro
39 #define __NR_read (__NR_Linux + 0)
40 #define __NR_write (__NR_Linux + 1)
41 #define __NR_open (__NR_Linux + 2)
42 #define __NR_close (__NR_Linux + 3)
43 #define __NR_stat (__NR_Linux + 4)
44 #define __NR_fstat (__NR_Linux + 5)
45 #define __NR_lstat (__NR_Linux + 6)
46 #define __NR_poll (__NR_Linux + 7)
47 #define __NR_lseek (__NR_Linux + 8)
[all …]
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h1134 #define __NR_setresuid (__NR_Linux + 185)
1135 #define __NR_getresuid (__NR_Linux + 186)
1136 #define __NR_setresgid (__NR_Linux + 190)
1137 #define __NR_getresgid (__NR_Linux + 191)
1140 #define __NR_rt_sigreturn (__NR_Linux + 193)
1141 #define __NR_rt_sigaction (__NR_Linux + 194)
1142 #define __NR_rt_sigprocmask (__NR_Linux + 195)
1143 #define __NR_rt_sigpending (__NR_Linux + 196)
1144 #define __NR_rt_sigsuspend (__NR_Linux + 199)
1147 #define __NR_pread64 (__NR_Linux + 200)
[all …]
/external/ltrace/sysdeps/linux-gnu/
Dmksyscallent_mips34 if ($2 ~ /__NR_Linux/ && $3 ~ /4000/) {