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, print_acct, 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" , "%s(%u)", 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, print_bind, 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" , "%s(%p,%p)", NULL, NULL },
64 #ifdef TARGET_NR_capset
65 { TARGET_NR_capset, "capset" , "%s(%p,%p)", 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, print_chown, 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, print_chroot, 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, print_clock_getres,
87 print_syscall_ret_clock_getres },
89 #ifdef TARGET_NR_clock_getres_time64
90 { TARGET_NR_clock_getres_time64, "clock_getres_time64" , NULL, NULL, NULL },
92 #ifdef TARGET_NR_clock_gettime
93 { TARGET_NR_clock_gettime, "clock_gettime" , NULL, print_clock_gettime,
94 print_syscall_ret_clock_gettime },
96 #ifdef TARGET_NR_clock_nanosleep
97 { TARGET_NR_clock_nanosleep, "clock_nanosleep" , NULL, print_clock_nanosleep,
100 #ifdef TARGET_NR_clock_settime
101 { TARGET_NR_clock_settime, "clock_settime" , NULL, print_clock_settime, NULL },
103 #ifdef TARGET_NR_clone
104 { TARGET_NR_clone, "clone" , NULL, print_clone, NULL },
106 #ifdef TARGET_NR_close
107 { TARGET_NR_close, "close" , "%s(%d)", NULL, NULL },
109 #ifdef TARGET_NR_close_range
110 { TARGET_NR_close_range, "close_range" , "%s(%u,%u,%u)", NULL, NULL },
112 #ifdef TARGET_NR_connect
113 { TARGET_NR_connect, "connect" , "%s(%d,%#x,%d)", NULL, NULL },
115 #ifdef TARGET_NR_creat
116 { TARGET_NR_creat, "creat" , NULL, print_creat, NULL },
118 #ifdef TARGET_NR_create_module
119 { TARGET_NR_create_module, "create_module" , NULL, NULL, NULL },
121 #ifdef TARGET_NR_delete_module
122 { TARGET_NR_delete_module, "delete_module" , NULL, NULL, NULL },
124 #ifdef TARGET_NR_dipc
125 { TARGET_NR_dipc, "dipc" , NULL, NULL, NULL },
128 { TARGET_NR_dup, "dup" , "%s(%d)", NULL, NULL },
130 #ifdef TARGET_NR_dup2
131 { TARGET_NR_dup2, "dup2" , "%s(%d,%d)", NULL, NULL },
133 #ifdef TARGET_NR_dup3
134 { TARGET_NR_dup3, "dup3" , "%s(%d,%d,%d)", NULL, NULL },
136 #ifdef TARGET_NR_epoll_create
137 { TARGET_NR_epoll_create, "epoll_create", "%s(%d)", NULL, NULL },
139 #ifdef TARGET_NR_epoll_create1
140 { TARGET_NR_epoll_create1, "epoll_create1", "%s(%d)", NULL, NULL },
142 #ifdef TARGET_NR_epoll_ctl
143 { TARGET_NR_epoll_ctl, "epoll_ctl" , NULL, NULL, NULL },
145 #ifdef TARGET_NR_epoll_ctl_old
146 { TARGET_NR_epoll_ctl_old, "epoll_ctl_old" , NULL, NULL, NULL },
148 #ifdef TARGET_NR_epoll_pwait
149 { TARGET_NR_epoll_pwait, "epoll_pwait" , NULL, NULL, NULL },
151 #ifdef TARGET_NR_epoll_wait
152 { TARGET_NR_epoll_wait, "epoll_wait" , NULL, NULL, NULL },
154 #ifdef TARGET_NR_epoll_wait_old
155 { TARGET_NR_epoll_wait_old, "epoll_wait_old" , NULL, NULL, NULL },
157 #ifdef TARGET_NR_eventfd
158 { TARGET_NR_eventfd, "eventfd", "%s(%d)", NULL, NULL },
160 #ifdef TARGET_NR_eventfd2
161 { TARGET_NR_eventfd2, "eventfd2" , "%s(%d,%d)", NULL, NULL },
163 #ifdef TARGET_NR_execv
164 { TARGET_NR_execv, "execv" , NULL, print_execv, NULL },
166 #ifdef TARGET_NR_execve
167 { TARGET_NR_execve, "execve" , NULL, print_execve, NULL },
169 #ifdef TARGET_NR_execveat
170 { TARGET_NR_execveat, "execveat" , NULL, print_execveat, NULL },
172 #ifdef TARGET_NR_exec_with_loader
173 { TARGET_NR_exec_with_loader, "exec_with_loader" , NULL, NULL, NULL },
175 #ifdef TARGET_NR_exit
176 { TARGET_NR_exit, "exit" , "%s(%d)\n", NULL, NULL },
178 #ifdef TARGET_NR__exit
179 { TARGET_NR__exit, "_exit" , "%s(%d)\n", NULL, NULL },
181 #ifdef TARGET_NR_exit_group
182 { TARGET_NR_exit_group, "exit_group" , "%s(%d)\n", NULL, NULL },
184 #ifdef TARGET_NR_faccessat
185 { TARGET_NR_faccessat, "faccessat" , NULL, print_faccessat, NULL },
187 #ifdef TARGET_NR_faccessat2
188 { TARGET_NR_faccessat2, "faccessat2" , NULL, print_faccessat, NULL },
190 #ifdef TARGET_NR_fadvise64
191 { TARGET_NR_fadvise64, "fadvise64" , NULL, NULL, NULL },
193 #ifdef TARGET_NR_fadvise64_64
194 { TARGET_NR_fadvise64_64, "fadvise64_64" , NULL, NULL, NULL },
196 #ifdef TARGET_NR_fallocate
197 { TARGET_NR_fallocate, "fallocate" , NULL, print_fallocate, NULL },
199 #ifdef TARGET_NR_fanotify_init
200 { TARGET_NR_fanotify_init, "fanotify_init" , NULL, NULL, NULL },
202 #ifdef TARGET_NR_fanotify_mark
203 { TARGET_NR_fanotify_mark, "fanotify_mark" , NULL, NULL, NULL },
205 #ifdef TARGET_NR_fchdir
206 { TARGET_NR_fchdir, "fchdir" , "%s(%d)", NULL, NULL },
208 #ifdef TARGET_NR_fchmod
209 { TARGET_NR_fchmod, "fchmod" , "%s(%d,%#o)", NULL, NULL },
211 #ifdef TARGET_NR_fchmodat
212 { TARGET_NR_fchmodat, "fchmodat" , NULL, print_fchmodat, NULL },
214 #ifdef TARGET_NR_fchown
215 { TARGET_NR_fchown, "fchown" , "%s(%d,%d,%d)", NULL, NULL },
217 #ifdef TARGET_NR_fchown32
218 { TARGET_NR_fchown32, "fchown32" , NULL, NULL, NULL },
220 #ifdef TARGET_NR_fchownat
221 { TARGET_NR_fchownat, "fchownat" , NULL, print_fchownat, NULL },
223 #ifdef TARGET_NR_fcntl
224 { TARGET_NR_fcntl, "fcntl" , NULL, print_fcntl, NULL },
226 #ifdef TARGET_NR_fcntl64
227 { TARGET_NR_fcntl64, "fcntl64" , NULL, print_fcntl64, NULL },
229 #ifdef TARGET_NR_fdatasync
230 { TARGET_NR_fdatasync, "fdatasync" , "%s(%d)", NULL, NULL },
232 #ifdef TARGET_NR_fgetxattr
233 { TARGET_NR_fgetxattr, "fgetxattr" , NULL, print_fgetxattr, NULL },
235 #ifdef TARGET_NR_finit_module
236 { TARGET_NR_finit_module, "finit_module" , NULL, NULL, NULL },
238 #ifdef TARGET_NR_flistxattr
239 { TARGET_NR_flistxattr, "flistxattr" , NULL, print_flistxattr,
240 print_syscall_ret_flistxattr},
242 #ifdef TARGET_NR_flock
243 { TARGET_NR_flock, "flock" , NULL, NULL, NULL },
245 #ifdef TARGET_NR_fork
246 { TARGET_NR_fork, "fork" , "%s()", NULL, NULL },
248 #ifdef TARGET_NR_fremovexattr
249 { TARGET_NR_fremovexattr, "fremovexattr" , NULL, print_fremovexattr, NULL },
251 #ifdef TARGET_NR_fsetxattr
252 { TARGET_NR_fsetxattr, "fsetxattr" , NULL, NULL, NULL },
254 #ifdef TARGET_NR_fstat
255 { TARGET_NR_fstat, "fstat" , NULL, print_fstat, NULL },
257 #ifdef TARGET_NR_fstat64
258 { TARGET_NR_fstat64, "fstat64" , NULL, print_fstat64, NULL },
260 #ifdef TARGET_NR_fstatfs
261 { TARGET_NR_fstatfs, "fstatfs" , "%s(%d,%p)", NULL, NULL },
263 #ifdef TARGET_NR_fstatfs64
264 { TARGET_NR_fstatfs64, "fstatfs64" , "%s(%d,%p)", NULL, NULL },
266 #ifdef TARGET_NR_fsync
267 { TARGET_NR_fsync, "fsync" , "%s(%d)", NULL, NULL },
269 #ifdef TARGET_NR_ftime
270 { TARGET_NR_ftime, "ftime" , NULL, NULL, NULL },
272 #ifdef TARGET_NR_ftruncate
273 { TARGET_NR_ftruncate, "ftruncate" , "%s(%d," TARGET_ABI_FMT_ld ")", NULL, NULL },
275 #ifdef TARGET_NR_ftruncate64
276 { TARGET_NR_ftruncate64, "ftruncate64" , NULL, print_ftruncate64, NULL },
278 #ifdef TARGET_NR_futex
279 { TARGET_NR_futex, "futex" , NULL, print_futex, NULL },
281 #ifdef TARGET_NR_futex_time64
282 { TARGET_NR_futex_time64, "futex_time64" , NULL, NULL, NULL },
284 #ifdef TARGET_NR_futimesat
285 { TARGET_NR_futimesat, "futimesat" , NULL, print_futimesat, NULL },
287 #ifdef TARGET_NR_getcpu
288 { TARGET_NR_getcpu, "getcpu" , "%s(%p,%d)", NULL, NULL },
290 #ifdef TARGET_NR_getcwd
291 { TARGET_NR_getcwd, "getcwd" , "%s(%p,%d)", NULL, NULL },
293 #ifdef TARGET_NR_getdents
294 { TARGET_NR_getdents, "getdents" , "%s(%d,%p,%u)", NULL, NULL },
296 #ifdef TARGET_NR_getdents64
297 { TARGET_NR_getdents64, "getdents64" , "%s(%d,%p,%u)", NULL, NULL },
299 #ifdef TARGET_NR_getdomainname
300 { TARGET_NR_getdomainname, "getdomainname" , NULL, NULL, NULL },
302 #ifdef TARGET_NR_getdtablesize
303 { TARGET_NR_getdtablesize, "getdtablesize" , NULL, NULL, NULL },
305 #ifdef TARGET_NR_getegid
306 { TARGET_NR_getegid, "getegid" , "%s()", NULL, NULL },
308 #ifdef TARGET_NR_getegid32
309 { TARGET_NR_getegid32, "getegid32" , NULL, NULL, NULL },
311 #ifdef TARGET_NR_geteuid
312 { TARGET_NR_geteuid, "geteuid" , "%s()", NULL, NULL },
314 #ifdef TARGET_NR_geteuid32
315 { TARGET_NR_geteuid32, "geteuid32" , NULL, NULL, NULL },
317 #ifdef TARGET_NR_getgid
318 { TARGET_NR_getgid, "getgid" , "%s()", NULL, NULL },
320 #ifdef TARGET_NR_getgid32
321 { TARGET_NR_getgid32, "getgid32" , NULL, NULL, NULL },
323 #ifdef TARGET_NR_getgroups
324 { TARGET_NR_getgroups, "getgroups" , "%s(%d,%p)", NULL, NULL },
326 #ifdef TARGET_NR_getgroups32
327 { TARGET_NR_getgroups32, "getgroups32" , "%s(%d,%p)", NULL, NULL },
329 #ifdef TARGET_NR_gethostname
330 { TARGET_NR_gethostname, "gethostname" , NULL, NULL, NULL },
332 #ifdef TARGET_NR_getitimer
333 { TARGET_NR_getitimer, "getitimer" , NULL, print_getitimer,
334 print_syscall_ret_getitimer },
336 #ifdef TARGET_NR_get_kernel_syms
337 { TARGET_NR_get_kernel_syms, "get_kernel_syms" , NULL, NULL, NULL },
339 #ifdef TARGET_NR_get_mempolicy
340 { TARGET_NR_get_mempolicy, "get_mempolicy" , NULL, NULL, NULL },
342 #ifdef TARGET_NR_getpagesize
343 { TARGET_NR_getpagesize, "getpagesize" , NULL, NULL, NULL },
345 #ifdef TARGET_NR_getpeername
346 { TARGET_NR_getpeername, "getpeername" , "%s(%d,%p,%p)", NULL, NULL },
348 #ifdef TARGET_NR_getpgid
349 { TARGET_NR_getpgid, "getpgid" , "%s(%u)", NULL, NULL },
351 #ifdef TARGET_NR_getpgrp
352 { TARGET_NR_getpgrp, "getpgrp" , "%s()", NULL, NULL },
354 #ifdef TARGET_NR_getpid
355 { TARGET_NR_getpid, "getpid" , "%s()", NULL, NULL },
357 #ifdef TARGET_NR_getpmsg
358 { TARGET_NR_getpmsg, "getpmsg" , NULL, NULL, NULL },
360 #ifdef TARGET_NR_getppid
361 { TARGET_NR_getppid, "getppid" , "%s()", NULL, NULL },
363 #ifdef TARGET_NR_getpriority
364 { TARGET_NR_getpriority, "getpriority", "%s(%#x,%#x)", NULL, NULL },
366 #ifdef TARGET_NR_getrandom
367 { TARGET_NR_getrandom, "getrandom", "%s(%p,%u,%u)", NULL, NULL },
369 #ifdef TARGET_NR_getresgid
370 { TARGET_NR_getresgid, "getresgid" , "%s(%p,%p,%p)", NULL, NULL },
372 #ifdef TARGET_NR_getresgid32
373 { TARGET_NR_getresgid32, "getresgid32" , NULL, NULL, NULL },
375 #ifdef TARGET_NR_getresuid
376 { TARGET_NR_getresuid, "getresuid" , "%s(%p,%p,%p)", NULL, NULL },
378 #ifdef TARGET_NR_getresuid32
379 { TARGET_NR_getresuid32, "getresuid32" , NULL, NULL, NULL },
381 #ifdef TARGET_NR_getrlimit
382 { TARGET_NR_getrlimit, "getrlimit" , "%s(%d,%p)", NULL, NULL },
384 #ifdef TARGET_NR_get_robust_list
385 { TARGET_NR_get_robust_list, "get_robust_list" , NULL, NULL, NULL },
387 #ifdef TARGET_NR_getrusage
388 { TARGET_NR_getrusage, "getrusage" , NULL, NULL, NULL },
390 #ifdef TARGET_NR_getsid
391 { TARGET_NR_getsid, "getsid" , "%s(%d)", NULL, NULL },
393 #ifdef TARGET_NR_getsockname
394 { TARGET_NR_getsockname, "getsockname" , "%s(%d,%p,%p)", NULL, NULL },
396 #ifdef TARGET_NR_getsockopt
397 { TARGET_NR_getsockopt, "getsockopt" , "%s(%d,%d,%d,%p,%p)", NULL, NULL },
399 #ifdef TARGET_NR_get_thread_area
400 #if defined(TARGET_I386) && defined(TARGET_ABI32)
401 { TARGET_NR_get_thread_area, "get_thread_area", "%s(0x"TARGET_ABI_FMT_lx")",
403 #elif defined(TARGET_M68K)
404 { TARGET_NR_get_thread_area, "get_thread_area" , "%s()",
405 NULL, print_syscall_ret_addr },
408 #ifdef TARGET_NR_gettid
409 { TARGET_NR_gettid, "gettid" , "%s()", NULL, NULL },
411 #ifdef TARGET_NR_gettimeofday
412 { TARGET_NR_gettimeofday, "gettimeofday" , NULL, print_gettimeofday,
413 print_syscall_ret_gettimeofday },
415 #ifdef TARGET_NR_getuid
416 { TARGET_NR_getuid, "getuid" , "%s()", NULL, NULL },
418 #ifdef TARGET_NR_getuid32
419 { TARGET_NR_getuid32, "getuid32" , NULL, NULL, NULL },
421 #ifdef TARGET_NR_getxattr
422 { TARGET_NR_getxattr, "getxattr" , NULL, print_getxattr, NULL },
424 #ifdef TARGET_NR_getxgid
425 { TARGET_NR_getxgid, "getxgid" , NULL, NULL, NULL },
427 #ifdef TARGET_NR_getxpid
428 { TARGET_NR_getxpid, "getxpid" , NULL, NULL, NULL },
430 #ifdef TARGET_NR_getxuid
431 { TARGET_NR_getxuid, "getxuid" , NULL, NULL, NULL },
433 #ifdef TARGET_NR_gtty
434 { TARGET_NR_gtty, "gtty" , NULL, NULL, NULL },
436 #ifdef TARGET_NR_idle
437 { TARGET_NR_idle, "idle" , NULL, NULL, NULL },
439 #ifdef TARGET_NR_init_module
440 { TARGET_NR_init_module, "init_module" , NULL, NULL, NULL },
442 #ifdef TARGET_NR_inotify_add_watch
443 { TARGET_NR_inotify_add_watch, "inotify_add_watch" , NULL, NULL, NULL },
445 #ifdef TARGET_NR_inotify_init
446 { TARGET_NR_inotify_init, "inotify_init" , NULL, NULL, NULL },
448 #ifdef TARGET_NR_inotify_init1
449 { TARGET_NR_inotify_init1, "inotify_init1" , NULL, NULL, NULL },
451 #ifdef TARGET_NR_inotify_rm_watch
452 { TARGET_NR_inotify_rm_watch, "inotify_rm_watch" , NULL, NULL, NULL },
454 #ifdef TARGET_NR_io_cancel
455 { TARGET_NR_io_cancel, "io_cancel" , NULL, NULL, NULL },
457 #ifdef TARGET_NR_ioctl
458 { TARGET_NR_ioctl, "ioctl" , NULL, print_ioctl,
459 print_syscall_ret_ioctl},
461 #ifdef TARGET_NR_io_destroy
462 { TARGET_NR_io_destroy, "io_destroy" , NULL, NULL, NULL },
464 #ifdef TARGET_NR_io_getevents
465 { TARGET_NR_io_getevents, "io_getevents" , NULL, NULL, NULL },
467 #ifdef TARGET_NR_ioperm
468 { TARGET_NR_ioperm, "ioperm" , NULL, NULL, NULL },
470 #ifdef TARGET_NR_iopl
471 { TARGET_NR_iopl, "iopl" , NULL, NULL, NULL },
473 #ifdef TARGET_NR_ioprio_get
474 { TARGET_NR_ioprio_get, "ioprio_get" , NULL, NULL, NULL },
476 #ifdef TARGET_NR_ioprio_set
477 { TARGET_NR_ioprio_set, "ioprio_set" , NULL, NULL, NULL },
479 #ifdef TARGET_NR_io_setup
480 { TARGET_NR_io_setup, "io_setup" , NULL, NULL, NULL },
482 #ifdef TARGET_NR_io_submit
483 { TARGET_NR_io_submit, "io_submit" , NULL, NULL, NULL },
486 { TARGET_NR_ipc, "ipc" , NULL, print_ipc, NULL },
488 #ifdef TARGET_NR_kcmp
489 { TARGET_NR_kcmp, "kcmp" , NULL, NULL, NULL },
491 #ifdef TARGET_NR_kexec_load
492 { TARGET_NR_kexec_load, "kexec_load" , NULL, NULL, NULL },
494 #ifdef TARGET_NR_keyctl
495 { TARGET_NR_keyctl, "keyctl" , NULL, NULL, NULL },
497 #ifdef TARGET_NR_kill
498 { TARGET_NR_kill, "kill", NULL, print_kill, NULL },
500 #ifdef TARGET_NR_lchown
501 { TARGET_NR_lchown, "lchown" , NULL, print_lchown, NULL },
503 #ifdef TARGET_NR_lchown32
504 { TARGET_NR_lchown32, "lchown32" , NULL, NULL, NULL },
506 #ifdef TARGET_NR_lgetxattr
507 { TARGET_NR_lgetxattr, "lgetxattr" , NULL, print_lgetxattr, NULL },
509 #ifdef TARGET_NR_link
510 { TARGET_NR_link, "link" , NULL, print_link, NULL },
512 #ifdef TARGET_NR_linkat
513 { TARGET_NR_linkat, "linkat" , NULL, print_linkat, NULL },
515 #ifdef TARGET_NR_Linux
516 { TARGET_NR_Linux, "Linux" , NULL, NULL, NULL },
518 #ifdef TARGET_NR_listen
519 { TARGET_NR_listen, "listen" , "%s(%d,%d)", NULL, NULL },
521 #ifdef TARGET_NR_listxattr
522 { TARGET_NR_listxattr, "listxattr" , NULL, print_listxattr,
523 print_syscall_ret_listxattr},
525 #ifdef TARGET_NR_llistxattr
526 { TARGET_NR_llistxattr, "llistxattr" , NULL, print_llistxattr,
527 print_syscall_ret_llistxattr},
529 #ifdef TARGET_NR__llseek
530 { TARGET_NR__llseek, "_llseek" , NULL, print__llseek, NULL },
532 #ifdef TARGET_NR_llseek
533 { TARGET_NR_llseek, "llseek" , NULL, print_llseek, NULL },
535 #ifdef TARGET_NR_lock
536 { TARGET_NR_lock, "lock" , NULL, NULL, NULL },
538 #ifdef TARGET_NR_lookup_dcookie
539 { TARGET_NR_lookup_dcookie, "lookup_dcookie" , NULL, NULL, NULL },
541 #ifdef TARGET_NR_lremovexattr
542 { TARGET_NR_lremovexattr, "lremovexattr" , NULL, print_lremovexattr, NULL },
544 #ifdef TARGET_NR_lseek
545 { TARGET_NR_lseek, "lseek" , NULL, print_lseek, NULL },
547 #ifdef TARGET_NR_lsetxattr
548 { TARGET_NR_lsetxattr, "lsetxattr" , NULL, NULL, NULL },
550 #ifdef TARGET_NR_lstat
551 { TARGET_NR_lstat, "lstat" , NULL, print_lstat, NULL },
553 #ifdef TARGET_NR_lstat64
554 { TARGET_NR_lstat64, "lstat64" , NULL, print_lstat64, NULL },
556 #ifdef TARGET_NR_madvise
557 { TARGET_NR_madvise, "madvise" , NULL, print_madvise, NULL },
559 #ifdef TARGET_NR_madvise1
560 { TARGET_NR_madvise1, "madvise1" , NULL, NULL, NULL },
562 #ifdef TARGET_NR_mbind
563 { TARGET_NR_mbind, "mbind" , NULL, NULL, NULL },
565 #ifdef TARGET_NR_membarrier
566 { TARGET_NR_membarrier, "membarrier" , NULL, NULL, NULL },
568 #ifdef TARGET_NR_memfd_create
569 { TARGET_NR_memfd_create, "memfd_create" , NULL, NULL, NULL },
571 #ifdef TARGET_NR_memory_ordering
572 { TARGET_NR_memory_ordering, "memory_ordering" , NULL, NULL, NULL },
574 #ifdef TARGET_NR_migrate_pages
575 { TARGET_NR_migrate_pages, "migrate_pages" , NULL, NULL, NULL },
577 #ifdef TARGET_NR_mincore
578 { TARGET_NR_mincore, "mincore" , NULL, NULL, NULL },
580 #ifdef TARGET_NR_mkdir
581 { TARGET_NR_mkdir, "mkdir" , NULL, print_mkdir, NULL },
583 #ifdef TARGET_NR_mkdirat
584 { TARGET_NR_mkdirat, "mkdirat" , NULL, print_mkdirat, NULL },
586 #ifdef TARGET_NR_rmdir
587 { TARGET_NR_rmdir, "rmdir" , NULL, print_rmdir, NULL },
589 #ifdef TARGET_NR_mknod
590 { TARGET_NR_mknod, "mknod" , NULL, print_mknod, NULL },
592 #ifdef TARGET_NR_mknodat
593 { TARGET_NR_mknodat, "mknodat" , NULL, print_mknodat, NULL },
595 #ifdef TARGET_NR_mlock
596 { TARGET_NR_mlock, "mlock" , "%s(%p," TARGET_FMT_lu ")", NULL, NULL },
598 #ifdef TARGET_NR_mlock2
599 { TARGET_NR_mlock2, "mlock2" , NULL, NULL, NULL },
601 #ifdef TARGET_NR_mlockall
602 { TARGET_NR_mlockall, "mlockall" , NULL, print_mlockall, NULL },
604 #ifdef TARGET_NR_mmap
605 { TARGET_NR_mmap, "mmap" , NULL, print_mmap, print_syscall_ret_addr },
607 #ifdef TARGET_NR_mmap2
608 { TARGET_NR_mmap2, "mmap2" , NULL, print_mmap2, print_syscall_ret_addr },
610 #ifdef TARGET_NR_modify_ldt
611 { TARGET_NR_modify_ldt, "modify_ldt" , NULL, NULL, NULL },
613 #ifdef TARGET_NR_mount
614 { TARGET_NR_mount, "mount" , NULL, print_mount, NULL },
616 #ifdef TARGET_NR_move_pages
617 { TARGET_NR_move_pages, "move_pages" , NULL, NULL, NULL },
619 #ifdef TARGET_NR_mprotect
620 { TARGET_NR_mprotect, "mprotect" , NULL, print_mprotect, NULL },
623 { TARGET_NR_mpx, "mpx" , NULL, NULL, NULL },
625 #ifdef TARGET_NR_mq_getsetattr
626 { TARGET_NR_mq_getsetattr, "mq_getsetattr" , "%s(%d,%p,%p)", NULL, NULL },
628 #ifdef TARGET_NR_mq_notify
629 { TARGET_NR_mq_notify, "mq_notify" , "%s(%d,%p)", NULL, NULL },
631 #ifdef TARGET_NR_mq_open
632 { TARGET_NR_mq_open, "mq_open" , NULL, print_mq_open, NULL },
634 #ifdef TARGET_NR_mq_timedreceive
635 { TARGET_NR_mq_timedreceive, "mq_timedreceive" , "%s(%d,%p,%d,%u,%p)", NULL, NULL },
637 #ifdef TARGET_NR_mq_timedsend
638 { TARGET_NR_mq_timedsend, "mq_timedsend" , "%s(%d,%p,%d,%u,%p)", NULL, NULL },
640 #ifdef TARGET_NR_mq_unlink
641 { TARGET_NR_mq_unlink, "mq_unlink" , NULL, print_mq_unlink, NULL },
643 #ifdef TARGET_NR_mremap
644 { TARGET_NR_mremap, "mremap" , NULL, NULL, NULL },
646 #ifdef TARGET_NR_msgctl
647 { TARGET_NR_msgctl, "msgctl" , NULL, NULL, NULL },
649 #ifdef TARGET_NR_msgget
650 { TARGET_NR_msgget, "msgget" , NULL, NULL, NULL },
652 #ifdef TARGET_NR_msgrcv
653 { TARGET_NR_msgrcv, "msgrcv" , NULL, NULL, NULL },
655 #ifdef TARGET_NR_msgsnd
656 { TARGET_NR_msgsnd, "msgsnd" , NULL, NULL, NULL },
658 #ifdef TARGET_NR_msync
659 { TARGET_NR_msync, "msync" , "%s(%p,%u,%d)", NULL, NULL },
661 #ifdef TARGET_NR_multiplexer
662 { TARGET_NR_multiplexer, "multiplexer" , NULL, NULL, NULL },
664 #ifdef TARGET_NR_munlock
665 { TARGET_NR_munlock, "munlock" , "%s(%p," TARGET_FMT_lu ")", NULL, NULL },
667 #ifdef TARGET_NR_munlockall
668 { TARGET_NR_munlockall, "munlockall" , "%s()", NULL, NULL },
670 #ifdef TARGET_NR_munmap
671 { TARGET_NR_munmap, "munmap" , NULL, print_munmap, NULL },
673 #ifdef TARGET_NR_name_to_handle_at
674 { TARGET_NR_name_to_handle_at, "name_to_handle_at" , NULL, NULL, NULL },
676 #ifdef TARGET_NR_nanosleep
677 { TARGET_NR_nanosleep, "nanosleep" , NULL, NULL, NULL },
679 #ifdef TARGET_NR_fstatat64
680 { TARGET_NR_fstatat64, "fstatat64" , NULL, print_fstatat64, NULL },
682 #ifdef TARGET_NR_newfstatat
683 { TARGET_NR_newfstatat, "newfstatat" , NULL, print_newfstatat, NULL },
685 #ifdef TARGET_NR__newselect
686 { TARGET_NR__newselect, "_newselect" , NULL, print_newselect, print_syscall_ret_newselect },
688 #ifdef TARGET_NR_nfsservctl
689 { TARGET_NR_nfsservctl, "nfsservctl" , NULL, NULL, NULL },
691 #ifdef TARGET_NR_nice
692 { TARGET_NR_nice, "nice" , NULL, NULL, NULL },
694 #ifdef TARGET_NR_old_adjtimex
695 { TARGET_NR_old_adjtimex, "old_adjtimex" , NULL, NULL, NULL },
697 #ifdef TARGET_NR_oldfstat
698 { TARGET_NR_oldfstat, "oldfstat" , NULL, NULL, NULL },
700 #ifdef TARGET_NR_oldlstat
701 { TARGET_NR_oldlstat, "oldlstat" , NULL, NULL, NULL },
703 #ifdef TARGET_NR_oldolduname
704 { TARGET_NR_oldolduname, "oldolduname" , NULL, NULL, NULL },
706 #ifdef TARGET_NR_oldstat
707 { TARGET_NR_oldstat, "oldstat" , NULL, NULL, NULL },
709 #ifdef TARGET_NR_olduname
710 { TARGET_NR_olduname, "olduname" , NULL, NULL, NULL },
712 #ifdef TARGET_NR_open
713 { TARGET_NR_open, "open" , NULL, print_open, NULL },
715 #ifdef TARGET_NR_openat
716 { TARGET_NR_openat, "openat" , NULL, print_openat, NULL },
718 #ifdef TARGET_NR_osf_adjtime
719 { TARGET_NR_osf_adjtime, "osf_adjtime" , NULL, NULL, NULL },
721 #ifdef TARGET_NR_osf_afs_syscall
722 { TARGET_NR_osf_afs_syscall, "osf_afs_syscall" , NULL, NULL, NULL },
724 #ifdef TARGET_NR_osf_alt_plock
725 { TARGET_NR_osf_alt_plock, "osf_alt_plock" , NULL, NULL, NULL },
727 #ifdef TARGET_NR_osf_alt_setsid
728 { TARGET_NR_osf_alt_setsid, "osf_alt_setsid" , NULL, NULL, NULL },
730 #ifdef TARGET_NR_osf_alt_sigpending
731 { TARGET_NR_osf_alt_sigpending, "osf_alt_sigpending" , NULL, NULL, NULL },
733 #ifdef TARGET_NR_osf_asynch_daemon
734 { TARGET_NR_osf_asynch_daemon, "osf_asynch_daemon" , NULL, NULL, NULL },
736 #ifdef TARGET_NR_osf_audcntl
737 { TARGET_NR_osf_audcntl, "osf_audcntl" , NULL, NULL, NULL },
739 #ifdef TARGET_NR_osf_audgen
740 { TARGET_NR_osf_audgen, "osf_audgen" , NULL, NULL, NULL },
742 #ifdef TARGET_NR_osf_chflags
743 { TARGET_NR_osf_chflags, "osf_chflags" , NULL, NULL, NULL },
745 #ifdef TARGET_NR_osf_execve
746 { TARGET_NR_osf_execve, "osf_execve" , NULL, NULL, NULL },
748 #ifdef TARGET_NR_osf_exportfs
749 { TARGET_NR_osf_exportfs, "osf_exportfs" , NULL, NULL, NULL },
751 #ifdef TARGET_NR_osf_fchflags
752 { TARGET_NR_osf_fchflags, "osf_fchflags" , NULL, NULL, NULL },
754 #ifdef TARGET_NR_osf_fdatasync
755 { TARGET_NR_osf_fdatasync, "osf_fdatasync" , NULL, NULL, NULL },
757 #ifdef TARGET_NR_osf_fpathconf
758 { TARGET_NR_osf_fpathconf, "osf_fpathconf" , NULL, NULL, NULL },
760 #ifdef TARGET_NR_osf_fstatfs
761 { TARGET_NR_osf_fstatfs, "osf_fstatfs" , NULL, NULL, NULL },
763 #ifdef TARGET_NR_osf_fuser
764 { TARGET_NR_osf_fuser, "osf_fuser" , NULL, NULL, NULL },
766 #ifdef TARGET_NR_osf_getaddressconf
767 { TARGET_NR_osf_getaddressconf, "osf_getaddressconf" , NULL, NULL, NULL },
769 #ifdef TARGET_NR_osf_getdirentries
770 { TARGET_NR_osf_getdirentries, "osf_getdirentries" , NULL, NULL, NULL },
772 #ifdef TARGET_NR_osf_getdomainname
773 { TARGET_NR_osf_getdomainname, "osf_getdomainname" , NULL, NULL, NULL },
775 #ifdef TARGET_NR_osf_getfh
776 { TARGET_NR_osf_getfh, "osf_getfh" , NULL, NULL, NULL },
778 #ifdef TARGET_NR_osf_getfsstat
779 { TARGET_NR_osf_getfsstat, "osf_getfsstat" , NULL, NULL, NULL },
781 #ifdef TARGET_NR_osf_gethostid
782 { TARGET_NR_osf_gethostid, "osf_gethostid" , NULL, NULL, NULL },
784 #ifdef TARGET_NR_osf_getitimer
785 { TARGET_NR_osf_getitimer, "osf_getitimer" , NULL, NULL, NULL },
787 #ifdef TARGET_NR_osf_getlogin
788 { TARGET_NR_osf_getlogin, "osf_getlogin" , NULL, NULL, NULL },
790 #ifdef TARGET_NR_osf_getmnt
791 { TARGET_NR_osf_getmnt, "osf_getmnt" , NULL, NULL, NULL },
793 #ifdef TARGET_NR_osf_getrusage
794 { TARGET_NR_osf_getrusage, "osf_getrusage" , NULL, NULL, NULL },
796 #ifdef TARGET_NR_osf_getsysinfo
797 { TARGET_NR_osf_getsysinfo, "osf_getsysinfo" , NULL, NULL, NULL },
799 #ifdef TARGET_NR_osf_gettimeofday
800 { TARGET_NR_osf_gettimeofday, "osf_gettimeofday" , NULL, NULL, NULL },
802 #ifdef TARGET_NR_osf_kloadcall
803 { TARGET_NR_osf_kloadcall, "osf_kloadcall" , NULL, NULL, NULL },
805 #ifdef TARGET_NR_osf_kmodcall
806 { TARGET_NR_osf_kmodcall, "osf_kmodcall" , NULL, NULL, NULL },
808 #ifdef TARGET_NR_osf_memcntl
809 { TARGET_NR_osf_memcntl, "osf_memcntl" , NULL, NULL, NULL },
811 #ifdef TARGET_NR_osf_mincore
812 { TARGET_NR_osf_mincore, "osf_mincore" , NULL, NULL, NULL },
814 #ifdef TARGET_NR_osf_mount
815 { TARGET_NR_osf_mount, "osf_mount" , NULL, NULL, NULL },
817 #ifdef TARGET_NR_osf_mremap
818 { TARGET_NR_osf_mremap, "osf_mremap" , NULL, NULL, NULL },
820 #ifdef TARGET_NR_osf_msfs_syscall
821 { TARGET_NR_osf_msfs_syscall, "osf_msfs_syscall" , NULL, NULL, NULL },
823 #ifdef TARGET_NR_osf_msleep
824 { TARGET_NR_osf_msleep, "osf_msleep" , NULL, NULL, NULL },
826 #ifdef TARGET_NR_osf_mvalid
827 { TARGET_NR_osf_mvalid, "osf_mvalid" , NULL, NULL, NULL },
829 #ifdef TARGET_NR_osf_mwakeup
830 { TARGET_NR_osf_mwakeup, "osf_mwakeup" , NULL, NULL, NULL },
832 #ifdef TARGET_NR_osf_naccept
833 { TARGET_NR_osf_naccept, "osf_naccept" , NULL, NULL, NULL },
835 #ifdef TARGET_NR_osf_nfssvc
836 { TARGET_NR_osf_nfssvc, "osf_nfssvc" , NULL, NULL, NULL },
838 #ifdef TARGET_NR_osf_ngetpeername
839 { TARGET_NR_osf_ngetpeername, "osf_ngetpeername" , NULL, NULL, NULL },
841 #ifdef TARGET_NR_osf_ngetsockname
842 { TARGET_NR_osf_ngetsockname, "osf_ngetsockname" , NULL, NULL, NULL },
844 #ifdef TARGET_NR_osf_nrecvfrom
845 { TARGET_NR_osf_nrecvfrom, "osf_nrecvfrom" , NULL, NULL, NULL },
847 #ifdef TARGET_NR_osf_nrecvmsg
848 { TARGET_NR_osf_nrecvmsg, "osf_nrecvmsg" , NULL, NULL, NULL },
850 #ifdef TARGET_NR_osf_nsendmsg
851 { TARGET_NR_osf_nsendmsg, "osf_nsendmsg" , NULL, NULL, NULL },
853 #ifdef TARGET_NR_osf_ntp_adjtime
854 { TARGET_NR_osf_ntp_adjtime, "osf_ntp_adjtime" , NULL, NULL, NULL },
856 #ifdef TARGET_NR_osf_ntp_gettime
857 { TARGET_NR_osf_ntp_gettime, "osf_ntp_gettime" , NULL, NULL, NULL },
859 #ifdef TARGET_NR_osf_old_creat
860 { TARGET_NR_osf_old_creat, "osf_old_creat" , NULL, NULL, NULL },
862 #ifdef TARGET_NR_osf_old_fstat
863 { TARGET_NR_osf_old_fstat, "osf_old_fstat" , NULL, NULL, NULL },
865 #ifdef TARGET_NR_osf_old_getpgrp
866 { TARGET_NR_osf_old_getpgrp, "osf_old_getpgrp" , NULL, NULL, NULL },
868 #ifdef TARGET_NR_osf_old_killpg
869 { TARGET_NR_osf_old_killpg, "osf_old_killpg" , NULL, NULL, NULL },
871 #ifdef TARGET_NR_osf_old_lstat
872 { TARGET_NR_osf_old_lstat, "osf_old_lstat" , NULL, NULL, NULL },
874 #ifdef TARGET_NR_osf_old_open
875 { TARGET_NR_osf_old_open, "osf_old_open" , NULL, NULL, NULL },
877 #ifdef TARGET_NR_osf_oldquota
878 { TARGET_NR_osf_oldquota, "osf_oldquota" , NULL, NULL, NULL },
880 #ifdef TARGET_NR_osf_old_sigaction
881 { TARGET_NR_osf_old_sigaction, "osf_old_sigaction" , NULL, NULL, NULL },
883 #ifdef TARGET_NR_osf_old_sigblock
884 { TARGET_NR_osf_old_sigblock, "osf_old_sigblock" , NULL, NULL, NULL },
886 #ifdef TARGET_NR_osf_old_sigreturn
887 { TARGET_NR_osf_old_sigreturn, "osf_old_sigreturn" , NULL, NULL, NULL },
889 #ifdef TARGET_NR_osf_old_sigsetmask
890 { TARGET_NR_osf_old_sigsetmask, "osf_old_sigsetmask" , NULL, NULL, NULL },
892 #ifdef TARGET_NR_osf_old_sigvec
893 { TARGET_NR_osf_old_sigvec, "osf_old_sigvec" , NULL, NULL, NULL },
895 #ifdef TARGET_NR_osf_old_stat
896 { TARGET_NR_osf_old_stat, "osf_old_stat" , NULL, NULL, NULL },
898 #ifdef TARGET_NR_osf_old_vadvise
899 { TARGET_NR_osf_old_vadvise, "osf_old_vadvise" , NULL, NULL, NULL },
901 #ifdef TARGET_NR_osf_old_vtrace
902 { TARGET_NR_osf_old_vtrace, "osf_old_vtrace" , NULL, NULL, NULL },
904 #ifdef TARGET_NR_osf_old_wait
905 { TARGET_NR_osf_old_wait, "osf_old_wait" , NULL, NULL, NULL },
907 #ifdef TARGET_NR_osf_pathconf
908 { TARGET_NR_osf_pathconf, "osf_pathconf" , NULL, NULL, NULL },
910 #ifdef TARGET_NR_osf_pid_block
911 { TARGET_NR_osf_pid_block, "osf_pid_block" , NULL, NULL, NULL },
913 #ifdef TARGET_NR_osf_pid_unblock
914 { TARGET_NR_osf_pid_unblock, "osf_pid_unblock" , NULL, NULL, NULL },
916 #ifdef TARGET_NR_osf_plock
917 { TARGET_NR_osf_plock, "osf_plock" , NULL, NULL, NULL },
919 #ifdef TARGET_NR_osf_priocntlset
920 { TARGET_NR_osf_priocntlset, "osf_priocntlset" , NULL, NULL, NULL },
922 #ifdef TARGET_NR_osf_profil
923 { TARGET_NR_osf_profil, "osf_profil" , NULL, NULL, NULL },
925 #ifdef TARGET_NR_osf_proplist_syscall
926 { TARGET_NR_osf_proplist_syscall, "osf_proplist_syscall" , NULL, NULL, NULL },
928 #ifdef TARGET_NR_osf_reboot
929 { TARGET_NR_osf_reboot, "osf_reboot" , NULL, NULL, NULL },
931 #ifdef TARGET_NR_osf_revoke
932 { TARGET_NR_osf_revoke, "osf_revoke" , NULL, NULL, NULL },
934 #ifdef TARGET_NR_osf_sbrk
935 { TARGET_NR_osf_sbrk, "osf_sbrk" , NULL, NULL, NULL },
937 #ifdef TARGET_NR_osf_security
938 { TARGET_NR_osf_security, "osf_security" , NULL, NULL, NULL },
940 #ifdef TARGET_NR_osf_select
941 { TARGET_NR_osf_select, "osf_select" , NULL, NULL, NULL },
943 #ifdef TARGET_NR_osf_sethostid
944 { TARGET_NR_osf_sethostid, "osf_sethostid" , NULL, NULL, NULL },
946 #ifdef TARGET_NR_osf_setitimer
947 { TARGET_NR_osf_setitimer, "osf_setitimer" , NULL, NULL, NULL },
949 #ifdef TARGET_NR_osf_setlogin
950 { TARGET_NR_osf_setlogin, "osf_setlogin" , NULL, NULL, NULL },
952 #ifdef TARGET_NR_osf_set_program_attributes
953 { TARGET_NR_osf_set_program_attributes, "osf_set_program_attributes" , NULL, NULL, NULL },
955 #ifdef TARGET_NR_osf_set_speculative
956 { TARGET_NR_osf_set_speculative, "osf_set_speculative" , NULL, NULL, NULL },
958 #ifdef TARGET_NR_osf_setsysinfo
959 { TARGET_NR_osf_setsysinfo, "osf_setsysinfo" , NULL, NULL, NULL },
961 #ifdef TARGET_NR_osf_settimeofday
962 { TARGET_NR_osf_settimeofday, "osf_settimeofday" , NULL, NULL, NULL },
964 #ifdef TARGET_NR_osf_shmat
965 { TARGET_NR_osf_shmat, "osf_shmat" , NULL, NULL, NULL },
967 #ifdef TARGET_NR_osf_signal
968 { TARGET_NR_osf_signal, "osf_signal" , NULL, NULL, NULL },
970 #ifdef TARGET_NR_osf_sigprocmask
971 { TARGET_NR_osf_sigprocmask, "osf_sigprocmask" , NULL, NULL, NULL },
973 #ifdef TARGET_NR_osf_sigsendset
974 { TARGET_NR_osf_sigsendset, "osf_sigsendset" , NULL, NULL, NULL },
976 #ifdef TARGET_NR_osf_sigstack
977 { TARGET_NR_osf_sigstack, "osf_sigstack" , NULL, NULL, NULL },
979 #ifdef TARGET_NR_osf_sigwaitprim
980 { TARGET_NR_osf_sigwaitprim, "osf_sigwaitprim" , NULL, NULL, NULL },
982 #ifdef TARGET_NR_osf_sstk
983 { TARGET_NR_osf_sstk, "osf_sstk" , NULL, NULL, NULL },
985 #ifdef TARGET_NR_osf_statfs
986 { TARGET_NR_osf_statfs, "osf_statfs" , NULL, NULL, NULL },
988 #ifdef TARGET_NR_osf_subsys_info
989 { TARGET_NR_osf_subsys_info, "osf_subsys_info" , NULL, NULL, NULL },
991 #ifdef TARGET_NR_osf_swapctl
992 { TARGET_NR_osf_swapctl, "osf_swapctl" , NULL, NULL, NULL },
994 #ifdef TARGET_NR_osf_swapon
995 { TARGET_NR_osf_swapon, "osf_swapon" , NULL, NULL, NULL },
997 #ifdef TARGET_NR_osf_syscall
998 { TARGET_NR_osf_syscall, "osf_syscall" , NULL, NULL, NULL },
1000 #ifdef TARGET_NR_osf_sysinfo
1001 { TARGET_NR_osf_sysinfo, "osf_sysinfo" , NULL, NULL, NULL },
1003 #ifdef TARGET_NR_osf_table
1004 { TARGET_NR_osf_table, "osf_table" , NULL, NULL, NULL },
1006 #ifdef TARGET_NR_osf_uadmin
1007 { TARGET_NR_osf_uadmin, "osf_uadmin" , NULL, NULL, NULL },
1009 #ifdef TARGET_NR_osf_usleep_thread
1010 { TARGET_NR_osf_usleep_thread, "osf_usleep_thread" , NULL, NULL, NULL },
1012 #ifdef TARGET_NR_osf_uswitch
1013 { TARGET_NR_osf_uswitch, "osf_uswitch" , NULL, NULL, NULL },
1015 #ifdef TARGET_NR_osf_utc_adjtime
1016 { TARGET_NR_osf_utc_adjtime, "osf_utc_adjtime" , NULL, NULL, NULL },
1018 #ifdef TARGET_NR_osf_utc_gettime
1019 { TARGET_NR_osf_utc_gettime, "osf_utc_gettime" , NULL, NULL, NULL },
1021 #ifdef TARGET_NR_osf_utimes
1022 { TARGET_NR_osf_utimes, "osf_utimes" , NULL, NULL, NULL },
1024 #ifdef TARGET_NR_osf_utsname
1025 { TARGET_NR_osf_utsname, "osf_utsname" , NULL, NULL, NULL },
1027 #ifdef TARGET_NR_osf_wait4
1028 { TARGET_NR_osf_wait4, "osf_wait4" , NULL, NULL, NULL },
1030 #ifdef TARGET_NR_osf_waitid
1031 { TARGET_NR_osf_waitid, "osf_waitid" , NULL, NULL, NULL },
1033 #ifdef TARGET_NR_pause
1034 { TARGET_NR_pause, "pause" , NULL, NULL, NULL },
1036 #ifdef TARGET_NR_pciconfig_iobase
1037 { TARGET_NR_pciconfig_iobase, "pciconfig_iobase" , NULL, NULL, NULL },
1039 #ifdef TARGET_NR_pciconfig_read
1040 { TARGET_NR_pciconfig_read, "pciconfig_read" , NULL, NULL, NULL },
1042 #ifdef TARGET_NR_pciconfig_write
1043 { TARGET_NR_pciconfig_write, "pciconfig_write" , NULL, NULL, NULL },
1045 #ifdef TARGET_NR_perf_event_open
1046 { TARGET_NR_perf_event_open, "perf_event_open" , NULL, NULL, NULL },
1048 #ifdef TARGET_NR_perfctr
1049 { TARGET_NR_perfctr, "perfctr" , NULL, NULL, NULL },
1051 #ifdef TARGET_NR_personality
1052 { TARGET_NR_personality, "personality" , "%s(0x"TARGET_ABI_FMT_lx")", NULL,
1053 print_syscall_ret_addr },
1055 #ifdef TARGET_NR_pipe
1056 { TARGET_NR_pipe, "pipe" , NULL, NULL, NULL },
1058 #ifdef TARGET_NR_pivot_root
1059 { TARGET_NR_pivot_root, "pivot_root" , NULL, NULL, NULL },
1061 #ifdef TARGET_NR_poll
1062 { TARGET_NR_poll, "poll" , "%s(%p,%u,%d)", NULL, NULL },
1064 #ifdef TARGET_NR_ppoll
1065 { TARGET_NR_ppoll, "ppoll" , "%s(%p,%u,%p,%p)", NULL, NULL },
1067 #ifdef TARGET_NR_prctl
1068 { TARGET_NR_prctl, "prctl" , NULL, NULL, NULL },
1070 #ifdef TARGET_NR_pread64
1071 { TARGET_NR_pread64, "pread64" , NULL, print_pread64, NULL },
1073 #ifdef TARGET_NR_preadv
1074 { TARGET_NR_preadv, "preadv" , NULL, NULL, NULL },
1076 #ifdef TARGET_NR_prlimit64
1077 { TARGET_NR_prlimit64, "prlimit64" , NULL, print_prlimit64,
1078 print_syscall_ret_prlimit64 },
1080 #ifdef TARGET_NR_process_vm_readv
1081 { TARGET_NR_process_vm_readv, "process_vm_readv" , NULL, NULL, NULL },
1083 #ifdef TARGET_NR_process_vm_writev
1084 { TARGET_NR_process_vm_writev, "process_vm_writev" , NULL, NULL, NULL },
1086 #ifdef TARGET_NR_prof
1087 { TARGET_NR_prof, "prof" , NULL, NULL, NULL },
1089 #ifdef TARGET_NR_profil
1090 { TARGET_NR_profil, "profil" , NULL, NULL, NULL },
1092 #ifdef TARGET_NR_pselect6
1093 { TARGET_NR_pselect6, "pselect6" , NULL, NULL, NULL },
1095 #ifdef TARGET_NR_ptrace
1096 { TARGET_NR_ptrace, "ptrace" , NULL, NULL, NULL },
1098 #ifdef TARGET_NR_putpmsg
1099 { TARGET_NR_putpmsg, "putpmsg" , NULL, NULL, NULL },
1101 #ifdef TARGET_NR_pwrite64
1102 { TARGET_NR_pwrite64, "pwrite64" , NULL, print_pread64, NULL },
1104 #ifdef TARGET_NR_pwritev
1105 { TARGET_NR_pwritev, "pwritev" , NULL, NULL, NULL },
1107 #ifdef TARGET_NR_query_module
1108 { TARGET_NR_query_module, "query_module" , NULL, NULL, NULL },
1110 #ifdef TARGET_NR_quotactl
1111 { TARGET_NR_quotactl, "quotactl" , NULL, NULL, NULL },
1113 #ifdef TARGET_NR_read
1114 { TARGET_NR_read, "read" , "%s(%d,%#x,%d)", NULL, NULL },
1116 #ifdef TARGET_NR_readahead
1117 { TARGET_NR_readahead, "readahead" , NULL, NULL, NULL },
1119 #ifdef TARGET_NR_readdir
1120 { TARGET_NR_readdir, "readdir" , NULL, NULL, NULL },
1122 #ifdef TARGET_NR_readlink
1123 { TARGET_NR_readlink, "readlink" , NULL, print_readlink, NULL },
1125 #ifdef TARGET_NR_readlinkat
1126 { TARGET_NR_readlinkat, "readlinkat" , NULL, print_readlinkat, NULL },
1128 #ifdef TARGET_NR_readv
1129 { TARGET_NR_readv, "readv" , NULL, NULL, NULL },
1131 #ifdef TARGET_NR_reboot
1132 { TARGET_NR_reboot, "reboot" , NULL, NULL, NULL },
1134 #ifdef TARGET_NR_recv
1135 { TARGET_NR_recv, "recv" , "%s(%d,%p,%u,%d)", NULL, NULL },
1137 #ifdef TARGET_NR_recvfrom
1138 { TARGET_NR_recvfrom, "recvfrom" , NULL, NULL, NULL },
1140 #ifdef TARGET_NR_recvmmsg
1141 { TARGET_NR_recvmmsg, "recvmmsg" , NULL, NULL, NULL },
1143 #ifdef TARGET_NR_recvmsg
1144 { TARGET_NR_recvmsg, "recvmsg" , "%s(%d,%p,%#x)", NULL, NULL },
1146 #ifdef TARGET_NR_remap_file_pages
1147 { TARGET_NR_remap_file_pages, "remap_file_pages" , NULL, NULL, NULL },
1149 #ifdef TARGET_NR_removexattr
1150 { TARGET_NR_removexattr, "removexattr" , NULL, print_removexattr, NULL },
1152 #ifdef TARGET_NR_rename
1153 { TARGET_NR_rename, "rename" , NULL, print_rename, NULL },
1155 #ifdef TARGET_NR_renameat
1156 { TARGET_NR_renameat, "renameat" , NULL, print_renameat, NULL },
1158 #ifdef TARGET_NR_renameat2
1159 { TARGET_NR_renameat2, "renameat2" , NULL, NULL, NULL },
1161 #ifdef TARGET_NR_request_key
1162 { TARGET_NR_request_key, "request_key" , NULL, NULL, NULL },
1164 #ifdef TARGET_NR_reserved177
1165 { TARGET_NR_reserved177, "reserved177" , NULL, NULL, NULL },
1167 #ifdef TARGET_NR_reserved193
1168 { TARGET_NR_reserved193, "reserved193" , NULL, NULL, NULL },
1170 #ifdef TARGET_NR_reserved221
1171 { TARGET_NR_reserved221, "reserved221" , NULL, NULL, NULL },
1173 #ifdef TARGET_NR_reserved82
1174 { TARGET_NR_reserved82, "reserved82" , NULL, NULL, NULL },
1176 #ifdef TARGET_NR_restart_syscall
1177 { TARGET_NR_restart_syscall, "restart_syscall" , NULL, NULL, NULL },
1179 #ifdef TARGET_NR_rmdir
1180 { TARGET_NR_rmdir, "rmdir" , NULL, NULL, NULL },
1182 #ifdef TARGET_NR_rt_sigaction
1183 { TARGET_NR_rt_sigaction, "rt_sigaction" , NULL, print_rt_sigaction, NULL },
1185 #ifdef TARGET_NR_rt_sigpending
1186 { TARGET_NR_rt_sigpending, "rt_sigpending" , NULL, NULL, NULL },
1188 #ifdef TARGET_NR_rt_sigprocmask
1189 { TARGET_NR_rt_sigprocmask, "rt_sigprocmask" , NULL, print_rt_sigprocmask, NULL },
1191 #ifdef TARGET_NR_rt_sigqueueinfo
1192 { TARGET_NR_rt_sigqueueinfo, "rt_sigqueueinfo" , NULL, print_rt_sigqueueinfo, NULL },
1194 #ifdef TARGET_NR_rt_sigreturn
1195 { TARGET_NR_rt_sigreturn, "rt_sigreturn" , "%s(%p)", NULL, NULL },
1197 #ifdef TARGET_NR_rt_sigsuspend
1198 { TARGET_NR_rt_sigsuspend, "rt_sigsuspend" , NULL, NULL, NULL },
1200 #ifdef TARGET_NR_rt_sigtimedwait
1201 { TARGET_NR_rt_sigtimedwait, "rt_sigtimedwait" , NULL, NULL, NULL },
1203 #ifdef TARGET_NR_rt_tgsigqueueinfo
1204 { TARGET_NR_rt_tgsigqueueinfo, "rt_tgsigqueueinfo" , NULL, print_rt_tgsigqueueinfo, NULL },
1206 #ifdef TARGET_NR_sched_getaffinity
1207 { TARGET_NR_sched_getaffinity, "sched_getaffinity" , "%s(%d,%u,%p)", NULL, NULL },
1209 #ifdef TARGET_NR_sched_get_affinity
1210 { TARGET_NR_sched_get_affinity, "sched_get_affinity" , NULL, NULL, NULL },
1212 #ifdef TARGET_NR_sched_getattr
1213 { TARGET_NR_sched_getattr, "sched_getattr" , "%s(%d,%p,%u,%u)", NULL, NULL },
1215 #ifdef TARGET_NR_sched_setattr
1216 { TARGET_NR_sched_setattr, "sched_setattr" , "%s(%p,%p)", NULL, NULL },
1218 #ifdef TARGET_NR_sched_getparam
1219 { TARGET_NR_sched_getparam, "sched_getparam" , "%s(%d,%p)", NULL, NULL },
1221 #ifdef TARGET_NR_sched_get_priority_max
1222 { TARGET_NR_sched_get_priority_max, "sched_get_priority_max" , NULL, NULL, NULL },
1224 #ifdef TARGET_NR_sched_get_priority_min
1225 { TARGET_NR_sched_get_priority_min, "sched_get_priority_min" , NULL, NULL, NULL },
1227 #ifdef TARGET_NR_sched_getscheduler
1228 { TARGET_NR_sched_getscheduler, "sched_getscheduler" , NULL, NULL, NULL },
1230 #ifdef TARGET_NR_sched_rr_get_interval
1231 { TARGET_NR_sched_rr_get_interval, "sched_rr_get_interval" , NULL, NULL, NULL },
1233 #ifdef TARGET_NR_sched_setaffinity
1234 { TARGET_NR_sched_setaffinity, "sched_setaffinity" , "%s(%d,%u,%p)", NULL, NULL },
1236 #ifdef TARGET_NR_sched_setatt
1237 { TARGET_NR_sched_setatt, "sched_setatt" , NULL, NULL, NULL },
1239 #ifdef TARGET_NR_sched_set_affinity
1240 { TARGET_NR_sched_set_affinity, "sched_set_affinity" , NULL, NULL, NULL },
1242 #ifdef TARGET_NR_sched_setparam
1243 { TARGET_NR_sched_setparam, "sched_setparam" , NULL, NULL, NULL },
1245 #ifdef TARGET_NR_sched_setscheduler
1246 { TARGET_NR_sched_setscheduler, "sched_setscheduler" , NULL, NULL, NULL },
1248 #ifdef TARGET_NR_sched_yield
1249 { TARGET_NR_sched_yield, "sched_yield" , NULL, NULL, NULL },
1251 #ifdef TARGET_NR_seccomp
1252 { TARGET_NR_seccomp, "seccomp" , NULL, NULL, NULL },
1254 #ifdef TARGET_NR_security
1255 { TARGET_NR_security, "security" , NULL, NULL, NULL },
1257 #ifdef TARGET_NR_select
1258 { TARGET_NR_select, "select" , NULL, NULL, NULL },
1260 #ifdef TARGET_NR_semctl
1261 { TARGET_NR_semctl, "semctl" , NULL, print_semctl, NULL },
1263 #ifdef TARGET_NR_semget
1264 { TARGET_NR_semget, "semget" , NULL, NULL, NULL },
1266 #ifdef TARGET_NR_semop
1267 { TARGET_NR_semop, "semop" , NULL, NULL, NULL },
1269 #ifdef TARGET_NR_semtimedop
1270 { TARGET_NR_semtimedop, "semtimedop" , NULL, NULL, NULL },
1272 #ifdef TARGET_NR_send
1273 { TARGET_NR_send, "send" , NULL, NULL, NULL },
1275 #ifdef TARGET_NR_sendfile
1276 { TARGET_NR_sendfile, "sendfile" , NULL, NULL, NULL },
1278 #ifdef TARGET_NR_sendfile64
1279 { TARGET_NR_sendfile64, "sendfile64" , NULL, NULL, NULL },
1281 #ifdef TARGET_NR_sendmmsg
1282 { TARGET_NR_sendmmsg, "sendmmsg" , NULL, NULL, NULL },
1284 #ifdef TARGET_NR_sendmsg
1285 { TARGET_NR_sendmsg, "sendmsg" , NULL, NULL, NULL },
1287 #ifdef TARGET_NR_sendto
1288 { TARGET_NR_sendto, "sendto" , NULL, NULL, NULL },
1290 #ifdef TARGET_NR_setdomainname
1291 { TARGET_NR_setdomainname, "setdomainname" , NULL, NULL, NULL },
1293 #ifdef TARGET_NR_setfsgid
1294 { TARGET_NR_setfsgid, "setfsgid" , "%s(%u)", NULL, NULL },
1296 #ifdef TARGET_NR_setfsgid32
1297 { TARGET_NR_setfsgid32, "setfsgid32" , "%s(%u)" , NULL, NULL },
1299 #ifdef TARGET_NR_setfsuid
1300 { TARGET_NR_setfsuid, "setfsuid" , "%s(%u)" , NULL, NULL },
1302 #ifdef TARGET_NR_setfsuid32
1303 { TARGET_NR_setfsuid32, "setfsuid32" , NULL, NULL, NULL },
1305 #ifdef TARGET_NR_setgid
1306 { TARGET_NR_setgid, "setgid" , "%s(%u)", NULL, NULL },
1308 #ifdef TARGET_NR_setgid32
1309 { TARGET_NR_setgid32, "setgid32" , "%s(%u)", NULL, NULL },
1311 #ifdef TARGET_NR_setgroups
1312 { TARGET_NR_setgroups, "setgroups" , "%s(%d,%p)", NULL, NULL },
1314 #ifdef TARGET_NR_setgroups32
1315 { TARGET_NR_setgroups32, "setgroups32" , "%s(%d,%p)", NULL, NULL },
1317 #ifdef TARGET_NR_sethae
1318 { TARGET_NR_sethae, "sethae" , NULL, NULL, NULL },
1320 #ifdef TARGET_NR_sethostname
1321 { TARGET_NR_sethostname, "sethostname" , NULL, NULL, NULL },
1323 #ifdef TARGET_NR_setitimer
1324 { TARGET_NR_setitimer, "setitimer" , NULL, print_setitimer,
1325 print_syscall_ret_setitimer },
1327 #ifdef TARGET_NR_set_mempolicy
1328 { TARGET_NR_set_mempolicy, "set_mempolicy" , NULL, NULL, NULL },
1330 #ifdef TARGET_NR_setns
1331 { TARGET_NR_setns, "setns" , NULL, NULL, NULL },
1333 #ifdef TARGET_NR_setpgid
1334 { TARGET_NR_setpgid, "setpgid" , "%s(%u,%u)", NULL, NULL },
1336 #ifdef TARGET_NR_setpgrp
1337 { TARGET_NR_setpgrp, "setpgrp" , NULL, NULL, NULL },
1339 #ifdef TARGET_NR_setpriority
1340 { TARGET_NR_setpriority, "setpriority" , NULL, NULL, NULL },
1342 #ifdef TARGET_NR_setregid
1343 { TARGET_NR_setregid, "setregid" , NULL, NULL, NULL },
1345 #ifdef TARGET_NR_setregid32
1346 { TARGET_NR_setregid32, "setregid32" , NULL, NULL, NULL },
1348 #ifdef TARGET_NR_setresgid
1349 { TARGET_NR_setresgid, "setresgid" , "%s(%u,%u,%u)", NULL, NULL },
1351 #ifdef TARGET_NR_setresgid32
1352 { TARGET_NR_setresgid32, "setresgid32" , NULL, NULL, NULL },
1354 #ifdef TARGET_NR_setresuid
1355 { TARGET_NR_setresuid, "setresuid" , "%s(%u,%u,%u)", NULL, NULL },
1357 #ifdef TARGET_NR_setresuid32
1358 { TARGET_NR_setresuid32, "setresuid32" , "%s(%u,%u,%u)", NULL, NULL },
1360 #ifdef TARGET_NR_setreuid
1361 { TARGET_NR_setreuid, "setreuid" , "%s(%u,%u)", NULL, NULL },
1363 #ifdef TARGET_NR_setreuid32
1364 { TARGET_NR_setreuid32, "setreuid32" , "%s(%u,%u)", NULL, NULL },
1366 #ifdef TARGET_NR_setrlimit
1367 { TARGET_NR_setrlimit, "setrlimit" , "%s(%d,%p)", NULL, NULL },
1369 #ifdef TARGET_NR_set_robust_list
1370 { TARGET_NR_set_robust_list, "set_robust_list" , "%s(%p,%u)", NULL, NULL },
1372 #ifdef TARGET_NR_setsid
1373 { TARGET_NR_setsid, "setsid" , "%s()", NULL, NULL },
1375 #ifdef TARGET_NR_setsockopt
1376 { TARGET_NR_setsockopt, "setsockopt" , "%s(%d,%d,%d,%p,%p)", NULL, NULL },
1378 #ifdef TARGET_NR_set_thread_area
1379 { TARGET_NR_set_thread_area, "set_thread_area", "%s(0x"TARGET_ABI_FMT_lx")",
1382 #ifdef TARGET_NR_set_tid_address
1383 { TARGET_NR_set_tid_address, "set_tid_address" , "%s(%p)", NULL, NULL },
1385 #ifdef TARGET_NR_settimeofday
1386 { TARGET_NR_settimeofday, "settimeofday" , NULL, print_settimeofday, NULL },
1388 #ifdef TARGET_NR_setuid
1389 { TARGET_NR_setuid, "setuid" , NULL, NULL, NULL },
1391 #ifdef TARGET_NR_setuid32
1392 { TARGET_NR_setuid32, "setuid32" , NULL, NULL, NULL },
1394 #ifdef TARGET_NR_setxattr
1395 { TARGET_NR_setxattr, "setxattr" , NULL, NULL, NULL },
1397 #ifdef TARGET_NR_sgetmask
1398 { TARGET_NR_sgetmask, "sgetmask" , NULL, NULL, NULL },
1400 #ifdef TARGET_NR_shmat
1401 { TARGET_NR_shmat, "shmat" , NULL, NULL, print_syscall_ret_addr },
1403 #ifdef TARGET_NR_shmctl
1404 { TARGET_NR_shmctl, "shmctl" , NULL, NULL, NULL },
1406 #ifdef TARGET_NR_shmdt
1407 { TARGET_NR_shmdt, "shmdt" , NULL, NULL, NULL },
1409 #ifdef TARGET_NR_shmget
1410 { TARGET_NR_shmget, "shmget" , NULL, NULL, NULL },
1412 #ifdef TARGET_NR_shutdown
1413 { TARGET_NR_shutdown, "shutdown" , NULL, NULL, NULL },
1415 #ifdef TARGET_NR_sigaction
1416 { TARGET_NR_sigaction, "sigaction" , NULL, NULL, NULL },
1418 #ifdef TARGET_NR_sigaltstack
1419 { TARGET_NR_sigaltstack, "sigaltstack" , "%s(%p,%p)", NULL, NULL },
1421 #ifdef TARGET_NR_signal
1422 { TARGET_NR_signal, "signal" , NULL, NULL, NULL },
1424 #ifdef TARGET_NR_signalfd
1425 { TARGET_NR_signalfd, "signalfd" , NULL, NULL, NULL },
1427 #ifdef TARGET_NR_signalfd4
1428 { TARGET_NR_signalfd4, "signalfd4" , NULL, NULL, NULL },
1430 #ifdef TARGET_NR_sigpending
1431 { TARGET_NR_sigpending, "sigpending" , NULL, NULL, NULL },
1433 #ifdef TARGET_NR_sigprocmask
1434 { TARGET_NR_sigprocmask, "sigprocmask" , NULL, NULL, NULL },
1436 #ifdef TARGET_NR_sigreturn
1437 { TARGET_NR_sigreturn, "sigreturn" , NULL, NULL, NULL },
1439 #ifdef TARGET_NR_sigsuspend
1440 { TARGET_NR_sigsuspend, "sigsuspend" , NULL, NULL, NULL },
1442 #ifdef TARGET_NR_socket
1443 { TARGET_NR_socket, "socket" , NULL, print_socket, NULL },
1445 #ifdef TARGET_NR_socketcall
1446 { TARGET_NR_socketcall, "socketcall" , NULL, print_socketcall, NULL },
1448 #ifdef TARGET_NR_socketpair
1449 { TARGET_NR_socketpair, "socketpair" , NULL, NULL, NULL },
1451 #ifdef TARGET_NR_splice
1452 { TARGET_NR_splice, "splice" , NULL, NULL, NULL },
1454 #ifdef TARGET_NR_ssetmask
1455 { TARGET_NR_ssetmask, "ssetmask" , NULL, NULL, NULL },
1457 #ifdef TARGET_NR_stat
1458 { TARGET_NR_stat, "stat" , NULL, print_stat, NULL },
1460 #ifdef TARGET_NR_stat64
1461 { TARGET_NR_stat64, "stat64" , NULL, print_stat64, NULL },
1463 #ifdef TARGET_NR_statfs
1464 { TARGET_NR_statfs, "statfs" , NULL, print_statfs, NULL },
1466 #ifdef TARGET_NR_statfs64
1467 { TARGET_NR_statfs64, "statfs64" , NULL, print_statfs64, NULL },
1469 #ifdef TARGET_NR_stime
1470 { TARGET_NR_stime, "stime" , NULL, NULL, NULL },
1472 #ifdef TARGET_NR_streams1
1473 { TARGET_NR_streams1, "streams1" , NULL, NULL, NULL },
1475 #ifdef TARGET_NR_streams2
1476 { TARGET_NR_streams2, "streams2" , NULL, NULL, NULL },
1478 #ifdef TARGET_NR_stty
1479 { TARGET_NR_stty, "stty" , NULL, NULL, NULL },
1481 #ifdef TARGET_NR_swapcontext
1482 { TARGET_NR_swapcontext, "swapcontext" , NULL, NULL, NULL },
1484 #ifdef TARGET_NR_swapoff
1485 { TARGET_NR_swapoff, "swapoff" , NULL, NULL, NULL },
1487 #ifdef TARGET_NR_swapon
1488 { TARGET_NR_swapon, "swapon" , NULL, NULL, NULL },
1490 #ifdef TARGET_NR_symlink
1491 { TARGET_NR_symlink, "symlink" , NULL, print_symlink, NULL },
1493 #ifdef TARGET_NR_symlinkat
1494 { TARGET_NR_symlinkat, "symlinkat", NULL, print_symlinkat, NULL },
1496 #ifdef TARGET_NR_sync
1497 { TARGET_NR_sync, "sync" , NULL, NULL, NULL },
1499 #ifdef TARGET_NR_syncfs
1500 { TARGET_NR_syncfs, "syncfs" , "%s(%d)", NULL, NULL },
1502 #ifdef TARGET_NR_syscall
1503 { TARGET_NR_syscall, "syscall" , NULL, NULL, NULL },
1505 #ifdef TARGET_NR__sysctl
1506 { TARGET_NR__sysctl, "_sysctl" , NULL, NULL, NULL },
1508 #ifdef TARGET_NR_sysfs
1509 { TARGET_NR_sysfs, "sysfs" , NULL, NULL, NULL },
1511 #ifdef TARGET_NR_sysinfo
1512 { TARGET_NR_sysinfo, "sysinfo" , "%s(%p)", NULL, NULL },
1514 #ifdef TARGET_NR_sys_kexec_load
1515 { TARGET_NR_sys_kexec_load, "sys_kexec_load" , NULL, NULL, NULL },
1517 #ifdef TARGET_NR_syslog
1518 { TARGET_NR_syslog, "syslog" , NULL, print_syslog, NULL },
1520 #ifdef TARGET_NR_sysmips
1521 { TARGET_NR_sysmips, "sysmips" , NULL, NULL, NULL },
1523 #ifdef TARGET_NR_sys_setaltroot
1524 { TARGET_NR_sys_setaltroot, "sys_setaltroot" , NULL, NULL, NULL },
1526 #ifdef TARGET_NR_tee
1527 { TARGET_NR_tee, "tee" , NULL, NULL, NULL },
1529 #ifdef TARGET_NR_tgkill
1530 { TARGET_NR_tgkill, "tgkill" , NULL, print_tgkill, NULL },
1532 #ifdef TARGET_NR_time
1533 { TARGET_NR_time, "time" , NULL, NULL, NULL },
1535 #ifdef TARGET_NR_timer_create
1536 { TARGET_NR_timer_create, "timer_create" , NULL, NULL, NULL },
1538 #ifdef TARGET_NR_timer_delete
1539 { TARGET_NR_timer_delete, "timer_delete" , NULL, NULL, NULL },
1541 #ifdef TARGET_NR_timer_getoverrun
1542 { TARGET_NR_timer_getoverrun, "timer_getoverrun" , NULL, NULL, NULL },
1544 #ifdef TARGET_NR_timer_gettime
1545 { TARGET_NR_timer_gettime, "timer_gettime" , NULL, NULL, NULL },
1547 #ifdef TARGET_NR_timer_settime
1548 { TARGET_NR_timer_settime, "timer_settime" , "%s(%d,%d,%p,%p)", NULL, NULL },
1550 #ifdef TARGET_NR_timer_settime64
1551 { TARGET_NR_timer_settime64, "timer_settime64" , "%s(%d,%d,%p,%p)", NULL, NULL },
1553 #ifdef TARGET_NR_timerfd
1554 { TARGET_NR_timerfd, "timerfd" , NULL, NULL, NULL },
1556 #ifdef TARGET_NR_timerfd_create
1557 { TARGET_NR_timerfd_create, "timerfd_create" , NULL, NULL, NULL },
1559 #ifdef TARGET_NR_timerfd_gettime
1560 { TARGET_NR_timerfd_gettime, "timerfd_gettime" , NULL, NULL, NULL },
1562 #ifdef TARGET_NR_timerfd_settime
1563 { TARGET_NR_timerfd_settime, "timerfd_settime" , NULL, NULL, NULL },
1565 #ifdef TARGET_NR_times
1566 { TARGET_NR_times, "times" , NULL, NULL, NULL },
1568 #ifdef TARGET_NR_tkill
1569 { TARGET_NR_tkill, "tkill" , NULL, print_tkill, NULL },
1571 #ifdef TARGET_NR_truncate
1572 { TARGET_NR_truncate, "truncate" , NULL, print_truncate, NULL },
1574 #ifdef TARGET_NR_truncate64
1575 { TARGET_NR_truncate64, "truncate64" , NULL, print_truncate64, NULL },
1577 #ifdef TARGET_NR_tuxcall
1578 { TARGET_NR_tuxcall, "tuxcall" , NULL, NULL, NULL },
1580 #ifdef TARGET_NR_ugetrlimit
1581 { TARGET_NR_ugetrlimit, "ugetrlimit" , NULL, NULL, NULL },
1583 #ifdef TARGET_NR_ulimit
1584 { TARGET_NR_ulimit, "ulimit" , NULL, NULL, NULL },
1586 #ifdef TARGET_NR_umask
1587 { TARGET_NR_umask, "umask" , "%s(%#o)", NULL, NULL },
1589 #ifdef TARGET_NR_umount
1590 { TARGET_NR_umount, "umount" , NULL, print_umount, NULL },
1592 #ifdef TARGET_NR_umount2
1593 { TARGET_NR_umount2, "umount2" , NULL, print_umount2, NULL },
1595 #ifdef TARGET_NR_uname
1596 { TARGET_NR_uname, "uname" , "%s(%p)", NULL, NULL },
1598 #ifdef TARGET_NR_unlink
1599 { TARGET_NR_unlink, "unlink" , NULL, print_unlink, NULL },
1601 #ifdef TARGET_NR_unlinkat
1602 { TARGET_NR_unlinkat, "unlinkat" , NULL, print_unlinkat, NULL },
1604 #ifdef TARGET_NR_unshare
1605 { TARGET_NR_unshare, "unshare" , NULL, print_unshare, NULL },
1607 #ifdef TARGET_NR_userfaultfd
1608 { TARGET_NR_userfaultfd, "userfaultfd" , NULL, NULL, NULL },
1610 #ifdef TARGET_NR_unused109
1611 { TARGET_NR_unused109, "unused109" , NULL, NULL, NULL },
1613 #ifdef TARGET_NR_unused150
1614 { TARGET_NR_unused150, "unused150" , NULL, NULL, NULL },
1616 #ifdef TARGET_NR_unused18
1617 { TARGET_NR_unused18, "unused18" , NULL, NULL, NULL },
1619 #ifdef TARGET_NR_unused28
1620 { TARGET_NR_unused28, "unused28" , NULL, NULL, NULL },
1622 #ifdef TARGET_NR_unused59
1623 { TARGET_NR_unused59, "unused59" , NULL, NULL, NULL },
1625 #ifdef TARGET_NR_unused84
1626 { TARGET_NR_unused84, "unused84" , NULL, NULL, NULL },
1628 #ifdef TARGET_NR_uselib
1629 { TARGET_NR_uselib, "uselib" , NULL, NULL, NULL },
1631 #ifdef TARGET_NR_ustat
1632 { TARGET_NR_ustat, "ustat" , "%s(%#x,%p)", NULL, NULL },
1634 #ifdef TARGET_NR_utime
1635 { TARGET_NR_utime, "utime" , NULL, print_utime, NULL },
1637 #ifdef TARGET_NR_utimes
1638 { TARGET_NR_utimes, "utimes" , NULL, print_utimes, NULL },
1640 #ifdef TARGET_NR_utrap_install
1641 { TARGET_NR_utrap_install, "utrap_install" , NULL, NULL, NULL },
1643 #ifdef TARGET_NR_vfork
1644 { TARGET_NR_vfork, "vfork" , NULL, NULL, NULL },
1646 #ifdef TARGET_NR_vhangup
1647 { TARGET_NR_vhangup, "vhangup" , NULL, NULL, NULL },
1649 #ifdef TARGET_NR_vm86
1650 { TARGET_NR_vm86, "vm86" , NULL, NULL, NULL },
1652 #ifdef TARGET_NR_vm86old
1653 { TARGET_NR_vm86old, "vm86old" , NULL, NULL, NULL },
1655 #ifdef TARGET_NR_vmsplice
1656 { TARGET_NR_vmsplice, "vmsplice" , NULL, NULL, NULL },
1658 #ifdef TARGET_NR_vserver
1659 { TARGET_NR_vserver, "vserver" , NULL, NULL, NULL },
1661 #ifdef TARGET_NR_wait4
1662 { TARGET_NR_wait4, "wait4" , "%s(%d,%p,%d,%p)", NULL, NULL },
1664 #ifdef TARGET_NR_waitid
1665 { TARGET_NR_waitid, "waitid" , "%s(%#x,%d,%p,%#x)", NULL, NULL },
1667 #ifdef TARGET_NR_waitpid
1668 { TARGET_NR_waitpid, "waitpid" , "%s(%d,%p,%#x)", NULL, NULL },
1670 #ifdef TARGET_NR_write
1671 { TARGET_NR_write, "write" , "%s(%d,%#x,%d)", NULL, NULL },
1673 #ifdef TARGET_NR_writev
1674 { TARGET_NR_writev, "writev" , "%s(%d,%p,%#x)", NULL, NULL },
1676 #ifdef TARGET_NR_utimensat
1677 { TARGET_NR_utimensat, "utimensat", NULL, print_utimensat, NULL },
1679 #ifdef TARGET_NR_sync_file_range
1680 { TARGET_NR_sync_file_range, "sync_file_range", NULL, NULL, NULL },
1682 #ifdef TARGET_NR_sync_file_range2
1683 { TARGET_NR_sync_file_range2, "sync_file_range2", NULL, NULL, NULL },
1685 #ifdef TARGET_NR_pipe2
1686 { TARGET_NR_pipe2, "pipe2", "%s(%p,%d)", NULL, NULL },
1688 #ifdef TARGET_NR_pidfd_open
1689 { TARGET_NR_pidfd_open, "pidfd_open", "%s(%d,%u)", NULL, NULL },
1691 #ifdef TARGET_NR_pidfd_send_signal
1692 { TARGET_NR_pidfd_send_signal, "pidfd_send_signal", NULL, print_pidfd_send_signal, NULL },
1694 #ifdef TARGET_NR_pidfd_getfd
1695 { TARGET_NR_pidfd_getfd, "pidfd_getfd", "%s(%d,%d,%u)", NULL, NULL },
1697 #ifdef TARGET_NR_atomic_cmpxchg_32
1698 { TARGET_NR_atomic_cmpxchg_32, "atomic_cmpxchg_32", NULL, NULL, NULL },
1700 #ifdef TARGET_NR_atomic_barrier
1701 { TARGET_NR_atomic_barrier, "atomic_barrier", NULL, NULL, NULL },
1703 #ifdef TARGET_NR_statx
1704 { TARGET_NR_statx, "statx", NULL, print_statx, NULL },
1706 #ifdef TARGET_NR_copy_file_range
1707 { TARGET_NR_copy_file_range, "copy_file_range", "%s(%d,%p,%d,%p,"TARGET_ABI_FMT_lu",%u)", NULL, NULL },
1709 #ifdef TARGET_NR_clock_gettime64
1710 { TARGET_NR_clock_gettime64, "clock_gettime64" , NULL, print_clock_gettime64,
1711 print_syscall_ret_clock_gettime64 },