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_accept4
10 { TARGET_NR_accept4, "accept4" , NULL, NULL, NULL },
12 #ifdef TARGET_NR_access
13 { TARGET_NR_access, "access" , NULL, print_access, NULL },
16 { TARGET_NR_acct, "acct" , NULL, NULL, NULL },
18 #ifdef TARGET_NR_add_key
19 { TARGET_NR_add_key, "add_key" , NULL, NULL, NULL },
21 #ifdef TARGET_NR_adjtimex
22 { TARGET_NR_adjtimex, "adjtimex" , "%s(%p)", NULL,
23 print_syscall_ret_adjtimex },
25 #ifdef TARGET_NR_afs_syscall
26 { TARGET_NR_afs_syscall, "afs_syscall" , NULL, NULL, NULL },
28 #ifdef TARGET_NR_alarm
29 { TARGET_NR_alarm, "alarm" , NULL, NULL, NULL },
31 #ifdef TARGET_NR_aplib
32 { TARGET_NR_aplib, "aplib" , NULL, NULL, NULL },
34 #ifdef TARGET_NR_arch_prctl
35 { TARGET_NR_arch_prctl, "arch_prctl" , NULL, NULL, NULL },
37 #ifdef TARGET_NR_arm_fadvise64_64
38 { TARGET_NR_arm_fadvise64_64, "arm_fadvise64_64" , NULL, NULL, NULL },
40 #ifdef TARGET_NR_bdflush
41 { TARGET_NR_bdflush, "bdflush" , NULL, NULL, NULL },
44 { TARGET_NR_bind, "bind" , NULL, NULL, NULL },
47 { TARGET_NR_bpf, "bpf" , NULL, NULL, NULL },
49 #ifdef TARGET_NR_break
50 { TARGET_NR_break, "break" , NULL, NULL, NULL },
53 { TARGET_NR_brk, "brk" , NULL, print_brk, print_syscall_ret_addr },
55 #ifdef TARGET_NR_cachectl
56 { TARGET_NR_cachectl, "cachectl" , NULL, NULL, NULL },
58 #ifdef TARGET_NR_cacheflush
59 { TARGET_NR_cacheflush, "cacheflush" , NULL, NULL, NULL },
61 #ifdef TARGET_NR_capget
62 { TARGET_NR_capget, "capget" , NULL, NULL, NULL },
64 #ifdef TARGET_NR_capset
65 { TARGET_NR_capset, "capset" , NULL, NULL, NULL },
67 #ifdef TARGET_NR_chdir
68 { TARGET_NR_chdir, "chdir" , NULL, print_chdir, NULL },
70 #ifdef TARGET_NR_chmod
71 { TARGET_NR_chmod, "chmod" , NULL, print_chmod, NULL },
73 #ifdef TARGET_NR_chown
74 { TARGET_NR_chown, "chown" , NULL, NULL, NULL },
76 #ifdef TARGET_NR_chown32
77 { TARGET_NR_chown32, "chown32" , NULL, NULL, NULL },
79 #ifdef TARGET_NR_chroot
80 { TARGET_NR_chroot, "chroot" , NULL, NULL, NULL },
82 #ifdef TARGET_NR_clock_adjtime
83 { TARGET_NR_clock_adjtime, "clock_adjtime" , NULL, print_clock_adjtime, NULL },
85 #ifdef TARGET_NR_clock_getres
86 { TARGET_NR_clock_getres, "clock_getres" , NULL, NULL, NULL },
88 #ifdef TARGET_NR_clock_gettime
89 { TARGET_NR_clock_gettime, "clock_gettime" , NULL, NULL, NULL },
91 #ifdef TARGET_NR_clock_nanosleep
92 { TARGET_NR_clock_nanosleep, "clock_nanosleep" , NULL, NULL, NULL },
94 #ifdef TARGET_NR_clock_settime
95 { TARGET_NR_clock_settime, "clock_settime" , NULL, NULL, NULL },
97 #ifdef TARGET_NR_clone
98 { TARGET_NR_clone, "clone" , NULL, print_clone, NULL },
100 #ifdef TARGET_NR_close
101 { TARGET_NR_close, "close" , "%s(%d)", NULL, NULL },
103 #ifdef TARGET_NR_connect
104 { TARGET_NR_connect, "connect" , "%s(%d,%#x,%d)", NULL, NULL },
106 #ifdef TARGET_NR_creat
107 { TARGET_NR_creat, "creat" , NULL, print_creat, NULL },
109 #ifdef TARGET_NR_create_module
110 { TARGET_NR_create_module, "create_module" , NULL, NULL, NULL },
112 #ifdef TARGET_NR_delete_module
113 { TARGET_NR_delete_module, "delete_module" , NULL, NULL, NULL },
115 #ifdef TARGET_NR_dipc
116 { TARGET_NR_dipc, "dipc" , NULL, NULL, NULL },
119 { TARGET_NR_dup, "dup" , NULL, NULL, NULL },
121 #ifdef TARGET_NR_dup2
122 { TARGET_NR_dup2, "dup2" , NULL, NULL, NULL },
124 #ifdef TARGET_NR_epoll_create
125 { TARGET_NR_epoll_create, "epoll_create" , NULL, NULL, NULL },
127 #ifdef TARGET_NR_epoll_create1
128 { TARGET_NR_epoll_create1, "epoll_create1" , NULL, NULL, NULL },
130 #ifdef TARGET_NR_epoll_ctl
131 { TARGET_NR_epoll_ctl, "epoll_ctl" , NULL, NULL, NULL },
133 #ifdef TARGET_NR_epoll_ctl_old
134 { TARGET_NR_epoll_ctl_old, "epoll_ctl_old" , NULL, NULL, NULL },
136 #ifdef TARGET_NR_epoll_pwait
137 { TARGET_NR_epoll_pwait, "epoll_pwait" , NULL, NULL, NULL },
139 #ifdef TARGET_NR_epoll_wait
140 { TARGET_NR_epoll_wait, "epoll_wait" , NULL, NULL, NULL },
142 #ifdef TARGET_NR_epoll_wait_old
143 { TARGET_NR_epoll_wait_old, "epoll_wait_old" , NULL, NULL, NULL },
145 #ifdef TARGET_NR_eventfd
146 { TARGET_NR_eventfd, "eventfd" , NULL, NULL, NULL },
148 #ifdef TARGET_NR_eventfd2
149 { TARGET_NR_eventfd2, "eventfd2" , NULL, NULL, NULL },
151 #ifdef TARGET_NR_execv
152 { TARGET_NR_execv, "execv" , NULL, print_execv, NULL },
154 #ifdef TARGET_NR_execve
155 { TARGET_NR_execve, "execve" , NULL, print_execve, NULL },
157 #ifdef TARGET_NR_execveat
158 { TARGET_NR_execveat, "execveat" , NULL, NULL, NULL },
160 #ifdef TARGET_NR_exec_with_loader
161 { TARGET_NR_exec_with_loader, "exec_with_loader" , NULL, NULL, NULL },
163 #ifdef TARGET_NR_exit
164 { TARGET_NR_exit, "exit" , "%s(%d)\n", NULL, NULL },
166 #ifdef TARGET_NR__exit
167 { TARGET_NR__exit, "_exit" , "%s(%d)\n", NULL, NULL },
169 #ifdef TARGET_NR_exit_group
170 { TARGET_NR_exit_group, "exit_group" , "%s(%d)\n", NULL, NULL },
172 #ifdef TARGET_NR_faccessat
173 { TARGET_NR_faccessat, "faccessat" , NULL, print_faccessat, NULL },
175 #ifdef TARGET_NR_fadvise64
176 { TARGET_NR_fadvise64, "fadvise64" , NULL, NULL, NULL },
178 #ifdef TARGET_NR_fadvise64_64
179 { TARGET_NR_fadvise64_64, "fadvise64_64" , NULL, NULL, NULL },
181 #ifdef TARGET_NR_fallocate
182 { TARGET_NR_fallocate, "fallocate" , NULL, NULL, NULL },
184 #ifdef TARGET_NR_fanotify_init
185 { TARGET_NR_fanotify_init, "fanotify_init" , NULL, NULL, NULL },
187 #ifdef TARGET_NR_fanotify_mark
188 { TARGET_NR_fanotify_mark, "fanotify_mark" , NULL, NULL, NULL },
190 #ifdef TARGET_NR_fchdir
191 { TARGET_NR_fchdir, "fchdir" , NULL, NULL, NULL },
193 #ifdef TARGET_NR_fchmod
194 { TARGET_NR_fchmod, "fchmod" , "%s(%d,%#o)", NULL, NULL },
196 #ifdef TARGET_NR_fchmodat
197 { TARGET_NR_fchmodat, "fchmodat" , NULL, print_fchmodat, NULL },
199 #ifdef TARGET_NR_fchown
200 { TARGET_NR_fchown, "fchown" , "%s(%d,%d,%d)", NULL, NULL },
202 #ifdef TARGET_NR_fchown32
203 { TARGET_NR_fchown32, "fchown32" , NULL, NULL, NULL },
205 #ifdef TARGET_NR_fchownat
206 { TARGET_NR_fchownat, "fchownat" , NULL, print_fchownat, NULL },
208 #ifdef TARGET_NR_fcntl
209 { TARGET_NR_fcntl, "fcntl" , NULL, print_fcntl, NULL },
211 #ifdef TARGET_NR_fcntl64
212 { TARGET_NR_fcntl64, "fcntl64" , NULL, print_fcntl64, NULL },
214 #ifdef TARGET_NR_fdatasync
215 { TARGET_NR_fdatasync, "fdatasync" , NULL, NULL, NULL },
217 #ifdef TARGET_NR_fgetxattr
218 { TARGET_NR_fgetxattr, "fgetxattr" , NULL, NULL, NULL },
220 #ifdef TARGET_NR_finit_module
221 { TARGET_NR_finit_module, "finit_module" , NULL, NULL, NULL },
223 #ifdef TARGET_NR_flistxattr
224 { TARGET_NR_flistxattr, "flistxattr" , NULL, NULL, NULL },
226 #ifdef TARGET_NR_flock
227 { TARGET_NR_flock, "flock" , NULL, NULL, NULL },
229 #ifdef TARGET_NR_fork
230 { TARGET_NR_fork, "fork" , "%s()", NULL, NULL },
232 #ifdef TARGET_NR_fremovexattr
233 { TARGET_NR_fremovexattr, "fremovexattr" , NULL, NULL, NULL },
235 #ifdef TARGET_NR_fsetxattr
236 { TARGET_NR_fsetxattr, "fsetxattr" , NULL, NULL, NULL },
238 #ifdef TARGET_NR_fstat
239 { TARGET_NR_fstat, "fstat" , NULL, print_fstat, NULL },
241 #ifdef TARGET_NR_fstat64
242 { TARGET_NR_fstat64, "fstat64" , NULL, print_fstat64, NULL },
244 #ifdef TARGET_NR_fstatfs
245 { TARGET_NR_fstatfs, "fstatfs" , "%s(%d,%p)", NULL, NULL },
247 #ifdef TARGET_NR_fstatfs64
248 { TARGET_NR_fstatfs64, "fstatfs64" , "%s(%d,%p)", NULL, NULL },
250 #ifdef TARGET_NR_fsync
251 { TARGET_NR_fsync, "fsync" , NULL, NULL, NULL },
253 #ifdef TARGET_NR_ftime
254 { TARGET_NR_ftime, "ftime" , NULL, NULL, NULL },
256 #ifdef TARGET_NR_ftruncate
257 { TARGET_NR_ftruncate, "ftruncate" , NULL, NULL, NULL },
259 #ifdef TARGET_NR_ftruncate64
260 { TARGET_NR_ftruncate64, "ftruncate64" , NULL, NULL, NULL },
262 #ifdef TARGET_NR_futex
263 { TARGET_NR_futex, "futex" , NULL, print_futex, NULL },
265 #ifdef TARGET_NR_futimesat
266 { TARGET_NR_futimesat, "futimesat" , NULL, print_futimesat, NULL },
268 #ifdef TARGET_NR_getcpu
269 { TARGET_NR_getcpu, "getcpu" , "%s(%p,%d)", NULL, NULL },
271 #ifdef TARGET_NR_getcwd
272 { TARGET_NR_getcwd, "getcwd" , "%s(%p,%d)", NULL, NULL },
274 #ifdef TARGET_NR_getdents
275 { TARGET_NR_getdents, "getdents" , NULL, NULL, NULL },
277 #ifdef TARGET_NR_getdents64
278 { TARGET_NR_getdents64, "getdents64" , NULL, NULL, NULL },
280 #ifdef TARGET_NR_getdomainname
281 { TARGET_NR_getdomainname, "getdomainname" , NULL, NULL, NULL },
283 #ifdef TARGET_NR_getdtablesize
284 { TARGET_NR_getdtablesize, "getdtablesize" , NULL, NULL, NULL },
286 #ifdef TARGET_NR_getegid
287 { TARGET_NR_getegid, "getegid" , NULL, NULL, NULL },
289 #ifdef TARGET_NR_getegid32
290 { TARGET_NR_getegid32, "getegid32" , NULL, NULL, NULL },
292 #ifdef TARGET_NR_geteuid
293 { TARGET_NR_geteuid, "geteuid" , NULL, NULL, NULL },
295 #ifdef TARGET_NR_geteuid32
296 { TARGET_NR_geteuid32, "geteuid32" , NULL, NULL, NULL },
298 #ifdef TARGET_NR_getgid
299 { TARGET_NR_getgid, "getgid" , NULL, NULL, NULL },
301 #ifdef TARGET_NR_getgid32
302 { TARGET_NR_getgid32, "getgid32" , NULL, NULL, NULL },
304 #ifdef TARGET_NR_getgroups
305 { TARGET_NR_getgroups, "getgroups" , NULL, NULL, NULL },
307 #ifdef TARGET_NR_getgroups32
308 { TARGET_NR_getgroups32, "getgroups32" , NULL, NULL, NULL },
310 #ifdef TARGET_NR_gethostname
311 { TARGET_NR_gethostname, "gethostname" , NULL, NULL, NULL },
313 #ifdef TARGET_NR_getitimer
314 { TARGET_NR_getitimer, "getitimer" , NULL, NULL, NULL },
316 #ifdef TARGET_NR_get_kernel_syms
317 { TARGET_NR_get_kernel_syms, "get_kernel_syms" , NULL, NULL, NULL },
319 #ifdef TARGET_NR_get_mempolicy
320 { TARGET_NR_get_mempolicy, "get_mempolicy" , NULL, NULL, NULL },
322 #ifdef TARGET_NR_getpagesize
323 { TARGET_NR_getpagesize, "getpagesize" , NULL, NULL, NULL },
325 #ifdef TARGET_NR_getpeername
326 { TARGET_NR_getpeername, "getpeername" , NULL, NULL, NULL },
328 #ifdef TARGET_NR_getpgid
329 { TARGET_NR_getpgid, "getpgid" , NULL, NULL, NULL },
331 #ifdef TARGET_NR_getpgrp
332 { TARGET_NR_getpgrp, "getpgrp" , NULL, NULL, NULL },
334 #ifdef TARGET_NR_getpid
335 { TARGET_NR_getpid, "getpid" , "%s()", NULL, NULL },
337 #ifdef TARGET_NR_getpmsg
338 { TARGET_NR_getpmsg, "getpmsg" , NULL, NULL, NULL },
340 #ifdef TARGET_NR_getppid
341 { TARGET_NR_getppid, "getppid" , NULL, NULL, NULL },
343 #ifdef TARGET_NR_getpriority
344 { TARGET_NR_getpriority, "getpriority", "%s(%#x,%#x)", NULL, NULL },
346 #ifdef TARGET_NR_getrandom
347 { TARGET_NR_getrandom, "getrandom", NULL, NULL, NULL },
349 #ifdef TARGET_NR_getresgid
350 { TARGET_NR_getresgid, "getresgid" , NULL, NULL, NULL },
352 #ifdef TARGET_NR_getresgid32
353 { TARGET_NR_getresgid32, "getresgid32" , NULL, NULL, NULL },
355 #ifdef TARGET_NR_getresuid
356 { TARGET_NR_getresuid, "getresuid" , NULL, NULL, NULL },
358 #ifdef TARGET_NR_getresuid32
359 { TARGET_NR_getresuid32, "getresuid32" , NULL, NULL, NULL },
361 #ifdef TARGET_NR_getrlimit
362 { TARGET_NR_getrlimit, "getrlimit" , NULL, NULL, NULL },
364 #ifdef TARGET_NR_get_robust_list
365 { TARGET_NR_get_robust_list, "get_robust_list" , NULL, NULL, NULL },
367 #ifdef TARGET_NR_getrusage
368 { TARGET_NR_getrusage, "getrusage" , NULL, NULL, NULL },
370 #ifdef TARGET_NR_getsid
371 { TARGET_NR_getsid, "getsid" , NULL, NULL, NULL },
373 #ifdef TARGET_NR_getsockname
374 { TARGET_NR_getsockname, "getsockname" , NULL, NULL, NULL },
376 #ifdef TARGET_NR_getsockopt
377 { TARGET_NR_getsockopt, "getsockopt" , NULL, NULL, NULL },
379 #ifdef TARGET_NR_get_thread_area
380 { TARGET_NR_get_thread_area, "get_thread_area", "%s(0x"TARGET_ABI_FMT_lx")",
383 #ifdef TARGET_NR_gettid
384 { TARGET_NR_gettid, "gettid" , NULL, NULL, NULL },
386 #ifdef TARGET_NR_gettimeofday
387 { TARGET_NR_gettimeofday, "gettimeofday" , NULL, NULL, NULL },
389 #ifdef TARGET_NR_getuid
390 { TARGET_NR_getuid, "getuid" , NULL, NULL, NULL },
392 #ifdef TARGET_NR_getuid32
393 { TARGET_NR_getuid32, "getuid32" , NULL, NULL, NULL },
395 #ifdef TARGET_NR_getxattr
396 { TARGET_NR_getxattr, "getxattr" , NULL, NULL, NULL },
398 #ifdef TARGET_NR_getxgid
399 { TARGET_NR_getxgid, "getxgid" , NULL, NULL, NULL },
401 #ifdef TARGET_NR_getxpid
402 { TARGET_NR_getxpid, "getxpid" , NULL, NULL, NULL },
404 #ifdef TARGET_NR_getxuid
405 { TARGET_NR_getxuid, "getxuid" , NULL, NULL, NULL },
407 #ifdef TARGET_NR_gtty
408 { TARGET_NR_gtty, "gtty" , NULL, NULL, NULL },
410 #ifdef TARGET_NR_idle
411 { TARGET_NR_idle, "idle" , NULL, NULL, NULL },
413 #ifdef TARGET_NR_init_module
414 { TARGET_NR_init_module, "init_module" , NULL, NULL, NULL },
416 #ifdef TARGET_NR_inotify_add_watch
417 { TARGET_NR_inotify_add_watch, "inotify_add_watch" , NULL, NULL, NULL },
419 #ifdef TARGET_NR_inotify_init
420 { TARGET_NR_inotify_init, "inotify_init" , NULL, NULL, NULL },
422 #ifdef TARGET_NR_inotify_init1
423 { TARGET_NR_inotify_init1, "inotify_init1" , NULL, NULL, NULL },
425 #ifdef TARGET_NR_inotify_rm_watch
426 { TARGET_NR_inotify_rm_watch, "inotify_rm_watch" , NULL, NULL, NULL },
428 #ifdef TARGET_NR_io_cancel
429 { TARGET_NR_io_cancel, "io_cancel" , NULL, NULL, NULL },
431 #ifdef TARGET_NR_ioctl
432 { TARGET_NR_ioctl, "ioctl" , NULL, NULL, NULL },
434 #ifdef TARGET_NR_io_destroy
435 { TARGET_NR_io_destroy, "io_destroy" , NULL, NULL, NULL },
437 #ifdef TARGET_NR_io_getevents
438 { TARGET_NR_io_getevents, "io_getevents" , NULL, NULL, NULL },
440 #ifdef TARGET_NR_ioperm
441 { TARGET_NR_ioperm, "ioperm" , NULL, NULL, NULL },
443 #ifdef TARGET_NR_iopl
444 { TARGET_NR_iopl, "iopl" , NULL, NULL, NULL },
446 #ifdef TARGET_NR_ioprio_get
447 { TARGET_NR_ioprio_get, "ioprio_get" , NULL, NULL, NULL },
449 #ifdef TARGET_NR_ioprio_set
450 { TARGET_NR_ioprio_set, "ioprio_set" , NULL, NULL, NULL },
452 #ifdef TARGET_NR_io_setup
453 { TARGET_NR_io_setup, "io_setup" , NULL, NULL, NULL },
455 #ifdef TARGET_NR_io_submit
456 { TARGET_NR_io_submit, "io_submit" , NULL, NULL, NULL },
459 { TARGET_NR_ipc, "ipc" , NULL, print_ipc, NULL },
461 #ifdef TARGET_NR_kcmp
462 { TARGET_NR_kcmp, "kcmp" , NULL, NULL, NULL },
464 #ifdef TARGET_NR_kexec_load
465 { TARGET_NR_kexec_load, "kexec_load" , NULL, NULL, NULL },
467 #ifdef TARGET_NR_keyctl
468 { TARGET_NR_keyctl, "keyctl" , NULL, NULL, NULL },
470 #ifdef TARGET_NR_kill
471 { TARGET_NR_kill, "kill", NULL, print_kill, NULL },
473 #ifdef TARGET_NR_lchown
474 { TARGET_NR_lchown, "lchown" , NULL, NULL, NULL },
476 #ifdef TARGET_NR_lchown32
477 { TARGET_NR_lchown32, "lchown32" , NULL, NULL, NULL },
479 #ifdef TARGET_NR_lgetxattr
480 { TARGET_NR_lgetxattr, "lgetxattr" , NULL, NULL, NULL },
482 #ifdef TARGET_NR_link
483 { TARGET_NR_link, "link" , NULL, print_link, NULL },
485 #ifdef TARGET_NR_linkat
486 { TARGET_NR_linkat, "linkat" , NULL, print_linkat, NULL },
488 #ifdef TARGET_NR_Linux
489 { TARGET_NR_Linux, "Linux" , NULL, NULL, NULL },
491 #ifdef TARGET_NR_listen
492 { TARGET_NR_listen, "listen" , NULL, NULL, NULL },
494 #ifdef TARGET_NR_listxattr
495 { TARGET_NR_listxattr, "listxattr" , NULL, NULL, NULL },
497 #ifdef TARGET_NR_llistxattr
498 { TARGET_NR_llistxattr, "llistxattr" , NULL, NULL, NULL },
500 #ifdef TARGET_NR__llseek
501 { TARGET_NR__llseek, "_llseek" , NULL, print__llseek, NULL },
503 #ifdef TARGET_NR_lock
504 { TARGET_NR_lock, "lock" , NULL, NULL, NULL },
506 #ifdef TARGET_NR_lookup_dcookie
507 { TARGET_NR_lookup_dcookie, "lookup_dcookie" , NULL, NULL, NULL },
509 #ifdef TARGET_NR_lremovexattr
510 { TARGET_NR_lremovexattr, "lremovexattr" , NULL, NULL, NULL },
512 #ifdef TARGET_NR_lseek
513 { TARGET_NR_lseek, "lseek" , NULL, NULL, NULL },
515 #ifdef TARGET_NR_lsetxattr
516 { TARGET_NR_lsetxattr, "lsetxattr" , NULL, NULL, NULL },
518 #ifdef TARGET_NR_lstat
519 { TARGET_NR_lstat, "lstat" , NULL, print_lstat, NULL },
521 #ifdef TARGET_NR_lstat64
522 { TARGET_NR_lstat64, "lstat64" , NULL, print_lstat64, NULL },
524 #ifdef TARGET_NR_madvise
525 { TARGET_NR_madvise, "madvise" , NULL, NULL, NULL },
527 #ifdef TARGET_NR_madvise1
528 { TARGET_NR_madvise1, "madvise1" , NULL, NULL, NULL },
530 #ifdef TARGET_NR_mbind
531 { TARGET_NR_mbind, "mbind" , NULL, NULL, NULL },
533 #ifdef TARGET_NR_membarrier
534 { TARGET_NR_membarrier, "membarrier" , NULL, NULL, NULL },
536 #ifdef TARGET_NR_memfd_create
537 { TARGET_NR_memfd_create, "memfd_create" , NULL, NULL, NULL },
539 #ifdef TARGET_NR_memory_ordering
540 { TARGET_NR_memory_ordering, "memory_ordering" , NULL, NULL, NULL },
542 #ifdef TARGET_NR_migrate_pages
543 { TARGET_NR_migrate_pages, "migrate_pages" , NULL, NULL, NULL },
545 #ifdef TARGET_NR_mincore
546 { TARGET_NR_mincore, "mincore" , NULL, NULL, NULL },
548 #ifdef TARGET_NR_mkdir
549 { TARGET_NR_mkdir, "mkdir" , NULL, print_mkdir, NULL },
551 #ifdef TARGET_NR_mkdirat
552 { TARGET_NR_mkdirat, "mkdirat" , NULL, print_mkdirat, NULL },
554 #ifdef TARGET_NR_rmdir
555 { TARGET_NR_rmdir, "rmdir" , NULL, print_rmdir, NULL },
557 #ifdef TARGET_NR_mknod
558 { TARGET_NR_mknod, "mknod" , NULL, print_mknod, NULL },
560 #ifdef TARGET_NR_mknodat
561 { TARGET_NR_mknodat, "mknodat" , NULL, print_mknodat, NULL },
563 #ifdef TARGET_NR_mlock
564 { TARGET_NR_mlock, "mlock" , NULL, NULL, NULL },
566 #ifdef TARGET_NR_mlock2
567 { TARGET_NR_mlock2, "mlock2" , NULL, NULL, NULL },
569 #ifdef TARGET_NR_mlockall
570 { TARGET_NR_mlockall, "mlockall" , NULL, NULL, NULL },
572 #ifdef TARGET_NR_mmap
573 { TARGET_NR_mmap, "mmap" , NULL, print_mmap, print_syscall_ret_addr },
575 #ifdef TARGET_NR_mmap2
576 { TARGET_NR_mmap2, "mmap2" , NULL, print_mmap2, print_syscall_ret_addr },
578 #ifdef TARGET_NR_modify_ldt
579 { TARGET_NR_modify_ldt, "modify_ldt" , NULL, NULL, NULL },
581 #ifdef TARGET_NR_mount
582 { TARGET_NR_mount, "mount" , NULL, print_mount, NULL },
584 #ifdef TARGET_NR_move_pages
585 { TARGET_NR_move_pages, "move_pages" , NULL, NULL, NULL },
587 #ifdef TARGET_NR_mprotect
588 { TARGET_NR_mprotect, "mprotect" , NULL, print_mprotect, NULL },
591 { TARGET_NR_mpx, "mpx" , NULL, NULL, NULL },
593 #ifdef TARGET_NR_mq_getsetattr
594 { TARGET_NR_mq_getsetattr, "mq_getsetattr" , "%s(%d,%p,%p)", NULL, NULL },
596 #ifdef TARGET_NR_mq_notify
597 { TARGET_NR_mq_notify, "mq_notify" , "%s(%d,%p)", NULL, NULL },
599 #ifdef TARGET_NR_mq_open
600 { TARGET_NR_mq_open, "mq_open" , NULL, print_mq_open, NULL },
602 #ifdef TARGET_NR_mq_timedreceive
603 { TARGET_NR_mq_timedreceive, "mq_timedreceive" , "%s(%d,%p,%d,%u,%p)", NULL, NULL },
605 #ifdef TARGET_NR_mq_timedsend
606 { TARGET_NR_mq_timedsend, "mq_timedsend" , "%s(%d,%p,%d,%u,%p)", NULL, NULL },
608 #ifdef TARGET_NR_mq_unlink
609 { TARGET_NR_mq_unlink, "mq_unlink" , NULL, print_mq_unlink, NULL },
611 #ifdef TARGET_NR_mremap
612 { TARGET_NR_mremap, "mremap" , NULL, NULL, NULL },
614 #ifdef TARGET_NR_msgctl
615 { TARGET_NR_msgctl, "msgctl" , NULL, NULL, NULL },
617 #ifdef TARGET_NR_msgget
618 { TARGET_NR_msgget, "msgget" , NULL, NULL, NULL },
620 #ifdef TARGET_NR_msgrcv
621 { TARGET_NR_msgrcv, "msgrcv" , NULL, NULL, NULL },
623 #ifdef TARGET_NR_msgsnd
624 { TARGET_NR_msgsnd, "msgsnd" , NULL, NULL, NULL },
626 #ifdef TARGET_NR_msync
627 { TARGET_NR_msync, "msync" , NULL, NULL, NULL },
629 #ifdef TARGET_NR_multiplexer
630 { TARGET_NR_multiplexer, "multiplexer" , NULL, NULL, NULL },
632 #ifdef TARGET_NR_munlock
633 { TARGET_NR_munlock, "munlock" , NULL, NULL, NULL },
635 #ifdef TARGET_NR_munlockall
636 { TARGET_NR_munlockall, "munlockall" , NULL, NULL, NULL },
638 #ifdef TARGET_NR_munmap
639 { TARGET_NR_munmap, "munmap" , NULL, print_munmap, NULL },
641 #ifdef TARGET_NR_name_to_handle_at
642 { TARGET_NR_name_to_handle_at, "name_to_handle_at" , NULL, NULL, NULL },
644 #ifdef TARGET_NR_nanosleep
645 { TARGET_NR_nanosleep, "nanosleep" , NULL, NULL, NULL },
647 #ifdef TARGET_NR_fstatat64
648 { TARGET_NR_fstatat64, "fstatat64" , NULL, print_fstatat64, NULL },
650 #ifdef TARGET_NR_newfstatat
651 { TARGET_NR_newfstatat, "newfstatat" , NULL, print_newfstatat, NULL },
653 #ifdef TARGET_NR__newselect
654 { TARGET_NR__newselect, "_newselect" , NULL, print_newselect, print_syscall_ret_newselect },
656 #ifdef TARGET_NR_nfsservctl
657 { TARGET_NR_nfsservctl, "nfsservctl" , NULL, NULL, NULL },
659 #ifdef TARGET_NR_nice
660 { TARGET_NR_nice, "nice" , NULL, NULL, NULL },
662 #ifdef TARGET_NR_old_adjtimex
663 { TARGET_NR_old_adjtimex, "old_adjtimex" , NULL, NULL, NULL },
665 #ifdef TARGET_NR_oldfstat
666 { TARGET_NR_oldfstat, "oldfstat" , NULL, NULL, NULL },
668 #ifdef TARGET_NR_oldlstat
669 { TARGET_NR_oldlstat, "oldlstat" , NULL, NULL, NULL },
671 #ifdef TARGET_NR_oldolduname
672 { TARGET_NR_oldolduname, "oldolduname" , NULL, NULL, NULL },
674 #ifdef TARGET_NR_oldstat
675 { TARGET_NR_oldstat, "oldstat" , NULL, NULL, NULL },
677 #ifdef TARGET_NR_olduname
678 { TARGET_NR_olduname, "olduname" , NULL, NULL, NULL },
680 #ifdef TARGET_NR_open
681 { TARGET_NR_open, "open" , NULL, print_open, NULL },
683 #ifdef TARGET_NR_openat
684 { TARGET_NR_openat, "openat" , NULL, print_openat, NULL },
686 #ifdef TARGET_NR_osf_adjtime
687 { TARGET_NR_osf_adjtime, "osf_adjtime" , NULL, NULL, NULL },
689 #ifdef TARGET_NR_osf_afs_syscall
690 { TARGET_NR_osf_afs_syscall, "osf_afs_syscall" , NULL, NULL, NULL },
692 #ifdef TARGET_NR_osf_alt_plock
693 { TARGET_NR_osf_alt_plock, "osf_alt_plock" , NULL, NULL, NULL },
695 #ifdef TARGET_NR_osf_alt_setsid
696 { TARGET_NR_osf_alt_setsid, "osf_alt_setsid" , NULL, NULL, NULL },
698 #ifdef TARGET_NR_osf_alt_sigpending
699 { TARGET_NR_osf_alt_sigpending, "osf_alt_sigpending" , NULL, NULL, NULL },
701 #ifdef TARGET_NR_osf_asynch_daemon
702 { TARGET_NR_osf_asynch_daemon, "osf_asynch_daemon" , NULL, NULL, NULL },
704 #ifdef TARGET_NR_osf_audcntl
705 { TARGET_NR_osf_audcntl, "osf_audcntl" , NULL, NULL, NULL },
707 #ifdef TARGET_NR_osf_audgen
708 { TARGET_NR_osf_audgen, "osf_audgen" , NULL, NULL, NULL },
710 #ifdef TARGET_NR_osf_chflags
711 { TARGET_NR_osf_chflags, "osf_chflags" , NULL, NULL, NULL },
713 #ifdef TARGET_NR_osf_execve
714 { TARGET_NR_osf_execve, "osf_execve" , NULL, NULL, NULL },
716 #ifdef TARGET_NR_osf_exportfs
717 { TARGET_NR_osf_exportfs, "osf_exportfs" , NULL, NULL, NULL },
719 #ifdef TARGET_NR_osf_fchflags
720 { TARGET_NR_osf_fchflags, "osf_fchflags" , NULL, NULL, NULL },
722 #ifdef TARGET_NR_osf_fdatasync
723 { TARGET_NR_osf_fdatasync, "osf_fdatasync" , NULL, NULL, NULL },
725 #ifdef TARGET_NR_osf_fpathconf
726 { TARGET_NR_osf_fpathconf, "osf_fpathconf" , NULL, NULL, NULL },
728 #ifdef TARGET_NR_osf_fstatfs
729 { TARGET_NR_osf_fstatfs, "osf_fstatfs" , NULL, NULL, NULL },
731 #ifdef TARGET_NR_osf_fuser
732 { TARGET_NR_osf_fuser, "osf_fuser" , NULL, NULL, NULL },
734 #ifdef TARGET_NR_osf_getaddressconf
735 { TARGET_NR_osf_getaddressconf, "osf_getaddressconf" , NULL, NULL, NULL },
737 #ifdef TARGET_NR_osf_getdirentries
738 { TARGET_NR_osf_getdirentries, "osf_getdirentries" , NULL, NULL, NULL },
740 #ifdef TARGET_NR_osf_getdomainname
741 { TARGET_NR_osf_getdomainname, "osf_getdomainname" , NULL, NULL, NULL },
743 #ifdef TARGET_NR_osf_getfh
744 { TARGET_NR_osf_getfh, "osf_getfh" , NULL, NULL, NULL },
746 #ifdef TARGET_NR_osf_getfsstat
747 { TARGET_NR_osf_getfsstat, "osf_getfsstat" , NULL, NULL, NULL },
749 #ifdef TARGET_NR_osf_gethostid
750 { TARGET_NR_osf_gethostid, "osf_gethostid" , NULL, NULL, NULL },
752 #ifdef TARGET_NR_osf_getitimer
753 { TARGET_NR_osf_getitimer, "osf_getitimer" , NULL, NULL, NULL },
755 #ifdef TARGET_NR_osf_getlogin
756 { TARGET_NR_osf_getlogin, "osf_getlogin" , NULL, NULL, NULL },
758 #ifdef TARGET_NR_osf_getmnt
759 { TARGET_NR_osf_getmnt, "osf_getmnt" , NULL, NULL, NULL },
761 #ifdef TARGET_NR_osf_getrusage
762 { TARGET_NR_osf_getrusage, "osf_getrusage" , NULL, NULL, NULL },
764 #ifdef TARGET_NR_osf_getsysinfo
765 { TARGET_NR_osf_getsysinfo, "osf_getsysinfo" , NULL, NULL, NULL },
767 #ifdef TARGET_NR_osf_gettimeofday
768 { TARGET_NR_osf_gettimeofday, "osf_gettimeofday" , NULL, NULL, NULL },
770 #ifdef TARGET_NR_osf_kloadcall
771 { TARGET_NR_osf_kloadcall, "osf_kloadcall" , NULL, NULL, NULL },
773 #ifdef TARGET_NR_osf_kmodcall
774 { TARGET_NR_osf_kmodcall, "osf_kmodcall" , NULL, NULL, NULL },
776 #ifdef TARGET_NR_osf_memcntl
777 { TARGET_NR_osf_memcntl, "osf_memcntl" , NULL, NULL, NULL },
779 #ifdef TARGET_NR_osf_mincore
780 { TARGET_NR_osf_mincore, "osf_mincore" , NULL, NULL, NULL },
782 #ifdef TARGET_NR_osf_mount
783 { TARGET_NR_osf_mount, "osf_mount" , NULL, NULL, NULL },
785 #ifdef TARGET_NR_osf_mremap
786 { TARGET_NR_osf_mremap, "osf_mremap" , NULL, NULL, NULL },
788 #ifdef TARGET_NR_osf_msfs_syscall
789 { TARGET_NR_osf_msfs_syscall, "osf_msfs_syscall" , NULL, NULL, NULL },
791 #ifdef TARGET_NR_osf_msleep
792 { TARGET_NR_osf_msleep, "osf_msleep" , NULL, NULL, NULL },
794 #ifdef TARGET_NR_osf_mvalid
795 { TARGET_NR_osf_mvalid, "osf_mvalid" , NULL, NULL, NULL },
797 #ifdef TARGET_NR_osf_mwakeup
798 { TARGET_NR_osf_mwakeup, "osf_mwakeup" , NULL, NULL, NULL },
800 #ifdef TARGET_NR_osf_naccept
801 { TARGET_NR_osf_naccept, "osf_naccept" , NULL, NULL, NULL },
803 #ifdef TARGET_NR_osf_nfssvc
804 { TARGET_NR_osf_nfssvc, "osf_nfssvc" , NULL, NULL, NULL },
806 #ifdef TARGET_NR_osf_ngetpeername
807 { TARGET_NR_osf_ngetpeername, "osf_ngetpeername" , NULL, NULL, NULL },
809 #ifdef TARGET_NR_osf_ngetsockname
810 { TARGET_NR_osf_ngetsockname, "osf_ngetsockname" , NULL, NULL, NULL },
812 #ifdef TARGET_NR_osf_nrecvfrom
813 { TARGET_NR_osf_nrecvfrom, "osf_nrecvfrom" , NULL, NULL, NULL },
815 #ifdef TARGET_NR_osf_nrecvmsg
816 { TARGET_NR_osf_nrecvmsg, "osf_nrecvmsg" , NULL, NULL, NULL },
818 #ifdef TARGET_NR_osf_nsendmsg
819 { TARGET_NR_osf_nsendmsg, "osf_nsendmsg" , NULL, NULL, NULL },
821 #ifdef TARGET_NR_osf_ntp_adjtime
822 { TARGET_NR_osf_ntp_adjtime, "osf_ntp_adjtime" , NULL, NULL, NULL },
824 #ifdef TARGET_NR_osf_ntp_gettime
825 { TARGET_NR_osf_ntp_gettime, "osf_ntp_gettime" , NULL, NULL, NULL },
827 #ifdef TARGET_NR_osf_old_creat
828 { TARGET_NR_osf_old_creat, "osf_old_creat" , NULL, NULL, NULL },
830 #ifdef TARGET_NR_osf_old_fstat
831 { TARGET_NR_osf_old_fstat, "osf_old_fstat" , NULL, NULL, NULL },
833 #ifdef TARGET_NR_osf_old_getpgrp
834 { TARGET_NR_osf_old_getpgrp, "osf_old_getpgrp" , NULL, NULL, NULL },
836 #ifdef TARGET_NR_osf_old_killpg
837 { TARGET_NR_osf_old_killpg, "osf_old_killpg" , NULL, NULL, NULL },
839 #ifdef TARGET_NR_osf_old_lstat
840 { TARGET_NR_osf_old_lstat, "osf_old_lstat" , NULL, NULL, NULL },
842 #ifdef TARGET_NR_osf_old_open
843 { TARGET_NR_osf_old_open, "osf_old_open" , NULL, NULL, NULL },
845 #ifdef TARGET_NR_osf_oldquota
846 { TARGET_NR_osf_oldquota, "osf_oldquota" , NULL, NULL, NULL },
848 #ifdef TARGET_NR_osf_old_sigaction
849 { TARGET_NR_osf_old_sigaction, "osf_old_sigaction" , NULL, NULL, NULL },
851 #ifdef TARGET_NR_osf_old_sigblock
852 { TARGET_NR_osf_old_sigblock, "osf_old_sigblock" , NULL, NULL, NULL },
854 #ifdef TARGET_NR_osf_old_sigreturn
855 { TARGET_NR_osf_old_sigreturn, "osf_old_sigreturn" , NULL, NULL, NULL },
857 #ifdef TARGET_NR_osf_old_sigsetmask
858 { TARGET_NR_osf_old_sigsetmask, "osf_old_sigsetmask" , NULL, NULL, NULL },
860 #ifdef TARGET_NR_osf_old_sigvec
861 { TARGET_NR_osf_old_sigvec, "osf_old_sigvec" , NULL, NULL, NULL },
863 #ifdef TARGET_NR_osf_old_stat
864 { TARGET_NR_osf_old_stat, "osf_old_stat" , NULL, NULL, NULL },
866 #ifdef TARGET_NR_osf_old_vadvise
867 { TARGET_NR_osf_old_vadvise, "osf_old_vadvise" , NULL, NULL, NULL },
869 #ifdef TARGET_NR_osf_old_vtrace
870 { TARGET_NR_osf_old_vtrace, "osf_old_vtrace" , NULL, NULL, NULL },
872 #ifdef TARGET_NR_osf_old_wait
873 { TARGET_NR_osf_old_wait, "osf_old_wait" , NULL, NULL, NULL },
875 #ifdef TARGET_NR_osf_pathconf
876 { TARGET_NR_osf_pathconf, "osf_pathconf" , NULL, NULL, NULL },
878 #ifdef TARGET_NR_osf_pid_block
879 { TARGET_NR_osf_pid_block, "osf_pid_block" , NULL, NULL, NULL },
881 #ifdef TARGET_NR_osf_pid_unblock
882 { TARGET_NR_osf_pid_unblock, "osf_pid_unblock" , NULL, NULL, NULL },
884 #ifdef TARGET_NR_osf_plock
885 { TARGET_NR_osf_plock, "osf_plock" , NULL, NULL, NULL },
887 #ifdef TARGET_NR_osf_priocntlset
888 { TARGET_NR_osf_priocntlset, "osf_priocntlset" , NULL, NULL, NULL },
890 #ifdef TARGET_NR_osf_profil
891 { TARGET_NR_osf_profil, "osf_profil" , NULL, NULL, NULL },
893 #ifdef TARGET_NR_osf_proplist_syscall
894 { TARGET_NR_osf_proplist_syscall, "osf_proplist_syscall" , NULL, NULL, NULL },
896 #ifdef TARGET_NR_osf_reboot
897 { TARGET_NR_osf_reboot, "osf_reboot" , NULL, NULL, NULL },
899 #ifdef TARGET_NR_osf_revoke
900 { TARGET_NR_osf_revoke, "osf_revoke" , NULL, NULL, NULL },
902 #ifdef TARGET_NR_osf_sbrk
903 { TARGET_NR_osf_sbrk, "osf_sbrk" , NULL, NULL, NULL },
905 #ifdef TARGET_NR_osf_security
906 { TARGET_NR_osf_security, "osf_security" , NULL, NULL, NULL },
908 #ifdef TARGET_NR_osf_select
909 { TARGET_NR_osf_select, "osf_select" , NULL, NULL, NULL },
911 #ifdef TARGET_NR_osf_sethostid
912 { TARGET_NR_osf_sethostid, "osf_sethostid" , NULL, NULL, NULL },
914 #ifdef TARGET_NR_osf_setitimer
915 { TARGET_NR_osf_setitimer, "osf_setitimer" , NULL, NULL, NULL },
917 #ifdef TARGET_NR_osf_setlogin
918 { TARGET_NR_osf_setlogin, "osf_setlogin" , NULL, NULL, NULL },
920 #ifdef TARGET_NR_osf_set_program_attributes
921 { TARGET_NR_osf_set_program_attributes, "osf_set_program_attributes" , NULL, NULL, NULL },
923 #ifdef TARGET_NR_osf_set_speculative
924 { TARGET_NR_osf_set_speculative, "osf_set_speculative" , NULL, NULL, NULL },
926 #ifdef TARGET_NR_osf_setsysinfo
927 { TARGET_NR_osf_setsysinfo, "osf_setsysinfo" , NULL, NULL, NULL },
929 #ifdef TARGET_NR_osf_settimeofday
930 { TARGET_NR_osf_settimeofday, "osf_settimeofday" , NULL, NULL, NULL },
932 #ifdef TARGET_NR_osf_shmat
933 { TARGET_NR_osf_shmat, "osf_shmat" , NULL, NULL, NULL },
935 #ifdef TARGET_NR_osf_signal
936 { TARGET_NR_osf_signal, "osf_signal" , NULL, NULL, NULL },
938 #ifdef TARGET_NR_osf_sigprocmask
939 { TARGET_NR_osf_sigprocmask, "osf_sigprocmask" , NULL, NULL, NULL },
941 #ifdef TARGET_NR_osf_sigsendset
942 { TARGET_NR_osf_sigsendset, "osf_sigsendset" , NULL, NULL, NULL },
944 #ifdef TARGET_NR_osf_sigstack
945 { TARGET_NR_osf_sigstack, "osf_sigstack" , NULL, NULL, NULL },
947 #ifdef TARGET_NR_osf_sigwaitprim
948 { TARGET_NR_osf_sigwaitprim, "osf_sigwaitprim" , NULL, NULL, NULL },
950 #ifdef TARGET_NR_osf_sstk
951 { TARGET_NR_osf_sstk, "osf_sstk" , NULL, NULL, NULL },
953 #ifdef TARGET_NR_osf_statfs
954 { TARGET_NR_osf_statfs, "osf_statfs" , NULL, NULL, NULL },
956 #ifdef TARGET_NR_osf_subsys_info
957 { TARGET_NR_osf_subsys_info, "osf_subsys_info" , NULL, NULL, NULL },
959 #ifdef TARGET_NR_osf_swapctl
960 { TARGET_NR_osf_swapctl, "osf_swapctl" , NULL, NULL, NULL },
962 #ifdef TARGET_NR_osf_swapon
963 { TARGET_NR_osf_swapon, "osf_swapon" , NULL, NULL, NULL },
965 #ifdef TARGET_NR_osf_syscall
966 { TARGET_NR_osf_syscall, "osf_syscall" , NULL, NULL, NULL },
968 #ifdef TARGET_NR_osf_sysinfo
969 { TARGET_NR_osf_sysinfo, "osf_sysinfo" , NULL, NULL, NULL },
971 #ifdef TARGET_NR_osf_table
972 { TARGET_NR_osf_table, "osf_table" , NULL, NULL, NULL },
974 #ifdef TARGET_NR_osf_uadmin
975 { TARGET_NR_osf_uadmin, "osf_uadmin" , NULL, NULL, NULL },
977 #ifdef TARGET_NR_osf_usleep_thread
978 { TARGET_NR_osf_usleep_thread, "osf_usleep_thread" , NULL, NULL, NULL },
980 #ifdef TARGET_NR_osf_uswitch
981 { TARGET_NR_osf_uswitch, "osf_uswitch" , NULL, NULL, NULL },
983 #ifdef TARGET_NR_osf_utc_adjtime
984 { TARGET_NR_osf_utc_adjtime, "osf_utc_adjtime" , NULL, NULL, NULL },
986 #ifdef TARGET_NR_osf_utc_gettime
987 { TARGET_NR_osf_utc_gettime, "osf_utc_gettime" , NULL, NULL, NULL },
989 #ifdef TARGET_NR_osf_utimes
990 { TARGET_NR_osf_utimes, "osf_utimes" , NULL, NULL, NULL },
992 #ifdef TARGET_NR_osf_utsname
993 { TARGET_NR_osf_utsname, "osf_utsname" , NULL, NULL, NULL },
995 #ifdef TARGET_NR_osf_wait4
996 { TARGET_NR_osf_wait4, "osf_wait4" , NULL, NULL, NULL },
998 #ifdef TARGET_NR_osf_waitid
999 { TARGET_NR_osf_waitid, "osf_waitid" , NULL, NULL, NULL },
1001 #ifdef TARGET_NR_pause
1002 { TARGET_NR_pause, "pause" , NULL, NULL, NULL },
1004 #ifdef TARGET_NR_pciconfig_iobase
1005 { TARGET_NR_pciconfig_iobase, "pciconfig_iobase" , NULL, NULL, NULL },
1007 #ifdef TARGET_NR_pciconfig_read
1008 { TARGET_NR_pciconfig_read, "pciconfig_read" , NULL, NULL, NULL },
1010 #ifdef TARGET_NR_pciconfig_write
1011 { TARGET_NR_pciconfig_write, "pciconfig_write" , NULL, NULL, NULL },
1013 #ifdef TARGET_NR_perf_event_open
1014 { TARGET_NR_perf_event_open, "perf_event_open" , NULL, NULL, NULL },
1016 #ifdef TARGET_NR_perfctr
1017 { TARGET_NR_perfctr, "perfctr" , NULL, NULL, NULL },
1019 #ifdef TARGET_NR_personality
1020 { TARGET_NR_personality, "personality" , NULL, NULL, NULL },
1022 #ifdef TARGET_NR_pipe
1023 { TARGET_NR_pipe, "pipe" , NULL, NULL, NULL },
1025 #ifdef TARGET_NR_pivot_root
1026 { TARGET_NR_pivot_root, "pivot_root" , NULL, NULL, NULL },
1028 #ifdef TARGET_NR_poll
1029 { TARGET_NR_poll, "poll" , NULL, NULL, NULL },
1031 #ifdef TARGET_NR_ppoll
1032 { TARGET_NR_ppoll, "ppoll" , NULL, NULL, NULL },
1034 #ifdef TARGET_NR_prctl
1035 { TARGET_NR_prctl, "prctl" , NULL, NULL, NULL },
1037 #ifdef TARGET_NR_pread64
1038 { TARGET_NR_pread64, "pread64" , NULL, NULL, NULL },
1040 #ifdef TARGET_NR_preadv
1041 { TARGET_NR_preadv, "preadv" , NULL, NULL, NULL },
1043 #ifdef TARGET_NR_prlimit64
1044 { TARGET_NR_prlimit64, "prlimit64" , NULL, NULL, NULL },
1046 #ifdef TARGET_NR_process_vm_readv
1047 { TARGET_NR_process_vm_readv, "process_vm_readv" , NULL, NULL, NULL },
1049 #ifdef TARGET_NR_process_vm_writev
1050 { TARGET_NR_process_vm_writev, "process_vm_writev" , NULL, NULL, NULL },
1052 #ifdef TARGET_NR_prof
1053 { TARGET_NR_prof, "prof" , NULL, NULL, NULL },
1055 #ifdef TARGET_NR_profil
1056 { TARGET_NR_profil, "profil" , NULL, NULL, NULL },
1058 #ifdef TARGET_NR_pselect6
1059 { TARGET_NR_pselect6, "pselect6" , NULL, NULL, NULL },
1061 #ifdef TARGET_NR_ptrace
1062 { TARGET_NR_ptrace, "ptrace" , NULL, NULL, NULL },
1064 #ifdef TARGET_NR_putpmsg
1065 { TARGET_NR_putpmsg, "putpmsg" , NULL, NULL, NULL },
1067 #ifdef TARGET_NR_pwrite64
1068 { TARGET_NR_pwrite64, "pwrite64" , NULL, NULL, NULL },
1070 #ifdef TARGET_NR_pwritev
1071 { TARGET_NR_pwritev, "pwritev" , NULL, NULL, NULL },
1073 #ifdef TARGET_NR_query_module
1074 { TARGET_NR_query_module, "query_module" , NULL, NULL, NULL },
1076 #ifdef TARGET_NR_quotactl
1077 { TARGET_NR_quotactl, "quotactl" , NULL, NULL, NULL },
1079 #ifdef TARGET_NR_read
1080 { TARGET_NR_read, "read" , "%s(%d,%#x,%d)", NULL, NULL },
1082 #ifdef TARGET_NR_readahead
1083 { TARGET_NR_readahead, "readahead" , NULL, NULL, NULL },
1085 #ifdef TARGET_NR_readdir
1086 { TARGET_NR_readdir, "readdir" , NULL, NULL, NULL },
1088 #ifdef TARGET_NR_readlink
1089 { TARGET_NR_readlink, "readlink" , NULL, print_readlink, NULL },
1091 #ifdef TARGET_NR_readlinkat
1092 { TARGET_NR_readlinkat, "readlinkat" , NULL, print_readlinkat, NULL },
1094 #ifdef TARGET_NR_readv
1095 { TARGET_NR_readv, "readv" , NULL, NULL, NULL },
1097 #ifdef TARGET_NR_reboot
1098 { TARGET_NR_reboot, "reboot" , NULL, NULL, NULL },
1100 #ifdef TARGET_NR_recv
1101 { TARGET_NR_recv, "recv" , NULL, NULL, NULL },
1103 #ifdef TARGET_NR_recvfrom
1104 { TARGET_NR_recvfrom, "recvfrom" , NULL, NULL, NULL },
1106 #ifdef TARGET_NR_recvmmsg
1107 { TARGET_NR_recvmmsg, "recvmmsg" , NULL, NULL, NULL },
1109 #ifdef TARGET_NR_recvmsg
1110 { TARGET_NR_recvmsg, "recvmsg" , NULL, NULL, NULL },
1112 #ifdef TARGET_NR_remap_file_pages
1113 { TARGET_NR_remap_file_pages, "remap_file_pages" , NULL, NULL, NULL },
1115 #ifdef TARGET_NR_removexattr
1116 { TARGET_NR_removexattr, "removexattr" , NULL, NULL, NULL },
1118 #ifdef TARGET_NR_rename
1119 { TARGET_NR_rename, "rename" , NULL, print_rename, NULL },
1121 #ifdef TARGET_NR_renameat
1122 { TARGET_NR_renameat, "renameat" , NULL, print_renameat, NULL },
1124 #ifdef TARGET_NR_renameat2
1125 { TARGET_NR_renameat2, "renameat2" , NULL, NULL, NULL },
1127 #ifdef TARGET_NR_request_key
1128 { TARGET_NR_request_key, "request_key" , NULL, NULL, NULL },
1130 #ifdef TARGET_NR_reserved177
1131 { TARGET_NR_reserved177, "reserved177" , NULL, NULL, NULL },
1133 #ifdef TARGET_NR_reserved193
1134 { TARGET_NR_reserved193, "reserved193" , NULL, NULL, NULL },
1136 #ifdef TARGET_NR_reserved221
1137 { TARGET_NR_reserved221, "reserved221" , NULL, NULL, NULL },
1139 #ifdef TARGET_NR_reserved82
1140 { TARGET_NR_reserved82, "reserved82" , NULL, NULL, NULL },
1142 #ifdef TARGET_NR_restart_syscall
1143 { TARGET_NR_restart_syscall, "restart_syscall" , NULL, NULL, NULL },
1145 #ifdef TARGET_NR_rmdir
1146 { TARGET_NR_rmdir, "rmdir" , NULL, NULL, NULL },
1148 #ifdef TARGET_NR_rt_sigaction
1149 { TARGET_NR_rt_sigaction, "rt_sigaction" , NULL, print_rt_sigaction, NULL },
1151 #ifdef TARGET_NR_rt_sigpending
1152 { TARGET_NR_rt_sigpending, "rt_sigpending" , NULL, NULL, NULL },
1154 #ifdef TARGET_NR_rt_sigprocmask
1155 { TARGET_NR_rt_sigprocmask, "rt_sigprocmask" , NULL, print_rt_sigprocmask, NULL },
1157 #ifdef TARGET_NR_rt_sigqueueinfo
1158 { TARGET_NR_rt_sigqueueinfo, "rt_sigqueueinfo" , NULL, NULL, NULL },
1160 #ifdef TARGET_NR_rt_sigreturn
1161 { TARGET_NR_rt_sigreturn, "rt_sigreturn" , NULL, NULL, NULL },
1163 #ifdef TARGET_NR_rt_sigsuspend
1164 { TARGET_NR_rt_sigsuspend, "rt_sigsuspend" , NULL, NULL, NULL },
1166 #ifdef TARGET_NR_rt_sigtimedwait
1167 { TARGET_NR_rt_sigtimedwait, "rt_sigtimedwait" , NULL, NULL, NULL },
1169 #ifdef TARGET_NR_rt_tgsigqueueinfo
1170 { TARGET_NR_rt_tgsigqueueinfo, "rt_tgsigqueueinfo" , NULL, NULL, NULL },
1172 #ifdef TARGET_NR_sched_getaffinity
1173 { TARGET_NR_sched_getaffinity, "sched_getaffinity" , NULL, NULL, NULL },
1175 #ifdef TARGET_NR_sched_get_affinity
1176 { TARGET_NR_sched_get_affinity, "sched_get_affinity" , NULL, NULL, NULL },
1178 #ifdef TARGET_NR_sched_getattr
1179 { TARGET_NR_sched_getattr, "sched_getattr" , NULL, NULL, NULL },
1181 #ifdef TARGET_NR_sched_getparam
1182 { TARGET_NR_sched_getparam, "sched_getparam" , NULL, NULL, NULL },
1184 #ifdef TARGET_NR_sched_get_priority_max
1185 { TARGET_NR_sched_get_priority_max, "sched_get_priority_max" , NULL, NULL, NULL },
1187 #ifdef TARGET_NR_sched_get_priority_min
1188 { TARGET_NR_sched_get_priority_min, "sched_get_priority_min" , NULL, NULL, NULL },
1190 #ifdef TARGET_NR_sched_getscheduler
1191 { TARGET_NR_sched_getscheduler, "sched_getscheduler" , NULL, NULL, NULL },
1193 #ifdef TARGET_NR_sched_rr_get_interval
1194 { TARGET_NR_sched_rr_get_interval, "sched_rr_get_interval" , NULL, NULL, NULL },
1196 #ifdef TARGET_NR_sched_setaffinity
1197 { TARGET_NR_sched_setaffinity, "sched_setaffinity" , NULL, NULL, NULL },
1199 #ifdef TARGET_NR_sched_setatt
1200 { TARGET_NR_sched_setatt, "sched_setatt" , NULL, NULL, NULL },
1202 #ifdef TARGET_NR_sched_set_affinity
1203 { TARGET_NR_sched_set_affinity, "sched_set_affinity" , NULL, NULL, NULL },
1205 #ifdef TARGET_NR_sched_setparam
1206 { TARGET_NR_sched_setparam, "sched_setparam" , NULL, NULL, NULL },
1208 #ifdef TARGET_NR_sched_setscheduler
1209 { TARGET_NR_sched_setscheduler, "sched_setscheduler" , NULL, NULL, NULL },
1211 #ifdef TARGET_NR_sched_yield
1212 { TARGET_NR_sched_yield, "sched_yield" , NULL, NULL, NULL },
1214 #ifdef TARGET_NR_seccomp
1215 { TARGET_NR_seccomp, "seccomp" , NULL, NULL, NULL },
1217 #ifdef TARGET_NR_security
1218 { TARGET_NR_security, "security" , NULL, NULL, NULL },
1220 #ifdef TARGET_NR_select
1221 { TARGET_NR_select, "select" , NULL, NULL, NULL },
1223 #ifdef TARGET_NR_semctl
1224 { TARGET_NR_semctl, "semctl" , NULL, print_semctl, NULL },
1226 #ifdef TARGET_NR_semget
1227 { TARGET_NR_semget, "semget" , NULL, NULL, NULL },
1229 #ifdef TARGET_NR_semop
1230 { TARGET_NR_semop, "semop" , NULL, NULL, NULL },
1232 #ifdef TARGET_NR_semtimedop
1233 { TARGET_NR_semtimedop, "semtimedop" , NULL, NULL, NULL },
1235 #ifdef TARGET_NR_send
1236 { TARGET_NR_send, "send" , NULL, NULL, NULL },
1238 #ifdef TARGET_NR_sendfile
1239 { TARGET_NR_sendfile, "sendfile" , NULL, NULL, NULL },
1241 #ifdef TARGET_NR_sendfile64
1242 { TARGET_NR_sendfile64, "sendfile64" , NULL, NULL, NULL },
1244 #ifdef TARGET_NR_sendmmsg
1245 { TARGET_NR_sendmmsg, "sendmmsg" , NULL, NULL, NULL },
1247 #ifdef TARGET_NR_sendmsg
1248 { TARGET_NR_sendmsg, "sendmsg" , NULL, NULL, NULL },
1250 #ifdef TARGET_NR_sendto
1251 { TARGET_NR_sendto, "sendto" , NULL, NULL, NULL },
1253 #ifdef TARGET_NR_setdomainname
1254 { TARGET_NR_setdomainname, "setdomainname" , NULL, NULL, NULL },
1256 #ifdef TARGET_NR_setfsgid
1257 { TARGET_NR_setfsgid, "setfsgid" , NULL, NULL, NULL },
1259 #ifdef TARGET_NR_setfsgid32
1260 { TARGET_NR_setfsgid32, "setfsgid32" , NULL, NULL, NULL },
1262 #ifdef TARGET_NR_setfsuid
1263 { TARGET_NR_setfsuid, "setfsuid" , NULL, NULL, NULL },
1265 #ifdef TARGET_NR_setfsuid32
1266 { TARGET_NR_setfsuid32, "setfsuid32" , NULL, NULL, NULL },
1268 #ifdef TARGET_NR_setgid
1269 { TARGET_NR_setgid, "setgid" , NULL, NULL, NULL },
1271 #ifdef TARGET_NR_setgid32
1272 { TARGET_NR_setgid32, "setgid32" , NULL, NULL, NULL },
1274 #ifdef TARGET_NR_setgroups
1275 { TARGET_NR_setgroups, "setgroups" , NULL, NULL, NULL },
1277 #ifdef TARGET_NR_setgroups32
1278 { TARGET_NR_setgroups32, "setgroups32" , NULL, NULL, NULL },
1280 #ifdef TARGET_NR_sethae
1281 { TARGET_NR_sethae, "sethae" , NULL, NULL, NULL },
1283 #ifdef TARGET_NR_sethostname
1284 { TARGET_NR_sethostname, "sethostname" , NULL, NULL, NULL },
1286 #ifdef TARGET_NR_setitimer
1287 { TARGET_NR_setitimer, "setitimer" , NULL, NULL, NULL },
1289 #ifdef TARGET_NR_set_mempolicy
1290 { TARGET_NR_set_mempolicy, "set_mempolicy" , NULL, NULL, NULL },
1292 #ifdef TARGET_NR_setns
1293 { TARGET_NR_setns, "setns" , NULL, NULL, NULL },
1295 #ifdef TARGET_NR_setpgid
1296 { TARGET_NR_setpgid, "setpgid" , NULL, NULL, NULL },
1298 #ifdef TARGET_NR_setpgrp
1299 { TARGET_NR_setpgrp, "setpgrp" , NULL, NULL, NULL },
1301 #ifdef TARGET_NR_setpriority
1302 { TARGET_NR_setpriority, "setpriority" , NULL, NULL, NULL },
1304 #ifdef TARGET_NR_setregid
1305 { TARGET_NR_setregid, "setregid" , NULL, NULL, NULL },
1307 #ifdef TARGET_NR_setregid32
1308 { TARGET_NR_setregid32, "setregid32" , NULL, NULL, NULL },
1310 #ifdef TARGET_NR_setresgid
1311 { TARGET_NR_setresgid, "setresgid" , NULL, NULL, NULL },
1313 #ifdef TARGET_NR_setresgid32
1314 { TARGET_NR_setresgid32, "setresgid32" , NULL, NULL, NULL },
1316 #ifdef TARGET_NR_setresuid
1317 { TARGET_NR_setresuid, "setresuid" , NULL, NULL, NULL },
1319 #ifdef TARGET_NR_setresuid32
1320 { TARGET_NR_setresuid32, "setresuid32" , NULL, NULL, NULL },
1322 #ifdef TARGET_NR_setreuid
1323 { TARGET_NR_setreuid, "setreuid" , NULL, NULL, NULL },
1325 #ifdef TARGET_NR_setreuid32
1326 { TARGET_NR_setreuid32, "setreuid32" , NULL, NULL, NULL },
1328 #ifdef TARGET_NR_setrlimit
1329 { TARGET_NR_setrlimit, "setrlimit" , NULL, NULL, NULL },
1331 #ifdef TARGET_NR_set_robust_list
1332 { TARGET_NR_set_robust_list, "set_robust_list" , NULL, NULL, NULL },
1334 #ifdef TARGET_NR_setsid
1335 { TARGET_NR_setsid, "setsid" , NULL, NULL, NULL },
1337 #ifdef TARGET_NR_setsockopt
1338 { TARGET_NR_setsockopt, "setsockopt" , NULL, NULL, NULL },
1340 #ifdef TARGET_NR_set_thread_area
1341 { TARGET_NR_set_thread_area, "set_thread_area", "%s(0x"TARGET_ABI_FMT_lx")",
1344 #ifdef TARGET_NR_set_tid_address
1345 { TARGET_NR_set_tid_address, "set_tid_address" , NULL, NULL, NULL },
1347 #ifdef TARGET_NR_settimeofday
1348 { TARGET_NR_settimeofday, "settimeofday" , NULL, NULL, NULL },
1350 #ifdef TARGET_NR_setuid
1351 { TARGET_NR_setuid, "setuid" , NULL, NULL, NULL },
1353 #ifdef TARGET_NR_setuid32
1354 { TARGET_NR_setuid32, "setuid32" , NULL, NULL, NULL },
1356 #ifdef TARGET_NR_setxattr
1357 { TARGET_NR_setxattr, "setxattr" , NULL, NULL, NULL },
1359 #ifdef TARGET_NR_sgetmask
1360 { TARGET_NR_sgetmask, "sgetmask" , NULL, NULL, NULL },
1362 #ifdef TARGET_NR_shmat
1363 { TARGET_NR_shmat, "shmat" , NULL, NULL, print_syscall_ret_addr },
1365 #ifdef TARGET_NR_shmctl
1366 { TARGET_NR_shmctl, "shmctl" , NULL, NULL, NULL },
1368 #ifdef TARGET_NR_shmdt
1369 { TARGET_NR_shmdt, "shmdt" , NULL, NULL, NULL },
1371 #ifdef TARGET_NR_shmget
1372 { TARGET_NR_shmget, "shmget" , NULL, NULL, NULL },
1374 #ifdef TARGET_NR_shutdown
1375 { TARGET_NR_shutdown, "shutdown" , NULL, NULL, NULL },
1377 #ifdef TARGET_NR_sigaction
1378 { TARGET_NR_sigaction, "sigaction" , NULL, NULL, NULL },
1380 #ifdef TARGET_NR_sigaltstack
1381 { TARGET_NR_sigaltstack, "sigaltstack" , "%s(%p,%p)", NULL, NULL },
1383 #ifdef TARGET_NR_signal
1384 { TARGET_NR_signal, "signal" , NULL, NULL, NULL },
1386 #ifdef TARGET_NR_signalfd
1387 { TARGET_NR_signalfd, "signalfd" , NULL, NULL, NULL },
1389 #ifdef TARGET_NR_signalfd4
1390 { TARGET_NR_signalfd4, "signalfd4" , NULL, NULL, NULL },
1392 #ifdef TARGET_NR_sigpending
1393 { TARGET_NR_sigpending, "sigpending" , NULL, NULL, NULL },
1395 #ifdef TARGET_NR_sigprocmask
1396 { TARGET_NR_sigprocmask, "sigprocmask" , NULL, NULL, NULL },
1398 #ifdef TARGET_NR_sigreturn
1399 { TARGET_NR_sigreturn, "sigreturn" , NULL, NULL, NULL },
1401 #ifdef TARGET_NR_sigsuspend
1402 { TARGET_NR_sigsuspend, "sigsuspend" , NULL, NULL, NULL },
1404 #ifdef TARGET_NR_socket
1405 { TARGET_NR_socket, "socket" , NULL, print_socket, NULL },
1407 #ifdef TARGET_NR_socketcall
1408 { TARGET_NR_socketcall, "socketcall" , NULL, print_socketcall, NULL },
1410 #ifdef TARGET_NR_socketpair
1411 { TARGET_NR_socketpair, "socketpair" , NULL, NULL, NULL },
1413 #ifdef TARGET_NR_splice
1414 { TARGET_NR_splice, "splice" , NULL, NULL, NULL },
1416 #ifdef TARGET_NR_ssetmask
1417 { TARGET_NR_ssetmask, "ssetmask" , NULL, NULL, NULL },
1419 #ifdef TARGET_NR_stat
1420 { TARGET_NR_stat, "stat" , NULL, print_stat, NULL },
1422 #ifdef TARGET_NR_stat64
1423 { TARGET_NR_stat64, "stat64" , NULL, print_stat64, NULL },
1425 #ifdef TARGET_NR_statfs
1426 { TARGET_NR_statfs, "statfs" , NULL, print_statfs, NULL },
1428 #ifdef TARGET_NR_statfs64
1429 { TARGET_NR_statfs64, "statfs64" , NULL, print_statfs64, NULL },
1431 #ifdef TARGET_NR_stime
1432 { TARGET_NR_stime, "stime" , NULL, NULL, NULL },
1434 #ifdef TARGET_NR_streams1
1435 { TARGET_NR_streams1, "streams1" , NULL, NULL, NULL },
1437 #ifdef TARGET_NR_streams2
1438 { TARGET_NR_streams2, "streams2" , NULL, NULL, NULL },
1440 #ifdef TARGET_NR_stty
1441 { TARGET_NR_stty, "stty" , NULL, NULL, NULL },
1443 #ifdef TARGET_NR_swapcontext
1444 { TARGET_NR_swapcontext, "swapcontext" , NULL, NULL, NULL },
1446 #ifdef TARGET_NR_swapoff
1447 { TARGET_NR_swapoff, "swapoff" , NULL, NULL, NULL },
1449 #ifdef TARGET_NR_swapon
1450 { TARGET_NR_swapon, "swapon" , NULL, NULL, NULL },
1452 #ifdef TARGET_NR_symlink
1453 { TARGET_NR_symlink, "symlink" , NULL, print_symlink, NULL },
1455 #ifdef TARGET_NR_symlinkat
1456 { TARGET_NR_symlinkat, "symlinkat", NULL, print_symlinkat, NULL },
1458 #ifdef TARGET_NR_sync
1459 { TARGET_NR_sync, "sync" , NULL, NULL, NULL },
1461 #ifdef TARGET_NR_syncfs
1462 { TARGET_NR_syncfs, "syncfs" , "%s(%d)", NULL, NULL },
1464 #ifdef TARGET_NR_syscall
1465 { TARGET_NR_syscall, "syscall" , NULL, NULL, NULL },
1467 #ifdef TARGET_NR__sysctl
1468 { TARGET_NR__sysctl, "_sysctl" , NULL, NULL, NULL },
1470 #ifdef TARGET_NR_sys_epoll_create
1471 { TARGET_NR_sys_epoll_create, "sys_epoll_create" , NULL, NULL, NULL },
1473 #ifdef TARGET_NR_sys_epoll_ctl
1474 { TARGET_NR_sys_epoll_ctl, "sys_epoll_ctl" , NULL, NULL, NULL },
1476 #ifdef TARGET_NR_sys_epoll_wait
1477 { TARGET_NR_sys_epoll_wait, "sys_epoll_wait" , NULL, NULL, NULL },
1479 #ifdef TARGET_NR_sysfs
1480 { TARGET_NR_sysfs, "sysfs" , NULL, NULL, NULL },
1482 #ifdef TARGET_NR_sysinfo
1483 { TARGET_NR_sysinfo, "sysinfo" , NULL, NULL, NULL },
1485 #ifdef TARGET_NR_sys_kexec_load
1486 { TARGET_NR_sys_kexec_load, "sys_kexec_load" , NULL, NULL, NULL },
1488 #ifdef TARGET_NR_syslog
1489 { TARGET_NR_syslog, "syslog" , NULL, print_syslog, NULL },
1491 #ifdef TARGET_NR_sysmips
1492 { TARGET_NR_sysmips, "sysmips" , NULL, NULL, NULL },
1494 #ifdef TARGET_NR_sys_setaltroot
1495 { TARGET_NR_sys_setaltroot, "sys_setaltroot" , NULL, NULL, NULL },
1497 #ifdef TARGET_NR_tee
1498 { TARGET_NR_tee, "tee" , NULL, NULL, NULL },
1500 #ifdef TARGET_NR_tgkill
1501 { TARGET_NR_tgkill, "tgkill" , NULL, NULL, NULL },
1503 #ifdef TARGET_NR_time
1504 { TARGET_NR_time, "time" , NULL, NULL, NULL },
1506 #ifdef TARGET_NR_timer_create
1507 { TARGET_NR_timer_create, "timer_create" , NULL, NULL, NULL },
1509 #ifdef TARGET_NR_timer_delete
1510 { TARGET_NR_timer_delete, "timer_delete" , NULL, NULL, NULL },
1512 #ifdef TARGET_NR_timer_getoverrun
1513 { TARGET_NR_timer_getoverrun, "timer_getoverrun" , NULL, NULL, NULL },
1515 #ifdef TARGET_NR_timer_gettime
1516 { TARGET_NR_timer_gettime, "timer_gettime" , NULL, NULL, NULL },
1518 #ifdef TARGET_NR_timer_settime
1519 { TARGET_NR_timer_settime, "timer_settime" , NULL, NULL, NULL },
1521 #ifdef TARGET_NR_timerfd
1522 { TARGET_NR_timerfd, "timerfd" , NULL, NULL, NULL },
1524 #ifdef TARGET_NR_timerfd_create
1525 { TARGET_NR_timerfd_create, "timerfd_create" , NULL, NULL, NULL },
1527 #ifdef TARGET_NR_timerfd_gettime
1528 { TARGET_NR_timerfd_gettime, "timerfd_gettime" , NULL, NULL, NULL },
1530 #ifdef TARGET_NR_timerfd_settime
1531 { TARGET_NR_timerfd_settime, "timerfd_settime" , NULL, NULL, NULL },
1533 #ifdef TARGET_NR_times
1534 { TARGET_NR_times, "times" , NULL, NULL, NULL },
1536 #ifdef TARGET_NR_tkill
1537 { TARGET_NR_tkill, "tkill" , NULL, NULL, NULL },
1539 #ifdef TARGET_NR_truncate
1540 { TARGET_NR_truncate, "truncate" , NULL, NULL, NULL },
1542 #ifdef TARGET_NR_truncate64
1543 { TARGET_NR_truncate64, "truncate64" , NULL, NULL, NULL },
1545 #ifdef TARGET_NR_tuxcall
1546 { TARGET_NR_tuxcall, "tuxcall" , NULL, NULL, NULL },
1548 #ifdef TARGET_NR_ugetrlimit
1549 { TARGET_NR_ugetrlimit, "ugetrlimit" , NULL, NULL, NULL },
1551 #ifdef TARGET_NR_ulimit
1552 { TARGET_NR_ulimit, "ulimit" , NULL, NULL, NULL },
1554 #ifdef TARGET_NR_umask
1555 { TARGET_NR_umask, "umask" , "%s(%#o)", NULL, NULL },
1557 #ifdef TARGET_NR_umount
1558 { TARGET_NR_umount, "umount" , NULL, print_umount, NULL },
1560 #ifdef TARGET_NR_umount2
1561 { TARGET_NR_umount2, "umount2" , NULL, print_umount2, NULL },
1563 #ifdef TARGET_NR_uname
1564 { TARGET_NR_uname, "uname" , "%s(%p)", NULL, NULL },
1566 #ifdef TARGET_NR_unlink
1567 { TARGET_NR_unlink, "unlink" , NULL, print_unlink, NULL },
1569 #ifdef TARGET_NR_unlinkat
1570 { TARGET_NR_unlinkat, "unlinkat" , NULL, print_unlinkat, NULL },
1572 #ifdef TARGET_NR_unshare
1573 { TARGET_NR_unshare, "unshare" , NULL, NULL, NULL },
1575 #ifdef TARGET_NR_userfaultfd
1576 { TARGET_NR_userfaultfd, "userfaultfd" , NULL, NULL, NULL },
1578 #ifdef TARGET_NR_unused109
1579 { TARGET_NR_unused109, "unused109" , NULL, NULL, NULL },
1581 #ifdef TARGET_NR_unused150
1582 { TARGET_NR_unused150, "unused150" , NULL, NULL, NULL },
1584 #ifdef TARGET_NR_unused18
1585 { TARGET_NR_unused18, "unused18" , NULL, NULL, NULL },
1587 #ifdef TARGET_NR_unused28
1588 { TARGET_NR_unused28, "unused28" , NULL, NULL, NULL },
1590 #ifdef TARGET_NR_unused59
1591 { TARGET_NR_unused59, "unused59" , NULL, NULL, NULL },
1593 #ifdef TARGET_NR_unused84
1594 { TARGET_NR_unused84, "unused84" , NULL, NULL, NULL },
1596 #ifdef TARGET_NR_uselib
1597 { TARGET_NR_uselib, "uselib" , NULL, NULL, NULL },
1599 #ifdef TARGET_NR_ustat
1600 { TARGET_NR_ustat, "ustat" , "%s(%#x,%p)", NULL, NULL },
1602 #ifdef TARGET_NR_utime
1603 { TARGET_NR_utime, "utime" , NULL, print_utime, NULL },
1605 #ifdef TARGET_NR_utimes
1606 { TARGET_NR_utimes, "utimes" , NULL, print_utimes, NULL },
1608 #ifdef TARGET_NR_utrap_install
1609 { TARGET_NR_utrap_install, "utrap_install" , NULL, NULL, NULL },
1611 #ifdef TARGET_NR_vfork
1612 { TARGET_NR_vfork, "vfork" , NULL, NULL, NULL },
1614 #ifdef TARGET_NR_vhangup
1615 { TARGET_NR_vhangup, "vhangup" , NULL, NULL, NULL },
1617 #ifdef TARGET_NR_vm86
1618 { TARGET_NR_vm86, "vm86" , NULL, NULL, NULL },
1620 #ifdef TARGET_NR_vm86old
1621 { TARGET_NR_vm86old, "vm86old" , NULL, NULL, NULL },
1623 #ifdef TARGET_NR_vmsplice
1624 { TARGET_NR_vmsplice, "vmsplice" , NULL, NULL, NULL },
1626 #ifdef TARGET_NR_vserver
1627 { TARGET_NR_vserver, "vserver" , NULL, NULL, NULL },
1629 #ifdef TARGET_NR_wait4
1630 { TARGET_NR_wait4, "wait4" , NULL, NULL, NULL },
1632 #ifdef TARGET_NR_waitid
1633 { TARGET_NR_waitid, "waitid" , "%s(%#x,%d,%p,%#x)", NULL, NULL },
1635 #ifdef TARGET_NR_waitpid
1636 { TARGET_NR_waitpid, "waitpid" , "%s(%d,%p,%#x)", NULL, NULL },
1638 #ifdef TARGET_NR_write
1639 { TARGET_NR_write, "write" , "%s(%d,%#x,%d)", NULL, NULL },
1641 #ifdef TARGET_NR_writev
1642 { TARGET_NR_writev, "writev" , "%s(%d,%p,%#x)", NULL, NULL },
1644 #ifdef TARGET_NR_utimensat
1645 { TARGET_NR_utimensat, "utimensat", NULL, print_utimensat, NULL },
1647 #ifdef TARGET_NR_sync_file_range
1648 { TARGET_NR_sync_file_range, "sync_file_range", NULL, NULL, NULL },
1650 #ifdef TARGET_NR_sync_file_range2
1651 { TARGET_NR_sync_file_range2, "sync_file_range2", NULL, NULL, NULL },
1653 #ifdef TARGET_NR_pipe2
1654 { TARGET_NR_pipe2, "pipe2", NULL, NULL, NULL },
1656 #ifdef TARGET_NR_atomic_cmpxchg_32
1657 { TARGET_NR_atomic_cmpxchg_32, "atomic_cmpxchg_32", NULL, NULL, NULL },
1659 #ifdef TARGET_NR_atomic_barrier
1660 { TARGET_NR_atomic_barrier, "atomic_barrier", NULL, NULL, NULL },