00001
00002
00003
00004 #define TARGET_NR_Linux 6000
00005 #define TARGET_NR_read (TARGET_NR_Linux + 0)
00006 #define TARGET_NR_write (TARGET_NR_Linux + 1)
00007 #define TARGET_NR_open (TARGET_NR_Linux + 2)
00008 #define TARGET_NR_close (TARGET_NR_Linux + 3)
00009 #define TARGET_NR_stat (TARGET_NR_Linux + 4)
00010 #define TARGET_NR_fstat (TARGET_NR_Linux + 5)
00011 #define TARGET_NR_lstat (TARGET_NR_Linux + 6)
00012 #define TARGET_NR_poll (TARGET_NR_Linux + 7)
00013 #define TARGET_NR_lseek (TARGET_NR_Linux + 8)
00014 #define TARGET_NR_mmap (TARGET_NR_Linux + 9)
00015 #define TARGET_NR_mprotect (TARGET_NR_Linux + 10)
00016 #define TARGET_NR_munmap (TARGET_NR_Linux + 11)
00017 #define TARGET_NR_brk (TARGET_NR_Linux + 12)
00018 #define TARGET_NR_rt_sigaction (TARGET_NR_Linux + 13)
00019 #define TARGET_NR_rt_sigprocmask (TARGET_NR_Linux + 14)
00020 #define TARGET_NR_ioctl (TARGET_NR_Linux + 15)
00021 #define TARGET_NR_pread64 (TARGET_NR_Linux + 16)
00022 #define TARGET_NR_pwrite64 (TARGET_NR_Linux + 17)
00023 #define TARGET_NR_readv (TARGET_NR_Linux + 18)
00024 #define TARGET_NR_writev (TARGET_NR_Linux + 19)
00025 #define TARGET_NR_access (TARGET_NR_Linux + 20)
00026 #define TARGET_NR_pipe (TARGET_NR_Linux + 21)
00027 #define TARGET_NR__newselect (TARGET_NR_Linux + 22)
00028 #define TARGET_NR_sched_yield (TARGET_NR_Linux + 23)
00029 #define TARGET_NR_mremap (TARGET_NR_Linux + 24)
00030 #define TARGET_NR_msync (TARGET_NR_Linux + 25)
00031 #define TARGET_NR_mincore (TARGET_NR_Linux + 26)
00032 #define TARGET_NR_madvise (TARGET_NR_Linux + 27)
00033 #define TARGET_NR_shmget (TARGET_NR_Linux + 28)
00034 #define TARGET_NR_shmat (TARGET_NR_Linux + 29)
00035 #define TARGET_NR_shmctl (TARGET_NR_Linux + 30)
00036 #define TARGET_NR_dup (TARGET_NR_Linux + 31)
00037 #define TARGET_NR_dup2 (TARGET_NR_Linux + 32)
00038 #define TARGET_NR_pause (TARGET_NR_Linux + 33)
00039 #define TARGET_NR_nanosleep (TARGET_NR_Linux + 34)
00040 #define TARGET_NR_getitimer (TARGET_NR_Linux + 35)
00041 #define TARGET_NR_setitimer (TARGET_NR_Linux + 36)
00042 #define TARGET_NR_alarm (TARGET_NR_Linux + 37)
00043 #define TARGET_NR_getpid (TARGET_NR_Linux + 38)
00044 #define TARGET_NR_sendfile (TARGET_NR_Linux + 39)
00045 #define TARGET_NR_socket (TARGET_NR_Linux + 40)
00046 #define TARGET_NR_connect (TARGET_NR_Linux + 41)
00047 #define TARGET_NR_accept (TARGET_NR_Linux + 42)
00048 #define TARGET_NR_sendto (TARGET_NR_Linux + 43)
00049 #define TARGET_NR_recvfrom (TARGET_NR_Linux + 44)
00050 #define TARGET_NR_sendmsg (TARGET_NR_Linux + 45)
00051 #define TARGET_NR_recvmsg (TARGET_NR_Linux + 46)
00052 #define TARGET_NR_shutdown (TARGET_NR_Linux + 47)
00053 #define TARGET_NR_bind (TARGET_NR_Linux + 48)
00054 #define TARGET_NR_listen (TARGET_NR_Linux + 49)
00055 #define TARGET_NR_getsockname (TARGET_NR_Linux + 50)
00056 #define TARGET_NR_getpeername (TARGET_NR_Linux + 51)
00057 #define TARGET_NR_socketpair (TARGET_NR_Linux + 52)
00058 #define TARGET_NR_setsockopt (TARGET_NR_Linux + 53)
00059 #define TARGET_NR_getsockopt (TARGET_NR_Linux + 54)
00060 #define TARGET_NR_clone (TARGET_NR_Linux + 55)
00061 #define TARGET_NR_fork (TARGET_NR_Linux + 56)
00062 #define TARGET_NR_execve (TARGET_NR_Linux + 57)
00063 #define TARGET_NR_exit (TARGET_NR_Linux + 58)
00064 #define TARGET_NR_wait4 (TARGET_NR_Linux + 59)
00065 #define TARGET_NR_kill (TARGET_NR_Linux + 60)
00066 #define TARGET_NR_uname (TARGET_NR_Linux + 61)
00067 #define TARGET_NR_semget (TARGET_NR_Linux + 62)
00068 #define TARGET_NR_semop (TARGET_NR_Linux + 63)
00069 #define TARGET_NR_semctl (TARGET_NR_Linux + 64)
00070 #define TARGET_NR_shmdt (TARGET_NR_Linux + 65)
00071 #define TARGET_NR_msgget (TARGET_NR_Linux + 66)
00072 #define TARGET_NR_msgsnd (TARGET_NR_Linux + 67)
00073 #define TARGET_NR_msgrcv (TARGET_NR_Linux + 68)
00074 #define TARGET_NR_msgctl (TARGET_NR_Linux + 69)
00075 #define TARGET_NR_fcntl (TARGET_NR_Linux + 70)
00076 #define TARGET_NR_flock (TARGET_NR_Linux + 71)
00077 #define TARGET_NR_fsync (TARGET_NR_Linux + 72)
00078 #define TARGET_NR_fdatasync (TARGET_NR_Linux + 73)
00079 #define TARGET_NR_truncate (TARGET_NR_Linux + 74)
00080 #define TARGET_NR_ftruncate (TARGET_NR_Linux + 75)
00081 #define TARGET_NR_getdents (TARGET_NR_Linux + 76)
00082 #define TARGET_NR_getcwd (TARGET_NR_Linux + 77)
00083 #define TARGET_NR_chdir (TARGET_NR_Linux + 78)
00084 #define TARGET_NR_fchdir (TARGET_NR_Linux + 79)
00085 #define TARGET_NR_rename (TARGET_NR_Linux + 80)
00086 #define TARGET_NR_mkdir (TARGET_NR_Linux + 81)
00087 #define TARGET_NR_rmdir (TARGET_NR_Linux + 82)
00088 #define TARGET_NR_creat (TARGET_NR_Linux + 83)
00089 #define TARGET_NR_link (TARGET_NR_Linux + 84)
00090 #define TARGET_NR_unlink (TARGET_NR_Linux + 85)
00091 #define TARGET_NR_symlink (TARGET_NR_Linux + 86)
00092 #define TARGET_NR_readlink (TARGET_NR_Linux + 87)
00093 #define TARGET_NR_chmod (TARGET_NR_Linux + 88)
00094 #define TARGET_NR_fchmod (TARGET_NR_Linux + 89)
00095 #define TARGET_NR_chown (TARGET_NR_Linux + 90)
00096 #define TARGET_NR_fchown (TARGET_NR_Linux + 91)
00097 #define TARGET_NR_lchown (TARGET_NR_Linux + 92)
00098 #define TARGET_NR_umask (TARGET_NR_Linux + 93)
00099 #define TARGET_NR_gettimeofday (TARGET_NR_Linux + 94)
00100 #define TARGET_NR_getrlimit (TARGET_NR_Linux + 95)
00101 #define TARGET_NR_getrusage (TARGET_NR_Linux + 96)
00102 #define TARGET_NR_sysinfo (TARGET_NR_Linux + 97)
00103 #define TARGET_NR_times (TARGET_NR_Linux + 98)
00104 #define TARGET_NR_ptrace (TARGET_NR_Linux + 99)
00105 #define TARGET_NR_getuid (TARGET_NR_Linux + 100)
00106 #define TARGET_NR_syslog (TARGET_NR_Linux + 101)
00107 #define TARGET_NR_getgid (TARGET_NR_Linux + 102)
00108 #define TARGET_NR_setuid (TARGET_NR_Linux + 103)
00109 #define TARGET_NR_setgid (TARGET_NR_Linux + 104)
00110 #define TARGET_NR_geteuid (TARGET_NR_Linux + 105)
00111 #define TARGET_NR_getegid (TARGET_NR_Linux + 106)
00112 #define TARGET_NR_setpgid (TARGET_NR_Linux + 107)
00113 #define TARGET_NR_getppid (TARGET_NR_Linux + 108)
00114 #define TARGET_NR_getpgrp (TARGET_NR_Linux + 109)
00115 #define TARGET_NR_setsid (TARGET_NR_Linux + 110)
00116 #define TARGET_NR_setreuid (TARGET_NR_Linux + 111)
00117 #define TARGET_NR_setregid (TARGET_NR_Linux + 112)
00118 #define TARGET_NR_getgroups (TARGET_NR_Linux + 113)
00119 #define TARGET_NR_setgroups (TARGET_NR_Linux + 114)
00120 #define TARGET_NR_setresuid (TARGET_NR_Linux + 115)
00121 #define TARGET_NR_getresuid (TARGET_NR_Linux + 116)
00122 #define TARGET_NR_setresgid (TARGET_NR_Linux + 117)
00123 #define TARGET_NR_getresgid (TARGET_NR_Linux + 118)
00124 #define TARGET_NR_getpgid (TARGET_NR_Linux + 119)
00125 #define TARGET_NR_setfsuid (TARGET_NR_Linux + 120)
00126 #define TARGET_NR_setfsgid (TARGET_NR_Linux + 121)
00127 #define TARGET_NR_getsid (TARGET_NR_Linux + 122)
00128 #define TARGET_NR_capget (TARGET_NR_Linux + 123)
00129 #define TARGET_NR_capset (TARGET_NR_Linux + 124)
00130 #define TARGET_NR_rt_sigpending (TARGET_NR_Linux + 125)
00131 #define TARGET_NR_rt_sigtimedwait (TARGET_NR_Linux + 126)
00132 #define TARGET_NR_rt_sigqueueinfo (TARGET_NR_Linux + 127)
00133 #define TARGET_NR_rt_sigsuspend (TARGET_NR_Linux + 128)
00134 #define TARGET_NR_sigaltstack (TARGET_NR_Linux + 129)
00135 #define TARGET_NR_utime (TARGET_NR_Linux + 130)
00136 #define TARGET_NR_mknod (TARGET_NR_Linux + 131)
00137 #define TARGET_NR_personality (TARGET_NR_Linux + 132)
00138 #define TARGET_NR_ustat (TARGET_NR_Linux + 133)
00139 #define TARGET_NR_statfs (TARGET_NR_Linux + 134)
00140 #define TARGET_NR_fstatfs (TARGET_NR_Linux + 135)
00141 #define TARGET_NR_sysfs (TARGET_NR_Linux + 136)
00142 #define TARGET_NR_getpriority (TARGET_NR_Linux + 137)
00143 #define TARGET_NR_setpriority (TARGET_NR_Linux + 138)
00144 #define TARGET_NR_sched_setparam (TARGET_NR_Linux + 139)
00145 #define TARGET_NR_sched_getparam (TARGET_NR_Linux + 140)
00146 #define TARGET_NR_sched_setscheduler (TARGET_NR_Linux + 141)
00147 #define TARGET_NR_sched_getscheduler (TARGET_NR_Linux + 142)
00148 #define TARGET_NR_sched_get_priority_max (TARGET_NR_Linux + 143)
00149 #define TARGET_NR_sched_get_priority_min (TARGET_NR_Linux + 144)
00150 #define TARGET_NR_sched_rr_get_interval (TARGET_NR_Linux + 145)
00151 #define TARGET_NR_mlock (TARGET_NR_Linux + 146)
00152 #define TARGET_NR_munlock (TARGET_NR_Linux + 147)
00153 #define TARGET_NR_mlockall (TARGET_NR_Linux + 148)
00154 #define TARGET_NR_munlockall (TARGET_NR_Linux + 149)
00155 #define TARGET_NR_vhangup (TARGET_NR_Linux + 150)
00156 #define TARGET_NR_pivot_root (TARGET_NR_Linux + 151)
00157 #define TARGET_NR__sysctl (TARGET_NR_Linux + 152)
00158 #define TARGET_NR_prctl (TARGET_NR_Linux + 153)
00159 #define TARGET_NR_adjtimex (TARGET_NR_Linux + 154)
00160 #define TARGET_NR_setrlimit (TARGET_NR_Linux + 155)
00161 #define TARGET_NR_chroot (TARGET_NR_Linux + 156)
00162 #define TARGET_NR_sync (TARGET_NR_Linux + 157)
00163 #define TARGET_NR_acct (TARGET_NR_Linux + 158)
00164 #define TARGET_NR_settimeofday (TARGET_NR_Linux + 159)
00165 #define TARGET_NR_mount (TARGET_NR_Linux + 160)
00166 #define TARGET_NR_umount2 (TARGET_NR_Linux + 161)
00167 #define TARGET_NR_swapon (TARGET_NR_Linux + 162)
00168 #define TARGET_NR_swapoff (TARGET_NR_Linux + 163)
00169 #define TARGET_NR_reboot (TARGET_NR_Linux + 164)
00170 #define TARGET_NR_sethostname (TARGET_NR_Linux + 165)
00171 #define TARGET_NR_setdomainname (TARGET_NR_Linux + 166)
00172 #define TARGET_NR_create_module (TARGET_NR_Linux + 167)
00173 #define TARGET_NR_init_module (TARGET_NR_Linux + 168)
00174 #define TARGET_NR_delete_module (TARGET_NR_Linux + 169)
00175 #define TARGET_NR_get_kernel_syms (TARGET_NR_Linux + 170)
00176 #define TARGET_NR_query_module (TARGET_NR_Linux + 171)
00177 #define TARGET_NR_quotactl (TARGET_NR_Linux + 172)
00178 #define TARGET_NR_nfsservctl (TARGET_NR_Linux + 173)
00179 #define TARGET_NR_getpmsg (TARGET_NR_Linux + 174)
00180 #define TARGET_NR_putpmsg (TARGET_NR_Linux + 175)
00181 #define TARGET_NR_afs_syscall (TARGET_NR_Linux + 176)
00182 #define TARGET_NR_reserved177 (TARGET_NR_Linux + 177)
00183 #define TARGET_NR_gettid (TARGET_NR_Linux + 178)
00184 #define TARGET_NR_readahead (TARGET_NR_Linux + 179)
00185 #define TARGET_NR_setxattr (TARGET_NR_Linux + 180)
00186 #define TARGET_NR_lsetxattr (TARGET_NR_Linux + 181)
00187 #define TARGET_NR_fsetxattr (TARGET_NR_Linux + 182)
00188 #define TARGET_NR_getxattr (TARGET_NR_Linux + 183)
00189 #define TARGET_NR_lgetxattr (TARGET_NR_Linux + 184)
00190 #define TARGET_NR_fgetxattr (TARGET_NR_Linux + 185)
00191 #define TARGET_NR_listxattr (TARGET_NR_Linux + 186)
00192 #define TARGET_NR_llistxattr (TARGET_NR_Linux + 187)
00193 #define TARGET_NR_flistxattr (TARGET_NR_Linux + 188)
00194 #define TARGET_NR_removexattr (TARGET_NR_Linux + 189)
00195 #define TARGET_NR_lremovexattr (TARGET_NR_Linux + 190)
00196 #define TARGET_NR_fremovexattr (TARGET_NR_Linux + 191)
00197 #define TARGET_NR_tkill (TARGET_NR_Linux + 192)
00198 #define TARGET_NR_reserved193 (TARGET_NR_Linux + 193)
00199 #define TARGET_NR_futex (TARGET_NR_Linux + 194)
00200 #define TARGET_NR_sched_setaffinity (TARGET_NR_Linux + 195)
00201 #define TARGET_NR_sched_getaffinity (TARGET_NR_Linux + 196)
00202 #define TARGET_NR_cacheflush (TARGET_NR_Linux + 197)
00203 #define TARGET_NR_cachectl (TARGET_NR_Linux + 198)
00204 #define TARGET_NR_sysmips (TARGET_NR_Linux + 199)
00205 #define TARGET_NR_io_setup (TARGET_NR_Linux + 200)
00206 #define TARGET_NR_io_destroy (TARGET_NR_Linux + 201)
00207 #define TARGET_NR_io_getevents (TARGET_NR_Linux + 202)
00208 #define TARGET_NR_io_submit (TARGET_NR_Linux + 203)
00209 #define TARGET_NR_io_cancel (TARGET_NR_Linux + 204)
00210 #define TARGET_NR_exit_group (TARGET_NR_Linux + 205)
00211 #define TARGET_NR_lookup_dcookie (TARGET_NR_Linux + 206)
00212 #define TARGET_NR_epoll_create (TARGET_NR_Linux + 207)
00213 #define TARGET_NR_epoll_ctl (TARGET_NR_Linux + 208)
00214 #define TARGET_NR_epoll_wait (TARGET_NR_Linux + 209)
00215 #define TARGET_NR_remap_file_pages (TARGET_NR_Linux + 210)
00216 #define TARGET_NR_rt_sigreturn (TARGET_NR_Linux + 211)
00217 #define TARGET_NR_fcntl64 (TARGET_NR_Linux + 212)
00218 #define TARGET_NR_set_tid_address (TARGET_NR_Linux + 213)
00219 #define TARGET_NR_restart_syscall (TARGET_NR_Linux + 214)
00220 #define TARGET_NR_semtimedop (TARGET_NR_Linux + 215)
00221 #define TARGET_NR_fadvise64 (TARGET_NR_Linux + 216)
00222 #define TARGET_NR_statfs64 (TARGET_NR_Linux + 217)
00223 #define TARGET_NR_fstatfs64 (TARGET_NR_Linux + 218)
00224 #define TARGET_NR_sendfile64 (TARGET_NR_Linux + 219)
00225 #define TARGET_NR_timer_create (TARGET_NR_Linux + 220)
00226 #define TARGET_NR_timer_settime (TARGET_NR_Linux + 221)
00227 #define TARGET_NR_timer_gettime (TARGET_NR_Linux + 222)
00228 #define TARGET_NR_timer_getoverrun (TARGET_NR_Linux + 223)
00229 #define TARGET_NR_timer_delete (TARGET_NR_Linux + 224)
00230 #define TARGET_NR_clock_settime (TARGET_NR_Linux + 225)
00231 #define TARGET_NR_clock_gettime (TARGET_NR_Linux + 226)
00232 #define TARGET_NR_clock_getres (TARGET_NR_Linux + 227)
00233 #define TARGET_NR_clock_nanosleep (TARGET_NR_Linux + 228)
00234 #define TARGET_NR_tgkill (TARGET_NR_Linux + 229)
00235 #define TARGET_NR_utimes (TARGET_NR_Linux + 230)
00236 #define TARGET_NR_mbind (TARGET_NR_Linux + 231)
00237 #define TARGET_NR_get_mempolicy (TARGET_NR_Linux + 232)
00238 #define TARGET_NR_set_mempolicy (TARGET_NR_Linux + 233)
00239 #define TARGET_NR_mq_open (TARGET_NR_Linux + 234)
00240 #define TARGET_NR_mq_unlink (TARGET_NR_Linux + 235)
00241 #define TARGET_NR_mq_timedsend (TARGET_NR_Linux + 236)
00242 #define TARGET_NR_mq_timedreceive (TARGET_NR_Linux + 237)
00243 #define TARGET_NR_mq_notify (TARGET_NR_Linux + 238)
00244 #define TARGET_NR_mq_getsetattr (TARGET_NR_Linux + 239)
00245 #define TARGET_NR_vserver (TARGET_NR_Linux + 240)
00246 #define TARGET_NR_waitid (TARGET_NR_Linux + 241)
00247
00248 #define TARGET_NR_add_key (TARGET_NR_Linux + 243)
00249 #define TARGET_NR_request_key (TARGET_NR_Linux + 244)
00250 #define TARGET_NR_keyctl (TARGET_NR_Linux + 245)
00251 #define TARGET_NR_set_thread_area (TARGET_NR_Linux + 246)
00252 #define TARGET_NR_inotify_init (TARGET_NR_Linux + 247)
00253 #define TARGET_NR_inotify_add_watch (TARGET_NR_Linux + 248)
00254 #define TARGET_NR_inotify_rm_watch (TARGET_NR_Linux + 249)
00255 #define TARGET_NR_migrate_pages (TARGET_NR_Linux + 250)
00256 #define TARGET_NR_openat (TARGET_NR_Linux + 251)
00257 #define TARGET_NR_mkdirat (TARGET_NR_Linux + 252)
00258 #define TARGET_NR_mknodat (TARGET_NR_Linux + 253)
00259 #define TARGET_NR_fchownat (TARGET_NR_Linux + 254)
00260 #define TARGET_NR_futimesat (TARGET_NR_Linux + 255)
00261 #define TARGET_NR_newfstatat (TARGET_NR_Linux + 256)
00262 #define TARGET_NR_unlinkat (TARGET_NR_Linux + 257)
00263 #define TARGET_NR_renameat (TARGET_NR_Linux + 258)
00264 #define TARGET_NR_linkat (TARGET_NR_Linux + 259)
00265 #define TARGET_NR_symlinkat (TARGET_NR_Linux + 260)
00266 #define TARGET_NR_readlinkat (TARGET_NR_Linux + 261)
00267 #define TARGET_NR_fchmodat (TARGET_NR_Linux + 262)
00268 #define TARGET_NR_faccessat (TARGET_NR_Linux + 263)
00269 #define TARGET_NR_pselect6 (TARGET_NR_Linux + 264)
00270 #define TARGET_NR_ppoll (TARGET_NR_Linux + 265)
00271 #define TARGET_NR_unshare (TARGET_NR_Linux + 266)
00272 #define TARGET_NR_splice (TARGET_NR_Linux + 267)
00273 #define TARGET_NR_sync_file_range (TARGET_NR_Linux + 268)
00274 #define TARGET_NR_tee (TARGET_NR_Linux + 269)
00275 #define TARGET_NR_vmsplice (TARGET_NR_Linux + 270)
00276 #define TARGET_NR_move_pages (TARGET_NR_Linux + 271)
00277 #define TARGET_NR_set_robust_list (TARGET_NR_Linux + 272)
00278 #define TARGET_NR_get_robust_list (TARGET_NR_Linux + 273)
00279 #define TARGET_NR_kexec_load (TARGET_NR_Linux + 274)
00280 #define TARGET_NR_getcpu (TARGET_NR_Linux + 275)
00281 #define TARGET_NR_epoll_pwait (TARGET_NR_Linux + 276)
00282 #define TARGET_NR_ioprio_set (TARGET_NR_Linux + 277)
00283 #define TARGET_NR_ioprio_get (TARGET_NR_Linux + 278)
00284 #define TARGET_NR_utimensat (TARGET_NR_Linux + 279)
00285 #define TARGET_NR_signalfd (TARGET_NR_Linux + 280)
00286 #define TARGET_NR_timerfd (TARGET_NR_Linux + 281)
00287 #define TARGET_NR_eventfd (TARGET_NR_Linux + 282)
00288 #define TARGET_NR_fallocate (TARGET_NR_Linux + 283)