2 * Note that if you change format strings in these, check also
3 * that corresponding print functions are able to handle string
4 * locking correctly (see strace.c).
6 #ifdef TARGET_NR_accept
7 { TARGET_NR_accept, "accept" , NULL, print_accept, NULL },
9 #ifdef TARGET_NR_access
10 { TARGET_NR_access, "access" , NULL, print_access, NULL },
13 { TARGET_NR_acct, "acct" , NULL, NULL, NULL },
15 #ifdef TARGET_NR_add_key
16 { TARGET_NR_add_key, "add_key" , NULL, NULL, NULL },
18 #ifdef TARGET_NR_adjtimex
19 { TARGET_NR_adjtimex, "adjtimex" , NULL, NULL, NULL },
21 #ifdef TARGET_NR_afs_syscall
22 { TARGET_NR_afs_syscall, "afs_syscall" , NULL, NULL, NULL },
24 #ifdef TARGET_NR_alarm
25 { TARGET_NR_alarm, "alarm" , NULL, NULL, NULL },
27 #ifdef TARGET_NR_aplib
28 { TARGET_NR_aplib, "aplib" , NULL, NULL, NULL },
30 #ifdef TARGET_NR_arch_prctl
31 { TARGET_NR_arch_prctl, "arch_prctl" , NULL, NULL, NULL },
33 #ifdef TARGET_NR_arm_fadvise64_64
34 { TARGET_NR_arm_fadvise64_64, "arm_fadvise64_64" , NULL, NULL, NULL },
36 #ifdef TARGET_NR_bdflush
37 { TARGET_NR_bdflush, "bdflush" , NULL, NULL, NULL },
40 { TARGET_NR_bind, "bind" , NULL, NULL, NULL },
42 #ifdef TARGET_NR_break
43 { TARGET_NR_break, "break" , NULL, NULL, NULL },
46 { TARGET_NR_brk, "brk" , NULL, print_brk, print_syscall_ret_addr },
48 #ifdef TARGET_NR_cachectl
49 { TARGET_NR_cachectl, "cachectl" , NULL, NULL, NULL },
51 #ifdef TARGET_NR_cacheflush
52 { TARGET_NR_cacheflush, "cacheflush" , NULL, NULL, NULL },
54 #ifdef TARGET_NR_capget
55 { TARGET_NR_capget, "capget" , NULL, NULL, NULL },
57 #ifdef TARGET_NR_capset
58 { TARGET_NR_capset, "capset" , NULL, NULL, NULL },
60 #ifdef TARGET_NR_chdir
61 { TARGET_NR_chdir, "chdir" , NULL, print_chdir, NULL },
63 #ifdef TARGET_NR_chmod
64 { TARGET_NR_chmod, "chmod" , NULL, print_chmod, NULL },
66 #ifdef TARGET_NR_chown
67 { TARGET_NR_chown, "chown" , NULL, NULL, NULL },
69 #ifdef TARGET_NR_chown32
70 { TARGET_NR_chown32, "chown32" , NULL, NULL, NULL },
72 #ifdef TARGET_NR_chroot
73 { TARGET_NR_chroot, "chroot" , NULL, NULL, NULL },
75 #ifdef TARGET_NR_clock_getres
76 { TARGET_NR_clock_getres, "clock_getres" , NULL, NULL, NULL },
78 #ifdef TARGET_NR_clock_gettime
79 { TARGET_NR_clock_gettime, "clock_gettime" , NULL, NULL, NULL },
81 #ifdef TARGET_NR_clock_nanosleep
82 { TARGET_NR_clock_nanosleep, "clock_nanosleep" , NULL, NULL, NULL },
84 #ifdef TARGET_NR_clock_settime
85 { TARGET_NR_clock_settime, "clock_settime" , NULL, NULL, NULL },
87 #ifdef TARGET_NR_clone
88 { TARGET_NR_clone, "clone" , NULL, print_clone, NULL },
90 #ifdef TARGET_NR_close
91 { TARGET_NR_close, "close" , "%s(%d)", NULL, NULL },
93 #ifdef TARGET_NR_connect
94 { TARGET_NR_connect, "connect" , "%s(%d,%#x,%d)", NULL, NULL },
96 #ifdef TARGET_NR_creat
97 { TARGET_NR_creat, "creat" , NULL, print_creat, NULL },
99 #ifdef TARGET_NR_create_module
100 { TARGET_NR_create_module, "create_module" , NULL, NULL, NULL },
102 #ifdef TARGET_NR_delete_module
103 { TARGET_NR_delete_module, "delete_module" , NULL, NULL, NULL },
105 #ifdef TARGET_NR_dipc
106 { TARGET_NR_dipc, "dipc" , NULL, NULL, NULL },
109 { TARGET_NR_dup, "dup" , NULL, NULL, NULL },
111 #ifdef TARGET_NR_dup2
112 { TARGET_NR_dup2, "dup2" , NULL, NULL, NULL },
114 #ifdef TARGET_NR_epoll_create
115 { TARGET_NR_epoll_create, "epoll_create" , NULL, NULL, NULL },
117 #ifdef TARGET_NR_epoll_ctl
118 { TARGET_NR_epoll_ctl, "epoll_ctl" , NULL, NULL, NULL },
120 #ifdef TARGET_NR_epoll_ctl_old
121 { TARGET_NR_epoll_ctl_old, "epoll_ctl_old" , NULL, NULL, NULL },
123 #ifdef TARGET_NR_epoll_wait
124 { TARGET_NR_epoll_wait, "epoll_wait" , NULL, NULL, NULL },
126 #ifdef TARGET_NR_epoll_wait_old
127 { TARGET_NR_epoll_wait_old, "epoll_wait_old" , NULL, NULL, NULL },
129 #ifdef TARGET_NR_execv
130 { TARGET_NR_execv, "execv" , NULL, print_execv, NULL },
132 #ifdef TARGET_NR_execve
133 { TARGET_NR_execve, "execve" , NULL, print_execve, NULL },
135 #ifdef TARGET_NR_exec_with_loader
136 { TARGET_NR_exec_with_loader, "exec_with_loader" , NULL, NULL, NULL },
138 #ifdef TARGET_NR_exit
139 { TARGET_NR_exit, "exit" , "%s(%d)\n", NULL, NULL },
141 #ifdef TARGET_NR__exit
142 { TARGET_NR__exit, "_exit" , "%s(%d)\n", NULL, NULL },
144 #ifdef TARGET_NR_exit_group
145 { TARGET_NR_exit_group, "exit_group" , "%s(%d)\n", NULL, NULL },
147 #ifdef TARGET_NR_faccessat
148 { TARGET_NR_faccessat, "faccessat" , NULL, print_faccessat, NULL },
150 #ifdef TARGET_NR_fadvise64
151 { TARGET_NR_fadvise64, "fadvise64" , NULL, NULL, NULL },
153 #ifdef TARGET_NR_fadvise64_64
154 { TARGET_NR_fadvise64_64, "fadvise64_64" , NULL, NULL, NULL },
156 #ifdef TARGET_NR_fchdir
157 { TARGET_NR_fchdir, "fchdir" , NULL, NULL, NULL },
159 #ifdef TARGET_NR_fchmod
160 { TARGET_NR_fchmod, "fchmod" , "%s(%d,%#o)", NULL, NULL },
162 #ifdef TARGET_NR_fchmodat
163 { TARGET_NR_fchmodat, "fchmodat" , NULL, print_fchmodat, NULL },
165 #ifdef TARGET_NR_fchown
166 { TARGET_NR_fchown, "fchown" , "%s(%d,%d,%d)", NULL, NULL },
168 #ifdef TARGET_NR_fchown32
169 { TARGET_NR_fchown32, "fchown32" , NULL, NULL, NULL },
171 #ifdef TARGET_NR_fchownat
172 { TARGET_NR_fchownat, "fchownat" , NULL, print_fchownat, NULL },
174 #ifdef TARGET_NR_fcntl
175 { TARGET_NR_fcntl, "fcntl" , NULL, print_fcntl, NULL },
177 #ifdef TARGET_NR_fcntl64
178 { TARGET_NR_fcntl64, "fcntl64" , NULL, print_fcntl64, NULL },
180 #ifdef TARGET_NR_fdatasync
181 { TARGET_NR_fdatasync, "fdatasync" , NULL, NULL, NULL },
183 #ifdef TARGET_NR_fgetxattr
184 { TARGET_NR_fgetxattr, "fgetxattr" , NULL, NULL, NULL },
186 #ifdef TARGET_NR_flistxattr
187 { TARGET_NR_flistxattr, "flistxattr" , NULL, NULL, NULL },
189 #ifdef TARGET_NR_flock
190 { TARGET_NR_flock, "flock" , NULL, NULL, NULL },
192 #ifdef TARGET_NR_fork
193 { TARGET_NR_fork, "fork" , "%s()", NULL, NULL },
195 #ifdef TARGET_NR_fremovexattr
196 { TARGET_NR_fremovexattr, "fremovexattr" , NULL, NULL, NULL },
198 #ifdef TARGET_NR_fsetxattr
199 { TARGET_NR_fsetxattr, "fsetxattr" , NULL, NULL, NULL },
201 #ifdef TARGET_NR_fstat
202 { TARGET_NR_fstat, "fstat" , NULL, print_fstat, NULL },
204 #ifdef TARGET_NR_fstat64
205 { TARGET_NR_fstat64, "fstat64" , NULL, print_fstat64, NULL },
207 #ifdef TARGET_NR_fstatfs
208 { TARGET_NR_fstatfs, "fstatfs" , "%s(%d,%p)", NULL, NULL },
210 #ifdef TARGET_NR_fstatfs64
211 { TARGET_NR_fstatfs64, "fstatfs64" , "%s(%d,%p)", NULL, NULL },
213 #ifdef TARGET_NR_fsync
214 { TARGET_NR_fsync, "fsync" , NULL, NULL, NULL },
216 #ifdef TARGET_NR_ftime
217 { TARGET_NR_ftime, "ftime" , NULL, NULL, NULL },
219 #ifdef TARGET_NR_ftruncate
220 { TARGET_NR_ftruncate, "ftruncate" , NULL, NULL, NULL },
222 #ifdef TARGET_NR_ftruncate64
223 { TARGET_NR_ftruncate64, "ftruncate64" , NULL, NULL, NULL },
225 #ifdef TARGET_NR_futex
226 { TARGET_NR_futex, "futex" , NULL, print_futex, NULL },
228 #ifdef TARGET_NR_futimesat
229 { TARGET_NR_futimesat, "futimesat" , NULL, print_futimesat, NULL },
231 #ifdef TARGET_NR_getcwd
232 { TARGET_NR_getcwd, "getcwd" , "%s(%p,%d)", NULL, NULL },
234 #ifdef TARGET_NR_getdents
235 { TARGET_NR_getdents, "getdents" , NULL, NULL, NULL },
237 #ifdef TARGET_NR_getdents64
238 { TARGET_NR_getdents64, "getdents64" , NULL, NULL, NULL },
240 #ifdef TARGET_NR_getdomainname
241 { TARGET_NR_getdomainname, "getdomainname" , NULL, NULL, NULL },
243 #ifdef TARGET_NR_getdtablesize
244 { TARGET_NR_getdtablesize, "getdtablesize" , NULL, NULL, NULL },
246 #ifdef TARGET_NR_getegid
247 { TARGET_NR_getegid, "getegid" , NULL, NULL, NULL },
249 #ifdef TARGET_NR_getegid32
250 { TARGET_NR_getegid32, "getegid32" , NULL, NULL, NULL },
252 #ifdef TARGET_NR_geteuid
253 { TARGET_NR_geteuid, "geteuid" , NULL, NULL, NULL },
255 #ifdef TARGET_NR_geteuid32
256 { TARGET_NR_geteuid32, "geteuid32" , NULL, NULL, NULL },
258 #ifdef TARGET_NR_getgid
259 { TARGET_NR_getgid, "getgid" , NULL, NULL, NULL },
261 #ifdef TARGET_NR_getgid32
262 { TARGET_NR_getgid32, "getgid32" , NULL, NULL, NULL },
264 #ifdef TARGET_NR_getgroups
265 { TARGET_NR_getgroups, "getgroups" , NULL, NULL, NULL },
267 #ifdef TARGET_NR_getgroups32
268 { TARGET_NR_getgroups32, "getgroups32" , NULL, NULL, NULL },
270 #ifdef TARGET_NR_gethostname
271 { TARGET_NR_gethostname, "gethostname" , NULL, NULL, NULL },
273 #ifdef TARGET_NR_getitimer
274 { TARGET_NR_getitimer, "getitimer" , NULL, NULL, NULL },
276 #ifdef TARGET_NR_get_kernel_syms
277 { TARGET_NR_get_kernel_syms, "get_kernel_syms" , NULL, NULL, NULL },
279 #ifdef TARGET_NR_get_mempolicy
280 { TARGET_NR_get_mempolicy, "get_mempolicy" , NULL, NULL, NULL },
282 #ifdef TARGET_NR_getpagesize
283 { TARGET_NR_getpagesize, "getpagesize" , NULL, NULL, NULL },
285 #ifdef TARGET_NR_getpeername
286 { TARGET_NR_getpeername, "getpeername" , NULL, NULL, NULL },
288 #ifdef TARGET_NR_getpgid
289 { TARGET_NR_getpgid, "getpgid" , NULL, NULL, NULL },
291 #ifdef TARGET_NR_getpgrp
292 { TARGET_NR_getpgrp, "getpgrp" , NULL, NULL, NULL },
294 #ifdef TARGET_NR_getpid
295 { TARGET_NR_getpid, "getpid" , "%s()", NULL, NULL },
297 #ifdef TARGET_NR_getpmsg
298 { TARGET_NR_getpmsg, "getpmsg" , NULL, NULL, NULL },
300 #ifdef TARGET_NR_getppid
301 { TARGET_NR_getppid, "getppid" , NULL, NULL, NULL },
303 #ifdef TARGET_NR_getpriority
304 { TARGET_NR_getpriority, "getpriority", "%s(%#x,%#x)", NULL, NULL },
306 #ifdef TARGET_NR_getresgid
307 { TARGET_NR_getresgid, "getresgid" , NULL, NULL, NULL },
309 #ifdef TARGET_NR_getresgid32
310 { TARGET_NR_getresgid32, "getresgid32" , NULL, NULL, NULL },
312 #ifdef TARGET_NR_getresuid
313 { TARGET_NR_getresuid, "getresuid" , NULL, NULL, NULL },
315 #ifdef TARGET_NR_getresuid32
316 { TARGET_NR_getresuid32, "getresuid32" , NULL, NULL, NULL },
318 #ifdef TARGET_NR_getrlimit
319 { TARGET_NR_getrlimit, "getrlimit" , NULL, NULL, NULL },
321 #ifdef TARGET_NR_get_robust_list
322 { TARGET_NR_get_robust_list, "get_robust_list" , NULL, NULL, NULL },
324 #ifdef TARGET_NR_getrusage
325 { TARGET_NR_getrusage, "getrusage" , NULL, NULL, NULL },
327 #ifdef TARGET_NR_getsid
328 { TARGET_NR_getsid, "getsid" , NULL, NULL, NULL },
330 #ifdef TARGET_NR_getsockname
331 { TARGET_NR_getsockname, "getsockname" , NULL, NULL, NULL },
333 #ifdef TARGET_NR_getsockopt
334 { TARGET_NR_getsockopt, "getsockopt" , NULL, NULL, NULL },
336 #ifdef TARGET_NR_get_thread_area
337 { TARGET_NR_get_thread_area, "get_thread_area" , NULL, NULL, NULL },
339 #ifdef TARGET_NR_gettid
340 { TARGET_NR_gettid, "gettid" , NULL, NULL, NULL },
342 #ifdef TARGET_NR_gettimeofday
343 { TARGET_NR_gettimeofday, "gettimeofday" , NULL, NULL, NULL },
345 #ifdef TARGET_NR_getuid
346 { TARGET_NR_getuid, "getuid" , NULL, NULL, NULL },
348 #ifdef TARGET_NR_getuid32
349 { TARGET_NR_getuid32, "getuid32" , NULL, NULL, NULL },
351 #ifdef TARGET_NR_getxattr
352 { TARGET_NR_getxattr, "getxattr" , NULL, NULL, NULL },
354 #ifdef TARGET_NR_getxgid
355 { TARGET_NR_getxgid, "getxgid" , NULL, NULL, NULL },
357 #ifdef TARGET_NR_getxpid
358 { TARGET_NR_getxpid, "getxpid" , NULL, NULL, NULL },
360 #ifdef TARGET_NR_getxuid
361 { TARGET_NR_getxuid, "getxuid" , NULL, NULL, NULL },
363 #ifdef TARGET_NR_gtty
364 { TARGET_NR_gtty, "gtty" , NULL, NULL, NULL },
366 #ifdef TARGET_NR_idle
367 { TARGET_NR_idle, "idle" , NULL, NULL, NULL },
369 #ifdef TARGET_NR_init_module
370 { TARGET_NR_init_module, "init_module" , NULL, NULL, NULL },
372 #ifdef TARGET_NR_inotify_add_watch
373 { TARGET_NR_inotify_add_watch, "inotify_add_watch" , NULL, NULL, NULL },
375 #ifdef TARGET_NR_inotify_init
376 { TARGET_NR_inotify_init, "inotify_init" , NULL, NULL, NULL },
378 #ifdef TARGET_NR_inotify_rm_watch
379 { TARGET_NR_inotify_rm_watch, "inotify_rm_watch" , NULL, NULL, NULL },
381 #ifdef TARGET_NR_io_cancel
382 { TARGET_NR_io_cancel, "io_cancel" , NULL, NULL, NULL },
384 #ifdef TARGET_NR_ioctl
385 { TARGET_NR_ioctl, "ioctl" , NULL, NULL, NULL },
387 #ifdef TARGET_NR_io_destroy
388 { TARGET_NR_io_destroy, "io_destroy" , NULL, NULL, NULL },
390 #ifdef TARGET_NR_io_getevents
391 { TARGET_NR_io_getevents, "io_getevents" , NULL, NULL, NULL },
393 #ifdef TARGET_NR_ioperm
394 { TARGET_NR_ioperm, "ioperm" , NULL, NULL, NULL },
396 #ifdef TARGET_NR_iopl
397 { TARGET_NR_iopl, "iopl" , NULL, NULL, NULL },
399 #ifdef TARGET_NR_ioprio_get
400 { TARGET_NR_ioprio_get, "ioprio_get" , NULL, NULL, NULL },
402 #ifdef TARGET_NR_ioprio_set
403 { TARGET_NR_ioprio_set, "ioprio_set" , NULL, NULL, NULL },
405 #ifdef TARGET_NR_io_setup
406 { TARGET_NR_io_setup, "io_setup" , NULL, NULL, NULL },
408 #ifdef TARGET_NR_io_submit
409 { TARGET_NR_io_submit, "io_submit" , NULL, NULL, NULL },
412 { TARGET_NR_ipc, "ipc" , NULL, print_ipc, NULL },
414 #ifdef TARGET_NR_kexec_load
415 { TARGET_NR_kexec_load, "kexec_load" , NULL, NULL, NULL },
417 #ifdef TARGET_NR_keyctl
418 { TARGET_NR_keyctl, "keyctl" , NULL, NULL, NULL },
420 #ifdef TARGET_NR_kill
421 { TARGET_NR_kill, "kill", NULL, print_kill, NULL },
423 #ifdef TARGET_NR_lchown
424 { TARGET_NR_lchown, "lchown" , NULL, NULL, NULL },
426 #ifdef TARGET_NR_lchown32
427 { TARGET_NR_lchown32, "lchown32" , NULL, NULL, NULL },
429 #ifdef TARGET_NR_lgetxattr
430 { TARGET_NR_lgetxattr, "lgetxattr" , NULL, NULL, NULL },
432 #ifdef TARGET_NR_link
433 { TARGET_NR_link, "link" , NULL, print_link, NULL },
435 #ifdef TARGET_NR_linkat
436 { TARGET_NR_linkat, "linkat" , NULL, print_linkat, NULL },
438 #ifdef TARGET_NR_Linux
439 { TARGET_NR_Linux, "Linux" , NULL, NULL, NULL },
441 #ifdef TARGET_NR_listen
442 { TARGET_NR_listen, "listen" , NULL, NULL, NULL },
444 #ifdef TARGET_NR_listxattr
445 { TARGET_NR_listxattr, "listxattr" , NULL, NULL, NULL },
447 #ifdef TARGET_NR_llistxattr
448 { TARGET_NR_llistxattr, "llistxattr" , NULL, NULL, NULL },
450 #ifdef TARGET_NR__llseek
451 { TARGET_NR__llseek, "_llseek" , NULL, print__llseek, NULL },
453 #ifdef TARGET_NR_lock
454 { TARGET_NR_lock, "lock" , NULL, NULL, NULL },
456 #ifdef TARGET_NR_lookup_dcookie
457 { TARGET_NR_lookup_dcookie, "lookup_dcookie" , NULL, NULL, NULL },
459 #ifdef TARGET_NR_lremovexattr
460 { TARGET_NR_lremovexattr, "lremovexattr" , NULL, NULL, NULL },
462 #ifdef TARGET_NR_lseek
463 { TARGET_NR_lseek, "lseek" , NULL, NULL, NULL },
465 #ifdef TARGET_NR_lsetxattr
466 { TARGET_NR_lsetxattr, "lsetxattr" , NULL, NULL, NULL },
468 #ifdef TARGET_NR_lstat
469 { TARGET_NR_lstat, "lstat" , NULL, print_lstat, NULL },
471 #ifdef TARGET_NR_lstat64
472 { TARGET_NR_lstat64, "lstat64" , NULL, print_lstat64, NULL },
474 #ifdef TARGET_NR_madvise
475 { TARGET_NR_madvise, "madvise" , NULL, NULL, NULL },
477 #ifdef TARGET_NR_madvise1
478 { TARGET_NR_madvise1, "madvise1" , NULL, NULL, NULL },
480 #ifdef TARGET_NR_mbind
481 { TARGET_NR_mbind, "mbind" , NULL, NULL, NULL },
483 #ifdef TARGET_NR_memory_ordering
484 { TARGET_NR_memory_ordering, "memory_ordering" , NULL, NULL, NULL },
486 #ifdef TARGET_NR_migrate_pages
487 { TARGET_NR_migrate_pages, "migrate_pages" , NULL, NULL, NULL },
489 #ifdef TARGET_NR_mincore
490 { TARGET_NR_mincore, "mincore" , NULL, NULL, NULL },
492 #ifdef TARGET_NR_mkdir
493 { TARGET_NR_mkdir, "mkdir" , NULL, print_mkdir, NULL },
495 #ifdef TARGET_NR_mkdirat
496 { TARGET_NR_mkdirat, "mkdirat" , NULL, print_mkdirat, NULL },
498 #ifdef TARGET_NR_rmdir
499 { TARGET_NR_rmdir, "rmdir" , NULL, print_rmdir, NULL },
501 #ifdef TARGET_NR_mknod
502 { TARGET_NR_mknod, "mknod" , NULL, print_mknod, NULL },
504 #ifdef TARGET_NR_mknodat
505 { TARGET_NR_mknodat, "mknodat" , NULL, print_mknodat, NULL },
507 #ifdef TARGET_NR_mlock
508 { TARGET_NR_mlock, "mlock" , NULL, NULL, NULL },
510 #ifdef TARGET_NR_mlockall
511 { TARGET_NR_mlockall, "mlockall" , NULL, NULL, NULL },
513 #ifdef TARGET_NR_mmap
514 { TARGET_NR_mmap, "mmap" , NULL, print_mmap, print_syscall_ret_addr },
516 #ifdef TARGET_NR_mmap2
517 { TARGET_NR_mmap2, "mmap2" , NULL, print_mmap2, print_syscall_ret_addr },
519 #ifdef TARGET_NR_modify_ldt
520 { TARGET_NR_modify_ldt, "modify_ldt" , NULL, NULL, NULL },
522 #ifdef TARGET_NR_mount
523 { TARGET_NR_mount, "mount" , NULL, print_mount, NULL },
525 #ifdef TARGET_NR_move_pages
526 { TARGET_NR_move_pages, "move_pages" , NULL, NULL, NULL },
528 #ifdef TARGET_NR_mprotect
529 { TARGET_NR_mprotect, "mprotect" , NULL, print_mprotect, NULL },
532 { TARGET_NR_mpx, "mpx" , NULL, NULL, NULL },
534 #ifdef TARGET_NR_mq_getsetattr
535 { TARGET_NR_mq_getsetattr, "mq_getsetattr" , "%s(%d,%p,%p)", NULL, NULL },
537 #ifdef TARGET_NR_mq_notify
538 { TARGET_NR_mq_notify, "mq_notify" , "%s(%d,%p)", NULL, NULL },
540 #ifdef TARGET_NR_mq_open
541 { TARGET_NR_mq_open, "mq_open" , NULL, print_mq_open, NULL },
543 #ifdef TARGET_NR_mq_timedreceive
544 { TARGET_NR_mq_timedreceive, "mq_timedreceive" , "%s(%d,%p,%d,%u,%p)", NULL, NULL },
546 #ifdef TARGET_NR_mq_timedsend
547 { TARGET_NR_mq_timedsend, "mq_timedsend" , "%s(%d,%p,%d,%u,%p)", NULL, NULL },
549 #ifdef TARGET_NR_mq_unlink
550 { TARGET_NR_mq_unlink, "mq_unlink" , NULL, print_mq_unlink, NULL },
552 #ifdef TARGET_NR_mremap
553 { TARGET_NR_mremap, "mremap" , NULL, NULL, NULL },
555 #ifdef TARGET_NR_msgctl
556 { TARGET_NR_msgctl, "msgctl" , NULL, NULL, NULL },
558 #ifdef TARGET_NR_msgget
559 { TARGET_NR_msgget, "msgget" , NULL, NULL, NULL },
561 #ifdef TARGET_NR_msgrcv
562 { TARGET_NR_msgrcv, "msgrcv" , NULL, NULL, NULL },
564 #ifdef TARGET_NR_msgsnd
565 { TARGET_NR_msgsnd, "msgsnd" , NULL, NULL, NULL },
567 #ifdef TARGET_NR_msync
568 { TARGET_NR_msync, "msync" , NULL, NULL, NULL },
570 #ifdef TARGET_NR_multiplexer
571 { TARGET_NR_multiplexer, "multiplexer" , NULL, NULL, NULL },
573 #ifdef TARGET_NR_munlock
574 { TARGET_NR_munlock, "munlock" , NULL, NULL, NULL },
576 #ifdef TARGET_NR_munlockall
577 { TARGET_NR_munlockall, "munlockall" , NULL, NULL, NULL },
579 #ifdef TARGET_NR_munmap
580 { TARGET_NR_munmap, "munmap" , NULL, print_munmap, NULL },
582 #ifdef TARGET_NR_nanosleep
583 { TARGET_NR_nanosleep, "nanosleep" , NULL, NULL, NULL },
585 #ifdef TARGET_NR_fstatat64
586 { TARGET_NR_fstatat64, "fstatat64" , NULL, print_fstatat64, NULL },
588 #ifdef TARGET_NR_newfstatat
589 { TARGET_NR_newfstatat, "newfstatat" , NULL, print_newfstatat, NULL },
591 #ifdef TARGET_NR__newselect
592 { TARGET_NR__newselect, "_newselect" , NULL, print_newselect, print_syscall_ret_newselect },
594 #ifdef TARGET_NR_nfsservctl
595 { TARGET_NR_nfsservctl, "nfsservctl" , NULL, NULL, NULL },
597 #ifdef TARGET_NR_nice
598 { TARGET_NR_nice, "nice" , NULL, NULL, NULL },
600 #ifdef TARGET_NR_old_adjtimex
601 { TARGET_NR_old_adjtimex, "old_adjtimex" , NULL, NULL, NULL },
603 #ifdef TARGET_NR_oldfstat
604 { TARGET_NR_oldfstat, "oldfstat" , NULL, NULL, NULL },
606 #ifdef TARGET_NR_oldlstat
607 { TARGET_NR_oldlstat, "oldlstat" , NULL, NULL, NULL },
609 #ifdef TARGET_NR_oldolduname
610 { TARGET_NR_oldolduname, "oldolduname" , NULL, NULL, NULL },
612 #ifdef TARGET_NR_oldstat
613 { TARGET_NR_oldstat, "oldstat" , NULL, NULL, NULL },
615 #ifdef TARGET_NR_oldumount
616 { TARGET_NR_oldumount, "oldumount" , NULL, NULL, NULL },
618 #ifdef TARGET_NR_olduname
619 { TARGET_NR_olduname, "olduname" , NULL, NULL, NULL },
621 #ifdef TARGET_NR_open
622 { TARGET_NR_open, "open" , NULL, print_open, NULL },
624 #ifdef TARGET_NR_openat
625 { TARGET_NR_openat, "openat" , NULL, print_openat, NULL },
627 #ifdef TARGET_NR_osf_adjtime
628 { TARGET_NR_osf_adjtime, "osf_adjtime" , NULL, NULL, NULL },
630 #ifdef TARGET_NR_osf_afs_syscall
631 { TARGET_NR_osf_afs_syscall, "osf_afs_syscall" , NULL, NULL, NULL },
633 #ifdef TARGET_NR_osf_alt_plock
634 { TARGET_NR_osf_alt_plock, "osf_alt_plock" , NULL, NULL, NULL },
636 #ifdef TARGET_NR_osf_alt_setsid
637 { TARGET_NR_osf_alt_setsid, "osf_alt_setsid" , NULL, NULL, NULL },
639 #ifdef TARGET_NR_osf_alt_sigpending
640 { TARGET_NR_osf_alt_sigpending, "osf_alt_sigpending" , NULL, NULL, NULL },
642 #ifdef TARGET_NR_osf_asynch_daemon
643 { TARGET_NR_osf_asynch_daemon, "osf_asynch_daemon" , NULL, NULL, NULL },
645 #ifdef TARGET_NR_osf_audcntl
646 { TARGET_NR_osf_audcntl, "osf_audcntl" , NULL, NULL, NULL },
648 #ifdef TARGET_NR_osf_audgen
649 { TARGET_NR_osf_audgen, "osf_audgen" , NULL, NULL, NULL },
651 #ifdef TARGET_NR_osf_chflags
652 { TARGET_NR_osf_chflags, "osf_chflags" , NULL, NULL, NULL },
654 #ifdef TARGET_NR_osf_execve
655 { TARGET_NR_osf_execve, "osf_execve" , NULL, NULL, NULL },
657 #ifdef TARGET_NR_osf_exportfs
658 { TARGET_NR_osf_exportfs, "osf_exportfs" , NULL, NULL, NULL },
660 #ifdef TARGET_NR_osf_fchflags
661 { TARGET_NR_osf_fchflags, "osf_fchflags" , NULL, NULL, NULL },
663 #ifdef TARGET_NR_osf_fdatasync
664 { TARGET_NR_osf_fdatasync, "osf_fdatasync" , NULL, NULL, NULL },
666 #ifdef TARGET_NR_osf_fpathconf
667 { TARGET_NR_osf_fpathconf, "osf_fpathconf" , NULL, NULL, NULL },
669 #ifdef TARGET_NR_osf_fstatfs
670 { TARGET_NR_osf_fstatfs, "osf_fstatfs" , NULL, NULL, NULL },
672 #ifdef TARGET_NR_osf_fuser
673 { TARGET_NR_osf_fuser, "osf_fuser" , NULL, NULL, NULL },
675 #ifdef TARGET_NR_osf_getaddressconf
676 { TARGET_NR_osf_getaddressconf, "osf_getaddressconf" , NULL, NULL, NULL },
678 #ifdef TARGET_NR_osf_getdirentries
679 { TARGET_NR_osf_getdirentries, "osf_getdirentries" , NULL, NULL, NULL },
681 #ifdef TARGET_NR_osf_getdomainname
682 { TARGET_NR_osf_getdomainname, "osf_getdomainname" , NULL, NULL, NULL },
684 #ifdef TARGET_NR_osf_getfh
685 { TARGET_NR_osf_getfh, "osf_getfh" , NULL, NULL, NULL },
687 #ifdef TARGET_NR_osf_getfsstat
688 { TARGET_NR_osf_getfsstat, "osf_getfsstat" , NULL, NULL, NULL },
690 #ifdef TARGET_NR_osf_gethostid
691 { TARGET_NR_osf_gethostid, "osf_gethostid" , NULL, NULL, NULL },
693 #ifdef TARGET_NR_osf_getitimer
694 { TARGET_NR_osf_getitimer, "osf_getitimer" , NULL, NULL, NULL },
696 #ifdef TARGET_NR_osf_getlogin
697 { TARGET_NR_osf_getlogin, "osf_getlogin" , NULL, NULL, NULL },
699 #ifdef TARGET_NR_osf_getmnt
700 { TARGET_NR_osf_getmnt, "osf_getmnt" , NULL, NULL, NULL },
702 #ifdef TARGET_NR_osf_getrusage
703 { TARGET_NR_osf_getrusage, "osf_getrusage" , NULL, NULL, NULL },
705 #ifdef TARGET_NR_osf_getsysinfo
706 { TARGET_NR_osf_getsysinfo, "osf_getsysinfo" , NULL, NULL, NULL },
708 #ifdef TARGET_NR_osf_gettimeofday
709 { TARGET_NR_osf_gettimeofday, "osf_gettimeofday" , NULL, NULL, NULL },
711 #ifdef TARGET_NR_osf_kloadcall
712 { TARGET_NR_osf_kloadcall, "osf_kloadcall" , NULL, NULL, NULL },
714 #ifdef TARGET_NR_osf_kmodcall
715 { TARGET_NR_osf_kmodcall, "osf_kmodcall" , NULL, NULL, NULL },
717 #ifdef TARGET_NR_osf_memcntl
718 { TARGET_NR_osf_memcntl, "osf_memcntl" , NULL, NULL, NULL },
720 #ifdef TARGET_NR_osf_mincore
721 { TARGET_NR_osf_mincore, "osf_mincore" , NULL, NULL, NULL },
723 #ifdef TARGET_NR_osf_mount
724 { TARGET_NR_osf_mount, "osf_mount" , NULL, NULL, NULL },
726 #ifdef TARGET_NR_osf_mremap
727 { TARGET_NR_osf_mremap, "osf_mremap" , NULL, NULL, NULL },
729 #ifdef TARGET_NR_osf_msfs_syscall
730 { TARGET_NR_osf_msfs_syscall, "osf_msfs_syscall" , NULL, NULL, NULL },
732 #ifdef TARGET_NR_osf_msleep
733 { TARGET_NR_osf_msleep, "osf_msleep" , NULL, NULL, NULL },
735 #ifdef TARGET_NR_osf_mvalid
736 { TARGET_NR_osf_mvalid, "osf_mvalid" , NULL, NULL, NULL },
738 #ifdef TARGET_NR_osf_mwakeup
739 { TARGET_NR_osf_mwakeup, "osf_mwakeup" , NULL, NULL, NULL },
741 #ifdef TARGET_NR_osf_naccept
742 { TARGET_NR_osf_naccept, "osf_naccept" , NULL, NULL, NULL },
744 #ifdef TARGET_NR_osf_nfssvc
745 { TARGET_NR_osf_nfssvc, "osf_nfssvc" , NULL, NULL, NULL },
747 #ifdef TARGET_NR_osf_ngetpeername
748 { TARGET_NR_osf_ngetpeername, "osf_ngetpeername" , NULL, NULL, NULL },
750 #ifdef TARGET_NR_osf_ngetsockname
751 { TARGET_NR_osf_ngetsockname, "osf_ngetsockname" , NULL, NULL, NULL },
753 #ifdef TARGET_NR_osf_nrecvfrom
754 { TARGET_NR_osf_nrecvfrom, "osf_nrecvfrom" , NULL, NULL, NULL },
756 #ifdef TARGET_NR_osf_nrecvmsg
757 { TARGET_NR_osf_nrecvmsg, "osf_nrecvmsg" , NULL, NULL, NULL },
759 #ifdef TARGET_NR_osf_nsendmsg
760 { TARGET_NR_osf_nsendmsg, "osf_nsendmsg" , NULL, NULL, NULL },
762 #ifdef TARGET_NR_osf_ntp_adjtime
763 { TARGET_NR_osf_ntp_adjtime, "osf_ntp_adjtime" , NULL, NULL, NULL },
765 #ifdef TARGET_NR_osf_ntp_gettime
766 { TARGET_NR_osf_ntp_gettime, "osf_ntp_gettime" , NULL, NULL, NULL },
768 #ifdef TARGET_NR_osf_old_creat
769 { TARGET_NR_osf_old_creat, "osf_old_creat" , NULL, NULL, NULL },
771 #ifdef TARGET_NR_osf_old_fstat
772 { TARGET_NR_osf_old_fstat, "osf_old_fstat" , NULL, NULL, NULL },
774 #ifdef TARGET_NR_osf_old_getpgrp
775 { TARGET_NR_osf_old_getpgrp, "osf_old_getpgrp" , NULL, NULL, NULL },
777 #ifdef TARGET_NR_osf_old_killpg
778 { TARGET_NR_osf_old_killpg, "osf_old_killpg" , NULL, NULL, NULL },
780 #ifdef TARGET_NR_osf_old_lstat
781 { TARGET_NR_osf_old_lstat, "osf_old_lstat" , NULL, NULL, NULL },
783 #ifdef TARGET_NR_osf_old_open
784 { TARGET_NR_osf_old_open, "osf_old_open" , NULL, NULL, NULL },
786 #ifdef TARGET_NR_osf_oldquota
787 { TARGET_NR_osf_oldquota, "osf_oldquota" , NULL, NULL, NULL },
789 #ifdef TARGET_NR_osf_old_sigaction
790 { TARGET_NR_osf_old_sigaction, "osf_old_sigaction" , NULL, NULL, NULL },
792 #ifdef TARGET_NR_osf_old_sigblock
793 { TARGET_NR_osf_old_sigblock, "osf_old_sigblock" , NULL, NULL, NULL },
795 #ifdef TARGET_NR_osf_old_sigreturn
796 { TARGET_NR_osf_old_sigreturn, "osf_old_sigreturn" , NULL, NULL, NULL },
798 #ifdef TARGET_NR_osf_old_sigsetmask
799 { TARGET_NR_osf_old_sigsetmask, "osf_old_sigsetmask" , NULL, NULL, NULL },
801 #ifdef TARGET_NR_osf_old_sigvec
802 { TARGET_NR_osf_old_sigvec, "osf_old_sigvec" , NULL, NULL, NULL },
804 #ifdef TARGET_NR_osf_old_stat
805 { TARGET_NR_osf_old_stat, "osf_old_stat" , NULL, NULL, NULL },
807 #ifdef TARGET_NR_osf_old_vadvise
808 { TARGET_NR_osf_old_vadvise, "osf_old_vadvise" , NULL, NULL, NULL },
810 #ifdef TARGET_NR_osf_old_vtrace
811 { TARGET_NR_osf_old_vtrace, "osf_old_vtrace" , NULL, NULL, NULL },
813 #ifdef TARGET_NR_osf_old_wait
814 { TARGET_NR_osf_old_wait, "osf_old_wait" , NULL, NULL, NULL },
816 #ifdef TARGET_NR_osf_pathconf
817 { TARGET_NR_osf_pathconf, "osf_pathconf" , NULL, NULL, NULL },
819 #ifdef TARGET_NR_osf_pid_block
820 { TARGET_NR_osf_pid_block, "osf_pid_block" , NULL, NULL, NULL },
822 #ifdef TARGET_NR_osf_pid_unblock
823 { TARGET_NR_osf_pid_unblock, "osf_pid_unblock" , NULL, NULL, NULL },
825 #ifdef TARGET_NR_osf_plock
826 { TARGET_NR_osf_plock, "osf_plock" , NULL, NULL, NULL },
828 #ifdef TARGET_NR_osf_priocntlset
829 { TARGET_NR_osf_priocntlset, "osf_priocntlset" , NULL, NULL, NULL },
831 #ifdef TARGET_NR_osf_profil
832 { TARGET_NR_osf_profil, "osf_profil" , NULL, NULL, NULL },
834 #ifdef TARGET_NR_osf_proplist_syscall
835 { TARGET_NR_osf_proplist_syscall, "osf_proplist_syscall" , NULL, NULL, NULL },
837 #ifdef TARGET_NR_osf_reboot
838 { TARGET_NR_osf_reboot, "osf_reboot" , NULL, NULL, NULL },
840 #ifdef TARGET_NR_osf_revoke
841 { TARGET_NR_osf_revoke, "osf_revoke" , NULL, NULL, NULL },
843 #ifdef TARGET_NR_osf_sbrk
844 { TARGET_NR_osf_sbrk, "osf_sbrk" , NULL, NULL, NULL },
846 #ifdef TARGET_NR_osf_security
847 { TARGET_NR_osf_security, "osf_security" , NULL, NULL, NULL },
849 #ifdef TARGET_NR_osf_select
850 { TARGET_NR_osf_select, "osf_select" , NULL, NULL, NULL },
852 #ifdef TARGET_NR_osf_sethostid
853 { TARGET_NR_osf_sethostid, "osf_sethostid" , NULL, NULL, NULL },
855 #ifdef TARGET_NR_osf_setitimer
856 { TARGET_NR_osf_setitimer, "osf_setitimer" , NULL, NULL, NULL },
858 #ifdef TARGET_NR_osf_setlogin
859 { TARGET_NR_osf_setlogin, "osf_setlogin" , NULL, NULL, NULL },
861 #ifdef TARGET_NR_osf_set_program_attributes
862 { TARGET_NR_osf_set_program_attributes, "osf_set_program_attributes" , NULL, NULL, NULL },
864 #ifdef TARGET_NR_osf_set_speculative
865 { TARGET_NR_osf_set_speculative, "osf_set_speculative" , NULL, NULL, NULL },
867 #ifdef TARGET_NR_osf_setsysinfo
868 { TARGET_NR_osf_setsysinfo, "osf_setsysinfo" , NULL, NULL, NULL },
870 #ifdef TARGET_NR_osf_settimeofday
871 { TARGET_NR_osf_settimeofday, "osf_settimeofday" , NULL, NULL, NULL },
873 #ifdef TARGET_NR_osf_shmat
874 { TARGET_NR_osf_shmat, "osf_shmat" , NULL, NULL, NULL },
876 #ifdef TARGET_NR_osf_signal
877 { TARGET_NR_osf_signal, "osf_signal" , NULL, NULL, NULL },
879 #ifdef TARGET_NR_osf_sigprocmask
880 { TARGET_NR_osf_sigprocmask, "osf_sigprocmask" , NULL, NULL, NULL },
882 #ifdef TARGET_NR_osf_sigsendset
883 { TARGET_NR_osf_sigsendset, "osf_sigsendset" , NULL, NULL, NULL },
885 #ifdef TARGET_NR_osf_sigstack
886 { TARGET_NR_osf_sigstack, "osf_sigstack" , NULL, NULL, NULL },
888 #ifdef TARGET_NR_osf_sigwaitprim
889 { TARGET_NR_osf_sigwaitprim, "osf_sigwaitprim" , NULL, NULL, NULL },
891 #ifdef TARGET_NR_osf_sstk
892 { TARGET_NR_osf_sstk, "osf_sstk" , NULL, NULL, NULL },
894 #ifdef TARGET_NR_osf_statfs
895 { TARGET_NR_osf_statfs, "osf_statfs" , NULL, NULL, NULL },
897 #ifdef TARGET_NR_osf_subsys_info
898 { TARGET_NR_osf_subsys_info, "osf_subsys_info" , NULL, NULL, NULL },
900 #ifdef TARGET_NR_osf_swapctl
901 { TARGET_NR_osf_swapctl, "osf_swapctl" , NULL, NULL, NULL },
903 #ifdef TARGET_NR_osf_swapon
904 { TARGET_NR_osf_swapon, "osf_swapon" , NULL, NULL, NULL },
906 #ifdef TARGET_NR_osf_syscall
907 { TARGET_NR_osf_syscall, "osf_syscall" , NULL, NULL, NULL },
909 #ifdef TARGET_NR_osf_sysinfo
910 { TARGET_NR_osf_sysinfo, "osf_sysinfo" , NULL, NULL, NULL },
912 #ifdef TARGET_NR_osf_table
913 { TARGET_NR_osf_table, "osf_table" , NULL, NULL, NULL },
915 #ifdef TARGET_NR_osf_uadmin
916 { TARGET_NR_osf_uadmin, "osf_uadmin" , NULL, NULL, NULL },
918 #ifdef TARGET_NR_osf_usleep_thread
919 { TARGET_NR_osf_usleep_thread, "osf_usleep_thread" , NULL, NULL, NULL },
921 #ifdef TARGET_NR_osf_uswitch
922 { TARGET_NR_osf_uswitch, "osf_uswitch" , NULL, NULL, NULL },
924 #ifdef TARGET_NR_osf_utc_adjtime
925 { TARGET_NR_osf_utc_adjtime, "osf_utc_adjtime" , NULL, NULL, NULL },
927 #ifdef TARGET_NR_osf_utc_gettime
928 { TARGET_NR_osf_utc_gettime, "osf_utc_gettime" , NULL, NULL, NULL },
930 #ifdef TARGET_NR_osf_utimes
931 { TARGET_NR_osf_utimes, "osf_utimes" , NULL, NULL, NULL },
933 #ifdef TARGET_NR_osf_utsname
934 { TARGET_NR_osf_utsname, "osf_utsname" , NULL, NULL, NULL },
936 #ifdef TARGET_NR_osf_wait4
937 { TARGET_NR_osf_wait4, "osf_wait4" , NULL, NULL, NULL },
939 #ifdef TARGET_NR_osf_waitid
940 { TARGET_NR_osf_waitid, "osf_waitid" , NULL, NULL, NULL },
942 #ifdef TARGET_NR_pause
943 { TARGET_NR_pause, "pause" , NULL, NULL, NULL },
945 #ifdef TARGET_NR_pciconfig_iobase
946 { TARGET_NR_pciconfig_iobase, "pciconfig_iobase" , NULL, NULL, NULL },
948 #ifdef TARGET_NR_pciconfig_read
949 { TARGET_NR_pciconfig_read, "pciconfig_read" , NULL, NULL, NULL },
951 #ifdef TARGET_NR_pciconfig_write
952 { TARGET_NR_pciconfig_write, "pciconfig_write" , NULL, NULL, NULL },
954 #ifdef TARGET_NR_perfctr
955 { TARGET_NR_perfctr, "perfctr" , NULL, NULL, NULL },
957 #ifdef TARGET_NR_personality
958 { TARGET_NR_personality, "personality" , NULL, NULL, NULL },
960 #ifdef TARGET_NR_pipe
961 { TARGET_NR_pipe, "pipe" , NULL, NULL, NULL },
963 #ifdef TARGET_NR_pivot_root
964 { TARGET_NR_pivot_root, "pivot_root" , NULL, NULL, NULL },
966 #ifdef TARGET_NR_poll
967 { TARGET_NR_poll, "poll" , NULL, NULL, NULL },
969 #ifdef TARGET_NR_ppoll
970 { TARGET_NR_ppoll, "ppoll" , NULL, NULL, NULL },
972 #ifdef TARGET_NR_prctl
973 { TARGET_NR_prctl, "prctl" , NULL, NULL, NULL },
975 #ifdef TARGET_NR_pread
976 { TARGET_NR_pread, "pread" , NULL, NULL, NULL },
978 #ifdef TARGET_NR_pread64
979 { TARGET_NR_pread64, "pread64" , NULL, NULL, NULL },
981 #ifdef TARGET_NR_prof
982 { TARGET_NR_prof, "prof" , NULL, NULL, NULL },
984 #ifdef TARGET_NR_profil
985 { TARGET_NR_profil, "profil" , NULL, NULL, NULL },
987 #ifdef TARGET_NR_pselect6
988 { TARGET_NR_pselect6, "pselect6" , NULL, NULL, NULL },
990 #ifdef TARGET_NR_ptrace
991 { TARGET_NR_ptrace, "ptrace" , NULL, NULL, NULL },
993 #ifdef TARGET_NR_putpmsg
994 { TARGET_NR_putpmsg, "putpmsg" , NULL, NULL, NULL },
996 #ifdef TARGET_NR_pwrite
997 { TARGET_NR_pwrite, "pwrite" , NULL, NULL, NULL },
999 #ifdef TARGET_NR_pwrite64
1000 { TARGET_NR_pwrite64, "pwrite64" , NULL, NULL, NULL },
1002 #ifdef TARGET_NR_query_module
1003 { TARGET_NR_query_module, "query_module" , NULL, NULL, NULL },
1005 #ifdef TARGET_NR_quotactl
1006 { TARGET_NR_quotactl, "quotactl" , NULL, NULL, NULL },
1008 #ifdef TARGET_NR_read
1009 { TARGET_NR_read, "read" , "%s(%d,%#x,%d)", NULL, NULL },
1011 #ifdef TARGET_NR_readahead
1012 { TARGET_NR_readahead, "readahead" , NULL, NULL, NULL },
1014 #ifdef TARGET_NR_readdir
1015 { TARGET_NR_readdir, "readdir" , NULL, NULL, NULL },
1017 #ifdef TARGET_NR_readlink
1018 { TARGET_NR_readlink, "readlink" , NULL, print_readlink, NULL },
1020 #ifdef TARGET_NR_readlinkat
1021 { TARGET_NR_readlinkat, "readlinkat" , NULL, print_readlinkat, NULL },
1023 #ifdef TARGET_NR_readv
1024 { TARGET_NR_readv, "readv" , NULL, NULL, NULL },
1026 #ifdef TARGET_NR_reboot
1027 { TARGET_NR_reboot, "reboot" , NULL, NULL, NULL },
1029 #ifdef TARGET_NR_recv
1030 { TARGET_NR_recv, "recv" , NULL, NULL, NULL },
1032 #ifdef TARGET_NR_recvfrom
1033 { TARGET_NR_recvfrom, "recvfrom" , NULL, NULL, NULL },
1035 #ifdef TARGET_NR_recvmsg
1036 { TARGET_NR_recvmsg, "recvmsg" , NULL, NULL, NULL },
1038 #ifdef TARGET_NR_remap_file_pages
1039 { TARGET_NR_remap_file_pages, "remap_file_pages" , NULL, NULL, NULL },
1041 #ifdef TARGET_NR_removexattr
1042 { TARGET_NR_removexattr, "removexattr" , NULL, NULL, NULL },
1044 #ifdef TARGET_NR_rename
1045 { TARGET_NR_rename, "rename" , NULL, print_rename, NULL },
1047 #ifdef TARGET_NR_renameat
1048 { TARGET_NR_renameat, "renameat" , NULL, print_renameat, NULL },
1050 #ifdef TARGET_NR_request_key
1051 { TARGET_NR_request_key, "request_key" , NULL, NULL, NULL },
1053 #ifdef TARGET_NR_reserved221
1054 { TARGET_NR_reserved221, "reserved221" , NULL, NULL, NULL },
1056 #ifdef TARGET_NR_reserved82
1057 { TARGET_NR_reserved82, "reserved82" , NULL, NULL, NULL },
1059 #ifdef TARGET_NR_restart_syscall
1060 { TARGET_NR_restart_syscall, "restart_syscall" , NULL, NULL, NULL },
1062 #ifdef TARGET_NR_rmdir
1063 { TARGET_NR_rmdir, "rmdir" , NULL, NULL, NULL },
1065 #ifdef TARGET_NR_rt_sigaction
1066 { TARGET_NR_rt_sigaction, "rt_sigaction" , NULL, print_rt_sigaction, NULL },
1068 #ifdef TARGET_NR_rt_sigpending
1069 { TARGET_NR_rt_sigpending, "rt_sigpending" , NULL, NULL, NULL },
1071 #ifdef TARGET_NR_rt_sigprocmask
1072 { TARGET_NR_rt_sigprocmask, "rt_sigprocmask" , NULL, print_rt_sigprocmask, NULL },
1074 #ifdef TARGET_NR_rt_sigqueueinfo
1075 { TARGET_NR_rt_sigqueueinfo, "rt_sigqueueinfo" , NULL, NULL, NULL },
1077 #ifdef TARGET_NR_rt_sigreturn
1078 { TARGET_NR_rt_sigreturn, "rt_sigreturn" , NULL, NULL, NULL },
1080 #ifdef TARGET_NR_rt_sigsuspend
1081 { TARGET_NR_rt_sigsuspend, "rt_sigsuspend" , NULL, NULL, NULL },
1083 #ifdef TARGET_NR_rt_sigtimedwait
1084 { TARGET_NR_rt_sigtimedwait, "rt_sigtimedwait" , NULL, NULL, NULL },
1086 #ifdef TARGET_NR_sched_getaffinity
1087 { TARGET_NR_sched_getaffinity, "sched_getaffinity" , NULL, NULL, NULL },
1089 #ifdef TARGET_NR_sched_get_affinity
1090 { TARGET_NR_sched_get_affinity, "sched_get_affinity" , NULL, NULL, NULL },
1092 #ifdef TARGET_NR_sched_getparam
1093 { TARGET_NR_sched_getparam, "sched_getparam" , NULL, NULL, NULL },
1095 #ifdef TARGET_NR_sched_get_priority_max
1096 { TARGET_NR_sched_get_priority_max, "sched_get_priority_max" , NULL, NULL, NULL },
1098 #ifdef TARGET_NR_sched_get_priority_min
1099 { TARGET_NR_sched_get_priority_min, "sched_get_priority_min" , NULL, NULL, NULL },
1101 #ifdef TARGET_NR_sched_getscheduler
1102 { TARGET_NR_sched_getscheduler, "sched_getscheduler" , NULL, NULL, NULL },
1104 #ifdef TARGET_NR_sched_rr_get_interval
1105 { TARGET_NR_sched_rr_get_interval, "sched_rr_get_interval" , NULL, NULL, NULL },
1107 #ifdef TARGET_NR_sched_setaffinity
1108 { TARGET_NR_sched_setaffinity, "sched_setaffinity" , NULL, NULL, NULL },
1110 #ifdef TARGET_NR_sched_set_affinity
1111 { TARGET_NR_sched_set_affinity, "sched_set_affinity" , NULL, NULL, NULL },
1113 #ifdef TARGET_NR_sched_setparam
1114 { TARGET_NR_sched_setparam, "sched_setparam" , NULL, NULL, NULL },
1116 #ifdef TARGET_NR_sched_setscheduler
1117 { TARGET_NR_sched_setscheduler, "sched_setscheduler" , NULL, NULL, NULL },
1119 #ifdef TARGET_NR_sched_yield
1120 { TARGET_NR_sched_yield, "sched_yield" , NULL, NULL, NULL },
1122 #ifdef TARGET_NR_security
1123 { TARGET_NR_security, "security" , NULL, NULL, NULL },
1125 #ifdef TARGET_NR_select
1126 { TARGET_NR_select, "select" , NULL, NULL, NULL },
1128 #ifdef TARGET_NR_semctl
1129 { TARGET_NR_semctl, "semctl" , NULL, print_semctl, NULL },
1131 #ifdef TARGET_NR_semget
1132 { TARGET_NR_semget, "semget" , NULL, NULL, NULL },
1134 #ifdef TARGET_NR_semop
1135 { TARGET_NR_semop, "semop" , NULL, NULL, NULL },
1137 #ifdef TARGET_NR_semtimedop
1138 { TARGET_NR_semtimedop, "semtimedop" , NULL, NULL, NULL },
1140 #ifdef TARGET_NR_send
1141 { TARGET_NR_send, "send" , NULL, NULL, NULL },
1143 #ifdef TARGET_NR_sendfile
1144 { TARGET_NR_sendfile, "sendfile" , NULL, NULL, NULL },
1146 #ifdef TARGET_NR_sendfile64
1147 { TARGET_NR_sendfile64, "sendfile64" , NULL, NULL, NULL },
1149 #ifdef TARGET_NR_sendmsg
1150 { TARGET_NR_sendmsg, "sendmsg" , NULL, NULL, NULL },
1152 #ifdef TARGET_NR_sendto
1153 { TARGET_NR_sendto, "sendto" , NULL, NULL, NULL },
1155 #ifdef TARGET_NR_setdomainname
1156 { TARGET_NR_setdomainname, "setdomainname" , NULL, NULL, NULL },
1158 #ifdef TARGET_NR_setfsgid
1159 { TARGET_NR_setfsgid, "setfsgid" , NULL, NULL, NULL },
1161 #ifdef TARGET_NR_setfsgid32
1162 { TARGET_NR_setfsgid32, "setfsgid32" , NULL, NULL, NULL },
1164 #ifdef TARGET_NR_setfsuid
1165 { TARGET_NR_setfsuid, "setfsuid" , NULL, NULL, NULL },
1167 #ifdef TARGET_NR_setfsuid32
1168 { TARGET_NR_setfsuid32, "setfsuid32" , NULL, NULL, NULL },
1170 #ifdef TARGET_NR_setgid
1171 { TARGET_NR_setgid, "setgid" , NULL, NULL, NULL },
1173 #ifdef TARGET_NR_setgid32
1174 { TARGET_NR_setgid32, "setgid32" , NULL, NULL, NULL },
1176 #ifdef TARGET_NR_setgroups
1177 { TARGET_NR_setgroups, "setgroups" , NULL, NULL, NULL },
1179 #ifdef TARGET_NR_setgroups32
1180 { TARGET_NR_setgroups32, "setgroups32" , NULL, NULL, NULL },
1182 #ifdef TARGET_NR_sethae
1183 { TARGET_NR_sethae, "sethae" , NULL, NULL, NULL },
1185 #ifdef TARGET_NR_sethostname
1186 { TARGET_NR_sethostname, "sethostname" , NULL, NULL, NULL },
1188 #ifdef TARGET_NR_setitimer
1189 { TARGET_NR_setitimer, "setitimer" , NULL, NULL, NULL },
1191 #ifdef TARGET_NR_set_mempolicy
1192 { TARGET_NR_set_mempolicy, "set_mempolicy" , NULL, NULL, NULL },
1194 #ifdef TARGET_NR_setpgid
1195 { TARGET_NR_setpgid, "setpgid" , NULL, NULL, NULL },
1197 #ifdef TARGET_NR_setpgrp
1198 { TARGET_NR_setpgrp, "setpgrp" , NULL, NULL, NULL },
1200 #ifdef TARGET_NR_setpriority
1201 { TARGET_NR_setpriority, "setpriority" , NULL, NULL, NULL },
1203 #ifdef TARGET_NR_setregid
1204 { TARGET_NR_setregid, "setregid" , NULL, NULL, NULL },
1206 #ifdef TARGET_NR_setregid32
1207 { TARGET_NR_setregid32, "setregid32" , NULL, NULL, NULL },
1209 #ifdef TARGET_NR_setresgid
1210 { TARGET_NR_setresgid, "setresgid" , NULL, NULL, NULL },
1212 #ifdef TARGET_NR_setresgid32
1213 { TARGET_NR_setresgid32, "setresgid32" , NULL, NULL, NULL },
1215 #ifdef TARGET_NR_setresuid
1216 { TARGET_NR_setresuid, "setresuid" , NULL, NULL, NULL },
1218 #ifdef TARGET_NR_setresuid32
1219 { TARGET_NR_setresuid32, "setresuid32" , NULL, NULL, NULL },
1221 #ifdef TARGET_NR_setreuid
1222 { TARGET_NR_setreuid, "setreuid" , NULL, NULL, NULL },
1224 #ifdef TARGET_NR_setreuid32
1225 { TARGET_NR_setreuid32, "setreuid32" , NULL, NULL, NULL },
1227 #ifdef TARGET_NR_setrlimit
1228 { TARGET_NR_setrlimit, "setrlimit" , NULL, NULL, NULL },
1230 #ifdef TARGET_NR_set_robust_list
1231 { TARGET_NR_set_robust_list, "set_robust_list" , NULL, NULL, NULL },
1233 #ifdef TARGET_NR_setsid
1234 { TARGET_NR_setsid, "setsid" , NULL, NULL, NULL },
1236 #ifdef TARGET_NR_setsockopt
1237 { TARGET_NR_setsockopt, "setsockopt" , NULL, NULL, NULL },
1239 #ifdef TARGET_NR_set_thread_area
1240 { TARGET_NR_set_thread_area, "set_thread_area" , NULL, NULL, NULL },
1242 #ifdef TARGET_NR_set_tid_address
1243 { TARGET_NR_set_tid_address, "set_tid_address" , NULL, NULL, NULL },
1245 #ifdef TARGET_NR_settimeofday
1246 { TARGET_NR_settimeofday, "settimeofday" , NULL, NULL, NULL },
1248 #ifdef TARGET_NR_setuid
1249 { TARGET_NR_setuid, "setuid" , NULL, NULL, NULL },
1251 #ifdef TARGET_NR_setuid32
1252 { TARGET_NR_setuid32, "setuid32" , NULL, NULL, NULL },
1254 #ifdef TARGET_NR_setxattr
1255 { TARGET_NR_setxattr, "setxattr" , NULL, NULL, NULL },
1257 #ifdef TARGET_NR_sgetmask
1258 { TARGET_NR_sgetmask, "sgetmask" , NULL, NULL, NULL },
1260 #ifdef TARGET_NR_shmat
1261 { TARGET_NR_shmat, "shmat" , NULL, NULL, print_syscall_ret_addr },
1263 #ifdef TARGET_NR_shmctl
1264 { TARGET_NR_shmctl, "shmctl" , NULL, NULL, NULL },
1266 #ifdef TARGET_NR_shmdt
1267 { TARGET_NR_shmdt, "shmdt" , NULL, NULL, NULL },
1269 #ifdef TARGET_NR_shmget
1270 { TARGET_NR_shmget, "shmget" , NULL, NULL, NULL },
1272 #ifdef TARGET_NR_shutdown
1273 { TARGET_NR_shutdown, "shutdown" , NULL, NULL, NULL },
1275 #ifdef TARGET_NR_sigaction
1276 { TARGET_NR_sigaction, "sigaction" , NULL, NULL, NULL },
1278 #ifdef TARGET_NR_sigaltstack
1279 { TARGET_NR_sigaltstack, "sigaltstack" , "%s(%p,%p)", NULL, NULL },
1281 #ifdef TARGET_NR_signal
1282 { TARGET_NR_signal, "signal" , NULL, NULL, NULL },
1284 #ifdef TARGET_NR_sigpending
1285 { TARGET_NR_sigpending, "sigpending" , NULL, NULL, NULL },
1287 #ifdef TARGET_NR_sigprocmask
1288 { TARGET_NR_sigprocmask, "sigprocmask" , NULL, NULL, NULL },
1290 #ifdef TARGET_NR_sigreturn
1291 { TARGET_NR_sigreturn, "sigreturn" , NULL, NULL, NULL },
1293 #ifdef TARGET_NR_sigsuspend
1294 { TARGET_NR_sigsuspend, "sigsuspend" , NULL, NULL, NULL },
1296 #ifdef TARGET_NR_socket
1297 { TARGET_NR_socket, "socket" , NULL, NULL, NULL },
1299 #ifdef TARGET_NR_socketcall
1300 { TARGET_NR_socketcall, "socketcall" , NULL, NULL, NULL },
1302 #ifdef TARGET_NR_socketpair
1303 { TARGET_NR_socketpair, "socketpair" , NULL, NULL, NULL },
1305 #ifdef TARGET_NR_splice
1306 { TARGET_NR_splice, "splice" , NULL, NULL, NULL },
1308 #ifdef TARGET_NR_ssetmask
1309 { TARGET_NR_ssetmask, "ssetmask" , NULL, NULL, NULL },
1311 #ifdef TARGET_NR_stat
1312 { TARGET_NR_stat, "stat" , NULL, print_stat, NULL },
1314 #ifdef TARGET_NR_stat64
1315 { TARGET_NR_stat64, "stat64" , NULL, print_stat64, NULL },
1317 #ifdef TARGET_NR_statfs
1318 { TARGET_NR_statfs, "statfs" , NULL, print_statfs, NULL },
1320 #ifdef TARGET_NR_statfs64
1321 { TARGET_NR_statfs64, "statfs64" , NULL, print_statfs64, NULL },
1323 #ifdef TARGET_NR_stime
1324 { TARGET_NR_stime, "stime" , NULL, NULL, NULL },
1326 #ifdef TARGET_NR_streams1
1327 { TARGET_NR_streams1, "streams1" , NULL, NULL, NULL },
1329 #ifdef TARGET_NR_streams2
1330 { TARGET_NR_streams2, "streams2" , NULL, NULL, NULL },
1332 #ifdef TARGET_NR_stty
1333 { TARGET_NR_stty, "stty" , NULL, NULL, NULL },
1335 #ifdef TARGET_NR_swapcontext
1336 { TARGET_NR_swapcontext, "swapcontext" , NULL, NULL, NULL },
1338 #ifdef TARGET_NR_swapoff
1339 { TARGET_NR_swapoff, "swapoff" , NULL, NULL, NULL },
1341 #ifdef TARGET_NR_swapon
1342 { TARGET_NR_swapon, "swapon" , NULL, NULL, NULL },
1344 #ifdef TARGET_NR_symlink
1345 { TARGET_NR_symlink, "symlink" , NULL, print_symlink, NULL },
1347 #ifdef TARGET_NR_symlinkat
1348 { TARGET_NR_symlinkat, "symlinkat", NULL, print_symlinkat, NULL },
1350 #ifdef TARGET_NR_sync
1351 { TARGET_NR_sync, "sync" , NULL, NULL, NULL },
1353 #ifdef TARGET_NR_sync_file_range
1354 { TARGET_NR_sync_file_range, "sync_file_range" , NULL, NULL, NULL },
1356 #ifdef TARGET_NR_syscall
1357 { TARGET_NR_syscall, "syscall" , NULL, NULL, NULL },
1359 #ifdef TARGET_NR__sysctl
1360 { TARGET_NR__sysctl, "_sysctl" , NULL, NULL, NULL },
1362 #ifdef TARGET_NR_sys_epoll_create
1363 { TARGET_NR_sys_epoll_create, "sys_epoll_create" , NULL, NULL, NULL },
1365 #ifdef TARGET_NR_sys_epoll_ctl
1366 { TARGET_NR_sys_epoll_ctl, "sys_epoll_ctl" , NULL, NULL, NULL },
1368 #ifdef TARGET_NR_sys_epoll_wait
1369 { TARGET_NR_sys_epoll_wait, "sys_epoll_wait" , NULL, NULL, NULL },
1371 #ifdef TARGET_NR_sysfs
1372 { TARGET_NR_sysfs, "sysfs" , NULL, NULL, NULL },
1374 #ifdef TARGET_NR_sysinfo
1375 { TARGET_NR_sysinfo, "sysinfo" , NULL, NULL, NULL },
1377 #ifdef TARGET_NR_sys_kexec_load
1378 { TARGET_NR_sys_kexec_load, "sys_kexec_load" , NULL, NULL, NULL },
1380 #ifdef TARGET_NR_syslog
1381 { TARGET_NR_syslog, "syslog" , NULL, NULL, NULL },
1383 #ifdef TARGET_NR_sysmips
1384 { TARGET_NR_sysmips, "sysmips" , NULL, NULL, NULL },
1386 #ifdef TARGET_NR_sys_setaltroot
1387 { TARGET_NR_sys_setaltroot, "sys_setaltroot" , NULL, NULL, NULL },
1389 #ifdef TARGET_NR_tee
1390 { TARGET_NR_tee, "tee" , NULL, NULL, NULL },
1392 #ifdef TARGET_NR_tgkill
1393 { TARGET_NR_tgkill, "tgkill" , NULL, NULL, NULL },
1395 #ifdef TARGET_NR_time
1396 { TARGET_NR_time, "time" , NULL, NULL, NULL },
1398 #ifdef TARGET_NR_timer_create
1399 { TARGET_NR_timer_create, "timer_create" , NULL, NULL, NULL },
1401 #ifdef TARGET_NR_timer_delete
1402 { TARGET_NR_timer_delete, "timer_delete" , NULL, NULL, NULL },
1404 #ifdef TARGET_NR_timer_getoverrun
1405 { TARGET_NR_timer_getoverrun, "timer_getoverrun" , NULL, NULL, NULL },
1407 #ifdef TARGET_NR_timer_gettime
1408 { TARGET_NR_timer_gettime, "timer_gettime" , NULL, NULL, NULL },
1410 #ifdef TARGET_NR_timer_settime
1411 { TARGET_NR_timer_settime, "timer_settime" , NULL, NULL, NULL },
1413 #ifdef TARGET_NR_times
1414 { TARGET_NR_times, "times" , NULL, NULL, NULL },
1416 #ifdef TARGET_NR_tkill
1417 { TARGET_NR_tkill, "tkill" , NULL, NULL, NULL },
1419 #ifdef TARGET_NR_truncate
1420 { TARGET_NR_truncate, "truncate" , NULL, NULL, NULL },
1422 #ifdef TARGET_NR_truncate64
1423 { TARGET_NR_truncate64, "truncate64" , NULL, NULL, NULL },
1425 #ifdef TARGET_NR_tuxcall
1426 { TARGET_NR_tuxcall, "tuxcall" , NULL, NULL, NULL },
1428 #ifdef TARGET_NR_ugetrlimit
1429 { TARGET_NR_ugetrlimit, "ugetrlimit" , NULL, NULL, NULL },
1431 #ifdef TARGET_NR_ulimit
1432 { TARGET_NR_ulimit, "ulimit" , NULL, NULL, NULL },
1434 #ifdef TARGET_NR_umask
1435 { TARGET_NR_umask, "umask" , "%s(%#o)", NULL, NULL },
1437 #ifdef TARGET_NR_umount
1438 { TARGET_NR_umount, "umount" , NULL, print_umount, NULL },
1440 #ifdef TARGET_NR_umount2
1441 { TARGET_NR_umount2, "umount2" , NULL, print_umount2, NULL },
1443 #ifdef TARGET_NR_uname
1444 { TARGET_NR_uname, "uname" , "%s(%p)", NULL, NULL },
1446 #ifdef TARGET_NR_unlink
1447 { TARGET_NR_unlink, "unlink" , NULL, print_unlink, NULL },
1449 #ifdef TARGET_NR_unlinkat
1450 { TARGET_NR_unlinkat, "unlinkat" , NULL, print_unlinkat, NULL },
1452 #ifdef TARGET_NR_unshare
1453 { TARGET_NR_unshare, "unshare" , NULL, NULL, NULL },
1455 #ifdef TARGET_NR_unused109
1456 { TARGET_NR_unused109, "unused109" , NULL, NULL, NULL },
1458 #ifdef TARGET_NR_unused150
1459 { TARGET_NR_unused150, "unused150" , NULL, NULL, NULL },
1461 #ifdef TARGET_NR_unused18
1462 { TARGET_NR_unused18, "unused18" , NULL, NULL, NULL },
1464 #ifdef TARGET_NR_unused28
1465 { TARGET_NR_unused28, "unused28" , NULL, NULL, NULL },
1467 #ifdef TARGET_NR_unused59
1468 { TARGET_NR_unused59, "unused59" , NULL, NULL, NULL },
1470 #ifdef TARGET_NR_unused84
1471 { TARGET_NR_unused84, "unused84" , NULL, NULL, NULL },
1473 #ifdef TARGET_NR_uselib
1474 { TARGET_NR_uselib, "uselib" , NULL, NULL, NULL },
1476 #ifdef TARGET_NR_ustat
1477 { TARGET_NR_ustat, "ustat" , "%s(%#x,%p)", NULL, NULL },
1479 #ifdef TARGET_NR_utime
1480 { TARGET_NR_utime, "utime" , NULL, print_utime, NULL },
1482 #ifdef TARGET_NR_utimes
1483 { TARGET_NR_utimes, "utimes" , NULL, print_utimes, NULL },
1485 #ifdef TARGET_NR_utrap_install
1486 { TARGET_NR_utrap_install, "utrap_install" , NULL, NULL, NULL },
1488 #ifdef TARGET_NR_vfork
1489 { TARGET_NR_vfork, "vfork" , NULL, NULL, NULL },
1491 #ifdef TARGET_NR_vhangup
1492 { TARGET_NR_vhangup, "vhangup" , NULL, NULL, NULL },
1494 #ifdef TARGET_NR_vm86
1495 { TARGET_NR_vm86, "vm86" , NULL, NULL, NULL },
1497 #ifdef TARGET_NR_vm86old
1498 { TARGET_NR_vm86old, "vm86old" , NULL, NULL, NULL },
1500 #ifdef TARGET_NR_vmsplice
1501 { TARGET_NR_vmsplice, "vmsplice" , NULL, NULL, NULL },
1503 #ifdef TARGET_NR_vserver
1504 { TARGET_NR_vserver, "vserver" , NULL, NULL, NULL },
1506 #ifdef TARGET_NR_wait4
1507 { TARGET_NR_wait4, "wait4" , NULL, NULL, NULL },
1509 #ifdef TARGET_NR_waitid
1510 { TARGET_NR_waitid, "waitid" , "%s(%#x,%d,%p,%#x)", NULL, NULL },
1512 #ifdef TARGET_NR_waitpid
1513 { TARGET_NR_waitpid, "waitpid" , "%s(%d,%p,%#x)", NULL, NULL },
1515 #ifdef TARGET_NR_write
1516 { TARGET_NR_write, "write" , "%s(%d,%#x,%d)", NULL, NULL },
1518 #ifdef TARGET_NR_writev
1519 { TARGET_NR_writev, "writev" , "%s(%d,%p,%#x)", NULL, NULL },
1521 #ifdef TARGET_NR_utimensat
1522 { TARGET_NR_utimensat, "utimensat", NULL, print_utimensat, NULL },
1524 #ifdef TARGET_NR_sync_file_range
1525 { TARGET_NR_sync_file_range, "sync_file_range", NULL, NULL, NULL },
1527 #ifdef TARGET_NR_sync_file_range2
1528 { TARGET_NR_sync_file_range2, "sync_file_range2", NULL, NULL, NULL },