xref: /qemu/linux-user/strace.list (revision 9f7c9732)
174d753acSMika Westerberg/*
274d753acSMika Westerberg * Note that if you change format strings in these, check also
374d753acSMika Westerberg * that corresponding print functions are able to handle string
474d753acSMika Westerberg * locking correctly (see strace.c).
574d753acSMika Westerberg */
633189d31Sths#ifdef TARGET_NR_accept
774d753acSMika Westerberg{ TARGET_NR_accept, "accept" , NULL, print_accept, NULL },
833189d31Sths#endif
9fea55615SAleksandar Markovic#ifdef TARGET_NR_accept4
10fea55615SAleksandar Markovic{ TARGET_NR_accept4, "accept4" , NULL, NULL, NULL },
11fea55615SAleksandar Markovic#endif
1233189d31Sths#ifdef TARGET_NR_access
1374d753acSMika Westerberg{ TARGET_NR_access, "access" , NULL, print_access, NULL },
1433189d31Sths#endif
1533189d31Sths#ifdef TARGET_NR_acct
16c42569f6SFilip Bozuta{ TARGET_NR_acct, "acct" , NULL, print_acct, NULL },
1733189d31Sths#endif
1833189d31Sths#ifdef TARGET_NR_add_key
1933189d31Sths{ TARGET_NR_add_key, "add_key" , NULL, NULL, NULL },
2033189d31Sths#endif
2133189d31Sths#ifdef TARGET_NR_adjtimex
2219f59bceSAleksandar Markovic{ TARGET_NR_adjtimex, "adjtimex" , "%s(%p)", NULL,
2319f59bceSAleksandar Markovic                      print_syscall_ret_adjtimex },
2433189d31Sths#endif
2533189d31Sths#ifdef TARGET_NR_afs_syscall
2633189d31Sths{ TARGET_NR_afs_syscall, "afs_syscall" , NULL, NULL, NULL },
2733189d31Sths#endif
2833189d31Sths#ifdef TARGET_NR_alarm
299cbc0578SHelge Deller{ TARGET_NR_alarm, "alarm" , "%s(%u)", NULL, NULL },
3033189d31Sths#endif
3133189d31Sths#ifdef TARGET_NR_aplib
3233189d31Sths{ TARGET_NR_aplib, "aplib" , NULL, NULL, NULL },
3333189d31Sths#endif
3433189d31Sths#ifdef TARGET_NR_arch_prctl
3533189d31Sths{ TARGET_NR_arch_prctl, "arch_prctl" , NULL, NULL, NULL },
3633189d31Sths#endif
3733189d31Sths#ifdef TARGET_NR_arm_fadvise64_64
3833189d31Sths{ TARGET_NR_arm_fadvise64_64, "arm_fadvise64_64" , NULL, NULL, NULL },
3933189d31Sths#endif
4033189d31Sths#ifdef TARGET_NR_bdflush
4133189d31Sths{ TARGET_NR_bdflush, "bdflush" , NULL, NULL, NULL },
4233189d31Sths#endif
4333189d31Sths#ifdef TARGET_NR_bind
44bb10540eSPhilippe Mathieu-Daudé{ TARGET_NR_bind, "bind" , NULL, print_bind, NULL },
4533189d31Sths#endif
46fea55615SAleksandar Markovic#ifdef TARGET_NR_bpf
47fea55615SAleksandar Markovic{ TARGET_NR_bpf, "bpf" , NULL, NULL, NULL },
48fea55615SAleksandar Markovic#endif
4933189d31Sths#ifdef TARGET_NR_break
5033189d31Sths{ TARGET_NR_break, "break" , NULL, NULL, NULL },
5133189d31Sths#endif
5233189d31Sths#ifdef TARGET_NR_brk
5374d753acSMika Westerberg{ TARGET_NR_brk, "brk" , NULL, print_brk, print_syscall_ret_addr },
5433189d31Sths#endif
5533189d31Sths#ifdef TARGET_NR_cachectl
5633189d31Sths{ TARGET_NR_cachectl, "cachectl" , NULL, NULL, NULL },
5733189d31Sths#endif
5833189d31Sths#ifdef TARGET_NR_cacheflush
5933189d31Sths{ TARGET_NR_cacheflush, "cacheflush" , NULL, NULL, NULL },
6033189d31Sths#endif
6133189d31Sths#ifdef TARGET_NR_capget
62ecfec98cSPhilippe Mathieu-Daudé{ TARGET_NR_capget, "capget" , "%s(%p,%p)", NULL, NULL },
6333189d31Sths#endif
6433189d31Sths#ifdef TARGET_NR_capset
65ecfec98cSPhilippe Mathieu-Daudé{ TARGET_NR_capset, "capset" , "%s(%p,%p)", NULL, NULL },
6633189d31Sths#endif
6733189d31Sths#ifdef TARGET_NR_chdir
6874d753acSMika Westerberg{ TARGET_NR_chdir, "chdir" , NULL, print_chdir, NULL },
6933189d31Sths#endif
7033189d31Sths#ifdef TARGET_NR_chmod
7174d753acSMika Westerberg{ TARGET_NR_chmod, "chmod" , NULL, print_chmod, NULL },
7233189d31Sths#endif
7333189d31Sths#ifdef TARGET_NR_chown
745844f4bcSFilip Bozuta{ TARGET_NR_chown, "chown" , NULL, print_chown, NULL },
7533189d31Sths#endif
7633189d31Sths#ifdef TARGET_NR_chown32
7733189d31Sths{ TARGET_NR_chown32, "chown32" , NULL, NULL, NULL },
7833189d31Sths#endif
7933189d31Sths#ifdef TARGET_NR_chroot
801b7695feSHelge Deller{ TARGET_NR_chroot, "chroot" , NULL, print_chroot, NULL },
8133189d31Sths#endif
8238860a03SAleksandar Markovic#ifdef TARGET_NR_clock_adjtime
8338860a03SAleksandar Markovic{ TARGET_NR_clock_adjtime, "clock_adjtime" , NULL, print_clock_adjtime, NULL },
8438860a03SAleksandar Markovic#endif
8533189d31Sths#ifdef TARGET_NR_clock_getres
861a674adfSFilip Bozuta{ TARGET_NR_clock_getres, "clock_getres" , NULL, print_clock_getres,
871a674adfSFilip Bozuta                          print_syscall_ret_clock_getres },
8833189d31Sths#endif
89dfd8c5e9SHelge Deller#ifdef TARGET_NR_clock_getres_time64
90dfd8c5e9SHelge Deller{ TARGET_NR_clock_getres_time64, "clock_getres_time64" , NULL, NULL, NULL },
91dfd8c5e9SHelge Deller#endif
9233189d31Sths#ifdef TARGET_NR_clock_gettime
931a674adfSFilip Bozuta{ TARGET_NR_clock_gettime, "clock_gettime" , NULL, print_clock_gettime,
941a674adfSFilip Bozuta                           print_syscall_ret_clock_gettime },
9533189d31Sths#endif
9633189d31Sths#ifdef TARGET_NR_clock_nanosleep
9705f3adc9SHelge Deller{ TARGET_NR_clock_nanosleep, "clock_nanosleep" , NULL, print_clock_nanosleep,
9805f3adc9SHelge Deller                            NULL },
9933189d31Sths#endif
10033189d31Sths#ifdef TARGET_NR_clock_settime
1011a674adfSFilip Bozuta{ TARGET_NR_clock_settime, "clock_settime" , NULL, print_clock_settime, NULL },
10233189d31Sths#endif
10333189d31Sths#ifdef TARGET_NR_clone
104608e5592SLaurent Vivier{ TARGET_NR_clone, "clone" , NULL, print_clone, NULL },
10533189d31Sths#endif
10633189d31Sths#ifdef TARGET_NR_close
10733189d31Sths{ TARGET_NR_close, "close" , "%s(%d)", NULL, NULL },
10833189d31Sths#endif
109af804f39SHelge Deller#ifdef TARGET_NR_close_range
110af804f39SHelge Deller{ TARGET_NR_close_range, "close_range" , "%s(%u,%u,%u)", NULL, NULL },
111af804f39SHelge Deller#endif
11233189d31Sths#ifdef TARGET_NR_connect
11333189d31Sths{ TARGET_NR_connect, "connect" , "%s(%d,%#x,%d)", NULL, NULL },
11433189d31Sths#endif
11533189d31Sths#ifdef TARGET_NR_creat
11674d753acSMika Westerberg{ TARGET_NR_creat, "creat" , NULL, print_creat, NULL },
11733189d31Sths#endif
11833189d31Sths#ifdef TARGET_NR_create_module
11933189d31Sths{ TARGET_NR_create_module, "create_module" , NULL, NULL, NULL },
12033189d31Sths#endif
12133189d31Sths#ifdef TARGET_NR_delete_module
12233189d31Sths{ TARGET_NR_delete_module, "delete_module" , NULL, NULL, NULL },
12333189d31Sths#endif
12433189d31Sths#ifdef TARGET_NR_dipc
12533189d31Sths{ TARGET_NR_dipc, "dipc" , NULL, NULL, NULL },
12633189d31Sths#endif
12733189d31Sths#ifdef TARGET_NR_dup
1289cbc0578SHelge Deller{ TARGET_NR_dup, "dup" , "%s(%d)", NULL, NULL },
12933189d31Sths#endif
13033189d31Sths#ifdef TARGET_NR_dup2
1319cbc0578SHelge Deller{ TARGET_NR_dup2, "dup2" , "%s(%d,%d)", NULL, NULL },
13233189d31Sths#endif
13353bdbfdfSAndreas Schwab#ifdef TARGET_NR_dup3
1349cbc0578SHelge Deller{ TARGET_NR_dup3, "dup3" , "%s(%d,%d,%d)", NULL, NULL },
13553bdbfdfSAndreas Schwab#endif
13633189d31Sths#ifdef TARGET_NR_epoll_create
137fd568660SSergei Trofimovich{ TARGET_NR_epoll_create, "epoll_create", "%s(%d)", NULL, NULL },
13833189d31Sths#endif
1390fa82d39SPaul Burton#ifdef TARGET_NR_epoll_create1
140fd568660SSergei Trofimovich{ TARGET_NR_epoll_create1, "epoll_create1", "%s(%d)", NULL, NULL },
1410fa82d39SPaul Burton#endif
14233189d31Sths#ifdef TARGET_NR_epoll_ctl
14333189d31Sths{ TARGET_NR_epoll_ctl, "epoll_ctl" , NULL, NULL, NULL },
14433189d31Sths#endif
14533189d31Sths#ifdef TARGET_NR_epoll_ctl_old
14633189d31Sths{ TARGET_NR_epoll_ctl_old, "epoll_ctl_old" , NULL, NULL, NULL },
14733189d31Sths#endif
148fea55615SAleksandar Markovic#ifdef TARGET_NR_epoll_pwait
149fea55615SAleksandar Markovic{ TARGET_NR_epoll_pwait, "epoll_pwait" , NULL, NULL, NULL },
150fea55615SAleksandar Markovic#endif
15133189d31Sths#ifdef TARGET_NR_epoll_wait
15233189d31Sths{ TARGET_NR_epoll_wait, "epoll_wait" , NULL, NULL, NULL },
15333189d31Sths#endif
15433189d31Sths#ifdef TARGET_NR_epoll_wait_old
15533189d31Sths{ TARGET_NR_epoll_wait_old, "epoll_wait_old" , NULL, NULL, NULL },
15633189d31Sths#endif
157fea55615SAleksandar Markovic#ifdef TARGET_NR_eventfd
1589cbc0578SHelge Deller{ TARGET_NR_eventfd, "eventfd", "%s(%d)", NULL, NULL },
159fea55615SAleksandar Markovic#endif
160fea55615SAleksandar Markovic#ifdef TARGET_NR_eventfd2
1619cbc0578SHelge Deller{ TARGET_NR_eventfd2, "eventfd2" , "%s(%d,%d)", NULL, NULL },
162fea55615SAleksandar Markovic#endif
16333189d31Sths#ifdef TARGET_NR_execv
16474d753acSMika Westerberg{ TARGET_NR_execv, "execv" , NULL, print_execv, NULL },
16533189d31Sths#endif
16633189d31Sths#ifdef TARGET_NR_execve
16733189d31Sths{ TARGET_NR_execve, "execve" , NULL, print_execve, NULL },
16833189d31Sths#endif
169fea55615SAleksandar Markovic#ifdef TARGET_NR_execveat
1705667a1aeSDrew DeVault{ TARGET_NR_execveat, "execveat" , NULL, print_execveat, NULL },
171fea55615SAleksandar Markovic#endif
17233189d31Sths#ifdef TARGET_NR_exec_with_loader
17333189d31Sths{ TARGET_NR_exec_with_loader, "exec_with_loader" , NULL, NULL, NULL },
17433189d31Sths#endif
17533189d31Sths#ifdef TARGET_NR_exit
17633189d31Sths{ TARGET_NR_exit, "exit" , "%s(%d)\n", NULL, NULL },
17733189d31Sths#endif
17833189d31Sths#ifdef TARGET_NR__exit
17933189d31Sths{ TARGET_NR__exit, "_exit" , "%s(%d)\n", NULL, NULL },
18033189d31Sths#endif
18133189d31Sths#ifdef TARGET_NR_exit_group
18233189d31Sths{ TARGET_NR_exit_group, "exit_group" , "%s(%d)\n", NULL, NULL },
18333189d31Sths#endif
18433189d31Sths#ifdef TARGET_NR_faccessat
18574d753acSMika Westerberg{ TARGET_NR_faccessat, "faccessat" , NULL, print_faccessat, NULL },
18633189d31Sths#endif
18735a2c85fSWANG Xuerui#ifdef TARGET_NR_faccessat2
18835a2c85fSWANG Xuerui{ TARGET_NR_faccessat2, "faccessat2" , NULL, print_faccessat, NULL },
18935a2c85fSWANG Xuerui#endif
19033189d31Sths#ifdef TARGET_NR_fadvise64
19133189d31Sths{ TARGET_NR_fadvise64, "fadvise64" , NULL, NULL, NULL },
19233189d31Sths#endif
19333189d31Sths#ifdef TARGET_NR_fadvise64_64
19433189d31Sths{ TARGET_NR_fadvise64_64, "fadvise64_64" , NULL, NULL, NULL },
19533189d31Sths#endif
196fea55615SAleksandar Markovic#ifdef TARGET_NR_fallocate
197f4d92c5eSFilip Bozuta{ TARGET_NR_fallocate, "fallocate" , NULL, print_fallocate, NULL },
198fea55615SAleksandar Markovic#endif
199fea55615SAleksandar Markovic#ifdef TARGET_NR_fanotify_init
200fea55615SAleksandar Markovic{ TARGET_NR_fanotify_init, "fanotify_init" , NULL, NULL, NULL },
201fea55615SAleksandar Markovic#endif
202fea55615SAleksandar Markovic#ifdef TARGET_NR_fanotify_mark
203fea55615SAleksandar Markovic{ TARGET_NR_fanotify_mark, "fanotify_mark" , NULL, NULL, NULL },
204fea55615SAleksandar Markovic#endif
20533189d31Sths#ifdef TARGET_NR_fchdir
2069cbc0578SHelge Deller{ TARGET_NR_fchdir, "fchdir" , "%s(%d)", NULL, NULL },
20733189d31Sths#endif
20833189d31Sths#ifdef TARGET_NR_fchmod
20933189d31Sths{ TARGET_NR_fchmod, "fchmod" , "%s(%d,%#o)", NULL, NULL },
21033189d31Sths#endif
21133189d31Sths#ifdef TARGET_NR_fchmodat
21274d753acSMika Westerberg{ TARGET_NR_fchmodat, "fchmodat" , NULL, print_fchmodat, NULL },
21333189d31Sths#endif
21433189d31Sths#ifdef TARGET_NR_fchown
21574d753acSMika Westerberg{ TARGET_NR_fchown, "fchown" , "%s(%d,%d,%d)", NULL, NULL },
21633189d31Sths#endif
21733189d31Sths#ifdef TARGET_NR_fchown32
21833189d31Sths{ TARGET_NR_fchown32, "fchown32" , NULL, NULL, NULL },
21933189d31Sths#endif
22033189d31Sths#ifdef TARGET_NR_fchownat
22174d753acSMika Westerberg{ TARGET_NR_fchownat, "fchownat" , NULL, print_fchownat, NULL },
22233189d31Sths#endif
22333189d31Sths#ifdef TARGET_NR_fcntl
22474d753acSMika Westerberg{ TARGET_NR_fcntl, "fcntl" , NULL, print_fcntl, NULL },
22533189d31Sths#endif
22633189d31Sths#ifdef TARGET_NR_fcntl64
22774d753acSMika Westerberg{ TARGET_NR_fcntl64, "fcntl64" , NULL, print_fcntl64, NULL },
22833189d31Sths#endif
22933189d31Sths#ifdef TARGET_NR_fdatasync
230c42569f6SFilip Bozuta{ TARGET_NR_fdatasync, "fdatasync" , "%s(%d)", NULL, NULL },
23133189d31Sths#endif
23233189d31Sths#ifdef TARGET_NR_fgetxattr
2334fc3cddeSFilip Bozuta{ TARGET_NR_fgetxattr, "fgetxattr" , NULL, print_fgetxattr, NULL },
23433189d31Sths#endif
235fea55615SAleksandar Markovic#ifdef TARGET_NR_finit_module
236fea55615SAleksandar Markovic{ TARGET_NR_finit_module, "finit_module" , NULL, NULL, NULL },
237fea55615SAleksandar Markovic#endif
23833189d31Sths#ifdef TARGET_NR_flistxattr
2394fc3cddeSFilip Bozuta{ TARGET_NR_flistxattr, "flistxattr" , NULL, print_flistxattr,
2404fc3cddeSFilip Bozuta                        print_syscall_ret_flistxattr},
24133189d31Sths#endif
24233189d31Sths#ifdef TARGET_NR_flock
24333189d31Sths{ TARGET_NR_flock, "flock" , NULL, NULL, NULL },
24433189d31Sths#endif
24533189d31Sths#ifdef TARGET_NR_fork
24633189d31Sths{ TARGET_NR_fork, "fork" , "%s()", NULL, NULL },
24733189d31Sths#endif
24833189d31Sths#ifdef TARGET_NR_fremovexattr
2494fc3cddeSFilip Bozuta{ TARGET_NR_fremovexattr, "fremovexattr" , NULL, print_fremovexattr, NULL },
25033189d31Sths#endif
25133189d31Sths#ifdef TARGET_NR_fsetxattr
25233189d31Sths{ TARGET_NR_fsetxattr, "fsetxattr" , NULL, NULL, NULL },
25333189d31Sths#endif
25433189d31Sths#ifdef TARGET_NR_fstat
25574d753acSMika Westerberg{ TARGET_NR_fstat, "fstat" , NULL, print_fstat, NULL },
25633189d31Sths#endif
25733189d31Sths#ifdef TARGET_NR_fstat64
25874d753acSMika Westerberg{ TARGET_NR_fstat64, "fstat64" , NULL, print_fstat64, NULL },
25933189d31Sths#endif
26033189d31Sths#ifdef TARGET_NR_fstatfs
26133189d31Sths{ TARGET_NR_fstatfs, "fstatfs" , "%s(%d,%p)", NULL, NULL },
26233189d31Sths#endif
26333189d31Sths#ifdef TARGET_NR_fstatfs64
26433189d31Sths{ TARGET_NR_fstatfs64, "fstatfs64" , "%s(%d,%p)", NULL, NULL },
26533189d31Sths#endif
26633189d31Sths#ifdef TARGET_NR_fsync
267c42569f6SFilip Bozuta{ TARGET_NR_fsync, "fsync" , "%s(%d)", NULL, NULL },
26833189d31Sths#endif
26933189d31Sths#ifdef TARGET_NR_ftime
27033189d31Sths{ TARGET_NR_ftime, "ftime" , NULL, NULL, NULL },
27133189d31Sths#endif
27233189d31Sths#ifdef TARGET_NR_ftruncate
2737c89f343SFilip Bozuta{ TARGET_NR_ftruncate, "ftruncate" , "%s(%d," TARGET_ABI_FMT_ld ")", NULL, NULL },
27433189d31Sths#endif
27533189d31Sths#ifdef TARGET_NR_ftruncate64
2767c89f343SFilip Bozuta{ TARGET_NR_ftruncate64, "ftruncate64" , NULL, print_ftruncate64, NULL },
27733189d31Sths#endif
27833189d31Sths#ifdef TARGET_NR_futex
27974d753acSMika Westerberg{ TARGET_NR_futex, "futex" , NULL, print_futex, NULL },
28033189d31Sths#endif
281dfd8c5e9SHelge Deller#ifdef TARGET_NR_futex_time64
282dfd8c5e9SHelge Deller{ TARGET_NR_futex_time64, "futex_time64" , NULL, NULL, NULL },
283dfd8c5e9SHelge Deller#endif
28433189d31Sths#ifdef TARGET_NR_futimesat
28574d753acSMika Westerberg{ TARGET_NR_futimesat, "futimesat" , NULL, print_futimesat, NULL },
28633189d31Sths#endif
287fea55615SAleksandar Markovic#ifdef TARGET_NR_getcpu
288fea55615SAleksandar Markovic{ TARGET_NR_getcpu, "getcpu" , "%s(%p,%d)", NULL, NULL },
289fea55615SAleksandar Markovic#endif
29033189d31Sths#ifdef TARGET_NR_getcwd
29133189d31Sths{ TARGET_NR_getcwd, "getcwd" , "%s(%p,%d)", NULL, NULL },
29233189d31Sths#endif
29333189d31Sths#ifdef TARGET_NR_getdents
294785783baSHelge Deller{ TARGET_NR_getdents, "getdents" , "%s(%d,%p,%u)", NULL, NULL },
29533189d31Sths#endif
29633189d31Sths#ifdef TARGET_NR_getdents64
297785783baSHelge Deller{ TARGET_NR_getdents64, "getdents64" , "%s(%d,%p,%u)", NULL, NULL },
29833189d31Sths#endif
29933189d31Sths#ifdef TARGET_NR_getdomainname
30033189d31Sths{ TARGET_NR_getdomainname, "getdomainname" , NULL, NULL, NULL },
30133189d31Sths#endif
30233189d31Sths#ifdef TARGET_NR_getdtablesize
30333189d31Sths{ TARGET_NR_getdtablesize, "getdtablesize" , NULL, NULL, NULL },
30433189d31Sths#endif
30533189d31Sths#ifdef TARGET_NR_getegid
3069cbc0578SHelge Deller{ TARGET_NR_getegid, "getegid" , "%s()", NULL, NULL },
30733189d31Sths#endif
30833189d31Sths#ifdef TARGET_NR_getegid32
30933189d31Sths{ TARGET_NR_getegid32, "getegid32" , NULL, NULL, NULL },
31033189d31Sths#endif
31133189d31Sths#ifdef TARGET_NR_geteuid
31265424cc4SMiloš Stojanović{ TARGET_NR_geteuid, "geteuid" , "%s()", NULL, NULL },
31333189d31Sths#endif
31433189d31Sths#ifdef TARGET_NR_geteuid32
31533189d31Sths{ TARGET_NR_geteuid32, "geteuid32" , NULL, NULL, NULL },
31633189d31Sths#endif
31733189d31Sths#ifdef TARGET_NR_getgid
3189cbc0578SHelge Deller{ TARGET_NR_getgid, "getgid" , "%s()", NULL, NULL },
31933189d31Sths#endif
32033189d31Sths#ifdef TARGET_NR_getgid32
32133189d31Sths{ TARGET_NR_getgid32, "getgid32" , NULL, NULL, NULL },
32233189d31Sths#endif
32333189d31Sths#ifdef TARGET_NR_getgroups
3246a848b52SHelge Deller{ TARGET_NR_getgroups, "getgroups" , "%s(%d,%p)", NULL, NULL },
32533189d31Sths#endif
32633189d31Sths#ifdef TARGET_NR_getgroups32
3276a848b52SHelge Deller{ TARGET_NR_getgroups32, "getgroups32" , "%s(%d,%p)", NULL, NULL },
32833189d31Sths#endif
32933189d31Sths#ifdef TARGET_NR_gethostname
33033189d31Sths{ TARGET_NR_gethostname, "gethostname" , NULL, NULL, NULL },
33133189d31Sths#endif
33233189d31Sths#ifdef TARGET_NR_getitimer
3331a674adfSFilip Bozuta{ TARGET_NR_getitimer, "getitimer" , NULL, print_getitimer,
3341a674adfSFilip Bozuta                       print_syscall_ret_getitimer },
33533189d31Sths#endif
33633189d31Sths#ifdef TARGET_NR_get_kernel_syms
33733189d31Sths{ TARGET_NR_get_kernel_syms, "get_kernel_syms" , NULL, NULL, NULL },
33833189d31Sths#endif
33933189d31Sths#ifdef TARGET_NR_get_mempolicy
34033189d31Sths{ TARGET_NR_get_mempolicy, "get_mempolicy" , NULL, NULL, NULL },
34133189d31Sths#endif
34233189d31Sths#ifdef TARGET_NR_getpagesize
34333189d31Sths{ TARGET_NR_getpagesize, "getpagesize" , NULL, NULL, NULL },
34433189d31Sths#endif
34533189d31Sths#ifdef TARGET_NR_getpeername
34693cf7e6cSHelge Deller{ TARGET_NR_getpeername, "getpeername" , "%s(%d,%p,%p)", NULL, NULL },
34733189d31Sths#endif
34833189d31Sths#ifdef TARGET_NR_getpgid
3499cbc0578SHelge Deller{ TARGET_NR_getpgid, "getpgid" , "%s(%u)", NULL, NULL },
35033189d31Sths#endif
35133189d31Sths#ifdef TARGET_NR_getpgrp
3529cbc0578SHelge Deller{ TARGET_NR_getpgrp, "getpgrp" , "%s()", NULL, NULL },
35333189d31Sths#endif
35433189d31Sths#ifdef TARGET_NR_getpid
355608e5592SLaurent Vivier{ TARGET_NR_getpid, "getpid" , "%s()", NULL, NULL },
35633189d31Sths#endif
35733189d31Sths#ifdef TARGET_NR_getpmsg
35833189d31Sths{ TARGET_NR_getpmsg, "getpmsg" , NULL, NULL, NULL },
35933189d31Sths#endif
36033189d31Sths#ifdef TARGET_NR_getppid
36165424cc4SMiloš Stojanović{ TARGET_NR_getppid, "getppid" , "%s()", NULL, NULL },
36233189d31Sths#endif
36333189d31Sths#ifdef TARGET_NR_getpriority
36433189d31Sths{ TARGET_NR_getpriority, "getpriority", "%s(%#x,%#x)", NULL, NULL },
36533189d31Sths#endif
366fea55615SAleksandar Markovic#ifdef TARGET_NR_getrandom
3674a877b82SHelge Deller{ TARGET_NR_getrandom, "getrandom", "%s(%p,%u,%u)", NULL, NULL },
368fea55615SAleksandar Markovic#endif
36933189d31Sths#ifdef TARGET_NR_getresgid
37093cf7e6cSHelge Deller{ TARGET_NR_getresgid, "getresgid" , "%s(%p,%p,%p)", NULL, NULL },
37133189d31Sths#endif
37233189d31Sths#ifdef TARGET_NR_getresgid32
37333189d31Sths{ TARGET_NR_getresgid32, "getresgid32" , NULL, NULL, NULL },
37433189d31Sths#endif
37533189d31Sths#ifdef TARGET_NR_getresuid
37693cf7e6cSHelge Deller{ TARGET_NR_getresuid, "getresuid" , "%s(%p,%p,%p)", NULL, NULL },
37733189d31Sths#endif
37833189d31Sths#ifdef TARGET_NR_getresuid32
37933189d31Sths{ TARGET_NR_getresuid32, "getresuid32" , NULL, NULL, NULL },
38033189d31Sths#endif
38133189d31Sths#ifdef TARGET_NR_getrlimit
38293cf7e6cSHelge Deller{ TARGET_NR_getrlimit, "getrlimit" , "%s(%d,%p)", NULL, NULL },
38333189d31Sths#endif
38433189d31Sths#ifdef TARGET_NR_get_robust_list
38533189d31Sths{ TARGET_NR_get_robust_list, "get_robust_list" , NULL, NULL, NULL },
38633189d31Sths#endif
38733189d31Sths#ifdef TARGET_NR_getrusage
38833189d31Sths{ TARGET_NR_getrusage, "getrusage" , NULL, NULL, NULL },
38933189d31Sths#endif
39033189d31Sths#ifdef TARGET_NR_getsid
3917c89f343SFilip Bozuta{ TARGET_NR_getsid, "getsid" , "%s(%d)", NULL, NULL },
39233189d31Sths#endif
39333189d31Sths#ifdef TARGET_NR_getsockname
39493cf7e6cSHelge Deller{ TARGET_NR_getsockname, "getsockname" , "%s(%d,%p,%p)", NULL, NULL },
39533189d31Sths#endif
39633189d31Sths#ifdef TARGET_NR_getsockopt
39793cf7e6cSHelge Deller{ TARGET_NR_getsockopt, "getsockopt" , "%s(%d,%d,%d,%p,%p)", NULL, NULL },
39833189d31Sths#endif
39933189d31Sths#ifdef TARGET_NR_get_thread_area
400dc3e83d5SRichard Henderson#if defined(TARGET_I386) && defined(TARGET_ABI32)
4019a6309e7SLaurent Vivier{ TARGET_NR_get_thread_area, "get_thread_area", "%s(0x"TARGET_ABI_FMT_lx")",
4029a6309e7SLaurent Vivier  NULL, NULL },
403dc3e83d5SRichard Henderson#elif defined(TARGET_M68K)
404dc3e83d5SRichard Henderson{ TARGET_NR_get_thread_area, "get_thread_area" , "%s()",
405dc3e83d5SRichard Henderson  NULL, print_syscall_ret_addr },
406dc3e83d5SRichard Henderson#endif
40733189d31Sths#endif
40833189d31Sths#ifdef TARGET_NR_gettid
40965424cc4SMiloš Stojanović{ TARGET_NR_gettid, "gettid" , "%s()", NULL, NULL },
41033189d31Sths#endif
41133189d31Sths#ifdef TARGET_NR_gettimeofday
4121a674adfSFilip Bozuta{ TARGET_NR_gettimeofday, "gettimeofday" , NULL, print_gettimeofday,
4131a674adfSFilip Bozuta                          print_syscall_ret_gettimeofday },
41433189d31Sths#endif
41533189d31Sths#ifdef TARGET_NR_getuid
41665424cc4SMiloš Stojanović{ TARGET_NR_getuid, "getuid" , "%s()", NULL, NULL },
41733189d31Sths#endif
41833189d31Sths#ifdef TARGET_NR_getuid32
41933189d31Sths{ TARGET_NR_getuid32, "getuid32" , NULL, NULL, NULL },
42033189d31Sths#endif
42133189d31Sths#ifdef TARGET_NR_getxattr
4224fc3cddeSFilip Bozuta{ TARGET_NR_getxattr, "getxattr" , NULL, print_getxattr, NULL },
42333189d31Sths#endif
42433189d31Sths#ifdef TARGET_NR_getxgid
42533189d31Sths{ TARGET_NR_getxgid, "getxgid" , NULL, NULL, NULL },
42633189d31Sths#endif
42733189d31Sths#ifdef TARGET_NR_getxpid
42833189d31Sths{ TARGET_NR_getxpid, "getxpid" , NULL, NULL, NULL },
42933189d31Sths#endif
43033189d31Sths#ifdef TARGET_NR_getxuid
43133189d31Sths{ TARGET_NR_getxuid, "getxuid" , NULL, NULL, NULL },
43233189d31Sths#endif
43333189d31Sths#ifdef TARGET_NR_gtty
43433189d31Sths{ TARGET_NR_gtty, "gtty" , NULL, NULL, NULL },
43533189d31Sths#endif
43633189d31Sths#ifdef TARGET_NR_idle
43733189d31Sths{ TARGET_NR_idle, "idle" , NULL, NULL, NULL },
43833189d31Sths#endif
43933189d31Sths#ifdef TARGET_NR_init_module
44033189d31Sths{ TARGET_NR_init_module, "init_module" , NULL, NULL, NULL },
44133189d31Sths#endif
44233189d31Sths#ifdef TARGET_NR_inotify_add_watch
44333189d31Sths{ TARGET_NR_inotify_add_watch, "inotify_add_watch" , NULL, NULL, NULL },
44433189d31Sths#endif
44533189d31Sths#ifdef TARGET_NR_inotify_init
44633189d31Sths{ TARGET_NR_inotify_init, "inotify_init" , NULL, NULL, NULL },
44733189d31Sths#endif
448fea55615SAleksandar Markovic#ifdef TARGET_NR_inotify_init1
449fea55615SAleksandar Markovic{ TARGET_NR_inotify_init1, "inotify_init1" , NULL, NULL, NULL },
450fea55615SAleksandar Markovic#endif
45133189d31Sths#ifdef TARGET_NR_inotify_rm_watch
45233189d31Sths{ TARGET_NR_inotify_rm_watch, "inotify_rm_watch" , NULL, NULL, NULL },
45333189d31Sths#endif
45433189d31Sths#ifdef TARGET_NR_io_cancel
45533189d31Sths{ TARGET_NR_io_cancel, "io_cancel" , NULL, NULL, NULL },
45633189d31Sths#endif
45733189d31Sths#ifdef TARGET_NR_ioctl
45879482e59SFilip Bozuta{ TARGET_NR_ioctl, "ioctl" , NULL, print_ioctl,
45979482e59SFilip Bozuta                   print_syscall_ret_ioctl},
46033189d31Sths#endif
46133189d31Sths#ifdef TARGET_NR_io_destroy
46233189d31Sths{ TARGET_NR_io_destroy, "io_destroy" , NULL, NULL, NULL },
46333189d31Sths#endif
46433189d31Sths#ifdef TARGET_NR_io_getevents
46533189d31Sths{ TARGET_NR_io_getevents, "io_getevents" , NULL, NULL, NULL },
46633189d31Sths#endif
46733189d31Sths#ifdef TARGET_NR_ioperm
46833189d31Sths{ TARGET_NR_ioperm, "ioperm" , NULL, NULL, NULL },
46933189d31Sths#endif
47033189d31Sths#ifdef TARGET_NR_iopl
47133189d31Sths{ TARGET_NR_iopl, "iopl" , NULL, NULL, NULL },
47233189d31Sths#endif
47333189d31Sths#ifdef TARGET_NR_ioprio_get
47433189d31Sths{ TARGET_NR_ioprio_get, "ioprio_get" , NULL, NULL, NULL },
47533189d31Sths#endif
47633189d31Sths#ifdef TARGET_NR_ioprio_set
47733189d31Sths{ TARGET_NR_ioprio_set, "ioprio_set" , NULL, NULL, NULL },
47833189d31Sths#endif
47933189d31Sths#ifdef TARGET_NR_io_setup
48033189d31Sths{ TARGET_NR_io_setup, "io_setup" , NULL, NULL, NULL },
48133189d31Sths#endif
48233189d31Sths#ifdef TARGET_NR_io_submit
48333189d31Sths{ TARGET_NR_io_submit, "io_submit" , NULL, NULL, NULL },
48433189d31Sths#endif
48533189d31Sths#ifdef TARGET_NR_ipc
48633189d31Sths{ TARGET_NR_ipc, "ipc" , NULL, print_ipc, NULL },
48733189d31Sths#endif
488fea55615SAleksandar Markovic#ifdef TARGET_NR_kcmp
489fea55615SAleksandar Markovic{ TARGET_NR_kcmp, "kcmp" , NULL, NULL, NULL },
490fea55615SAleksandar Markovic#endif
49133189d31Sths#ifdef TARGET_NR_kexec_load
49233189d31Sths{ TARGET_NR_kexec_load, "kexec_load" , NULL, NULL, NULL },
49333189d31Sths#endif
49433189d31Sths#ifdef TARGET_NR_keyctl
49533189d31Sths{ TARGET_NR_keyctl, "keyctl" , NULL, NULL, NULL },
49633189d31Sths#endif
49733189d31Sths#ifdef TARGET_NR_kill
498608e5592SLaurent Vivier{ TARGET_NR_kill, "kill", NULL, print_kill, NULL },
49933189d31Sths#endif
50033189d31Sths#ifdef TARGET_NR_lchown
5015844f4bcSFilip Bozuta{ TARGET_NR_lchown, "lchown" , NULL, print_lchown, NULL },
50233189d31Sths#endif
50333189d31Sths#ifdef TARGET_NR_lchown32
50433189d31Sths{ TARGET_NR_lchown32, "lchown32" , NULL, NULL, NULL },
50533189d31Sths#endif
50633189d31Sths#ifdef TARGET_NR_lgetxattr
5074fc3cddeSFilip Bozuta{ TARGET_NR_lgetxattr, "lgetxattr" , NULL, print_lgetxattr, NULL },
50833189d31Sths#endif
50933189d31Sths#ifdef TARGET_NR_link
51074d753acSMika Westerberg{ TARGET_NR_link, "link" , NULL, print_link, NULL },
51133189d31Sths#endif
51233189d31Sths#ifdef TARGET_NR_linkat
51374d753acSMika Westerberg{ TARGET_NR_linkat, "linkat" , NULL, print_linkat, NULL },
51433189d31Sths#endif
51533189d31Sths#ifdef TARGET_NR_Linux
51633189d31Sths{ TARGET_NR_Linux, "Linux" , NULL, NULL, NULL },
51733189d31Sths#endif
51833189d31Sths#ifdef TARGET_NR_listen
519c42569f6SFilip Bozuta{ TARGET_NR_listen, "listen" , "%s(%d,%d)", NULL, NULL },
52033189d31Sths#endif
52133189d31Sths#ifdef TARGET_NR_listxattr
5224fc3cddeSFilip Bozuta{ TARGET_NR_listxattr, "listxattr" , NULL, print_listxattr,
5234fc3cddeSFilip Bozuta                       print_syscall_ret_listxattr},
52433189d31Sths#endif
52533189d31Sths#ifdef TARGET_NR_llistxattr
5264fc3cddeSFilip Bozuta{ TARGET_NR_llistxattr, "llistxattr" , NULL, print_llistxattr,
5274fc3cddeSFilip Bozuta                        print_syscall_ret_llistxattr},
52833189d31Sths#endif
52933189d31Sths#ifdef TARGET_NR__llseek
530608e5592SLaurent Vivier{ TARGET_NR__llseek, "_llseek" , NULL, print__llseek, NULL },
53133189d31Sths#endif
5329f771ad8SKito Cheng#ifdef TARGET_NR_llseek
5339f771ad8SKito Cheng{ TARGET_NR_llseek, "llseek" , NULL, print_llseek, NULL },
5349f771ad8SKito Cheng#endif
53533189d31Sths#ifdef TARGET_NR_lock
53633189d31Sths{ TARGET_NR_lock, "lock" , NULL, NULL, NULL },
53733189d31Sths#endif
53833189d31Sths#ifdef TARGET_NR_lookup_dcookie
53933189d31Sths{ TARGET_NR_lookup_dcookie, "lookup_dcookie" , NULL, NULL, NULL },
54033189d31Sths#endif
54133189d31Sths#ifdef TARGET_NR_lremovexattr
5424fc3cddeSFilip Bozuta{ TARGET_NR_lremovexattr, "lremovexattr" , NULL, print_lremovexattr, NULL },
54333189d31Sths#endif
54433189d31Sths#ifdef TARGET_NR_lseek
545af861deaSFilip Bozuta{ TARGET_NR_lseek, "lseek" , NULL, print_lseek, NULL },
54633189d31Sths#endif
54733189d31Sths#ifdef TARGET_NR_lsetxattr
54833189d31Sths{ TARGET_NR_lsetxattr, "lsetxattr" , NULL, NULL, NULL },
54933189d31Sths#endif
55033189d31Sths#ifdef TARGET_NR_lstat
55174d753acSMika Westerberg{ TARGET_NR_lstat, "lstat" , NULL, print_lstat, NULL },
55233189d31Sths#endif
55333189d31Sths#ifdef TARGET_NR_lstat64
55474d753acSMika Westerberg{ TARGET_NR_lstat64, "lstat64" , NULL, print_lstat64, NULL },
55533189d31Sths#endif
55633189d31Sths#ifdef TARGET_NR_madvise
557375ce49bSIlya Leoshkevich{ TARGET_NR_madvise, "madvise" , NULL, print_madvise, NULL },
55833189d31Sths#endif
55933189d31Sths#ifdef TARGET_NR_madvise1
56033189d31Sths{ TARGET_NR_madvise1, "madvise1" , NULL, NULL, NULL },
56133189d31Sths#endif
56233189d31Sths#ifdef TARGET_NR_mbind
56333189d31Sths{ TARGET_NR_mbind, "mbind" , NULL, NULL, NULL },
56433189d31Sths#endif
565fea55615SAleksandar Markovic#ifdef TARGET_NR_membarrier
566fea55615SAleksandar Markovic{ TARGET_NR_membarrier, "membarrier" , NULL, NULL, NULL },
567fea55615SAleksandar Markovic#endif
568fea55615SAleksandar Markovic#ifdef TARGET_NR_memfd_create
569fea55615SAleksandar Markovic{ TARGET_NR_memfd_create, "memfd_create" , NULL, NULL, NULL },
570fea55615SAleksandar Markovic#endif
57133189d31Sths#ifdef TARGET_NR_memory_ordering
57233189d31Sths{ TARGET_NR_memory_ordering, "memory_ordering" , NULL, NULL, NULL },
57333189d31Sths#endif
57433189d31Sths#ifdef TARGET_NR_migrate_pages
57533189d31Sths{ TARGET_NR_migrate_pages, "migrate_pages" , NULL, NULL, NULL },
57633189d31Sths#endif
57733189d31Sths#ifdef TARGET_NR_mincore
57833189d31Sths{ TARGET_NR_mincore, "mincore" , NULL, NULL, NULL },
57933189d31Sths#endif
58033189d31Sths#ifdef TARGET_NR_mkdir
58174d753acSMika Westerberg{ TARGET_NR_mkdir, "mkdir" , NULL, print_mkdir, NULL },
58233189d31Sths#endif
58333189d31Sths#ifdef TARGET_NR_mkdirat
58474d753acSMika Westerberg{ TARGET_NR_mkdirat, "mkdirat" , NULL, print_mkdirat, NULL },
58533189d31Sths#endif
5864de596cbSLaurent Vivier#ifdef TARGET_NR_rmdir
5874de596cbSLaurent Vivier{ TARGET_NR_rmdir, "rmdir" , NULL, print_rmdir, NULL },
5884de596cbSLaurent Vivier#endif
58933189d31Sths#ifdef TARGET_NR_mknod
59074d753acSMika Westerberg{ TARGET_NR_mknod, "mknod" , NULL, print_mknod, NULL },
59133189d31Sths#endif
59233189d31Sths#ifdef TARGET_NR_mknodat
59374d753acSMika Westerberg{ TARGET_NR_mknodat, "mknodat" , NULL, print_mknodat, NULL },
59433189d31Sths#endif
59533189d31Sths#ifdef TARGET_NR_mlock
59602e5d7d7SFilip Bozuta{ TARGET_NR_mlock, "mlock" , "%s(%p," TARGET_FMT_lu ")", NULL, NULL },
59733189d31Sths#endif
598fea55615SAleksandar Markovic#ifdef TARGET_NR_mlock2
599fea55615SAleksandar Markovic{ TARGET_NR_mlock2, "mlock2" , NULL, NULL, NULL },
600fea55615SAleksandar Markovic#endif
60133189d31Sths#ifdef TARGET_NR_mlockall
60202e5d7d7SFilip Bozuta{ TARGET_NR_mlockall, "mlockall" , NULL, print_mlockall, NULL },
60333189d31Sths#endif
60433189d31Sths#ifdef TARGET_NR_mmap
60574d753acSMika Westerberg{ TARGET_NR_mmap, "mmap" , NULL, print_mmap, print_syscall_ret_addr },
60633189d31Sths#endif
60733189d31Sths#ifdef TARGET_NR_mmap2
60874d753acSMika Westerberg{ TARGET_NR_mmap2, "mmap2" , NULL, print_mmap2, print_syscall_ret_addr },
60933189d31Sths#endif
61033189d31Sths#ifdef TARGET_NR_modify_ldt
61133189d31Sths{ TARGET_NR_modify_ldt, "modify_ldt" , NULL, NULL, NULL },
61233189d31Sths#endif
61333189d31Sths#ifdef TARGET_NR_mount
61474d753acSMika Westerberg{ TARGET_NR_mount, "mount" , NULL, print_mount, NULL },
61533189d31Sths#endif
61633189d31Sths#ifdef TARGET_NR_move_pages
61733189d31Sths{ TARGET_NR_move_pages, "move_pages" , NULL, NULL, NULL },
61833189d31Sths#endif
61933189d31Sths#ifdef TARGET_NR_mprotect
62074d753acSMika Westerberg{ TARGET_NR_mprotect, "mprotect" , NULL, print_mprotect, NULL },
62133189d31Sths#endif
62233189d31Sths#ifdef TARGET_NR_mpx
62333189d31Sths{ TARGET_NR_mpx, "mpx" , NULL, NULL, NULL },
62433189d31Sths#endif
62533189d31Sths#ifdef TARGET_NR_mq_getsetattr
62624e1003aSaurel32{ TARGET_NR_mq_getsetattr, "mq_getsetattr" , "%s(%d,%p,%p)", NULL, NULL },
62733189d31Sths#endif
62833189d31Sths#ifdef TARGET_NR_mq_notify
62924e1003aSaurel32{ TARGET_NR_mq_notify, "mq_notify" , "%s(%d,%p)", NULL, NULL },
63033189d31Sths#endif
63133189d31Sths#ifdef TARGET_NR_mq_open
63274d753acSMika Westerberg{ TARGET_NR_mq_open, "mq_open" , NULL, print_mq_open, NULL },
63333189d31Sths#endif
63433189d31Sths#ifdef TARGET_NR_mq_timedreceive
63524e1003aSaurel32{ TARGET_NR_mq_timedreceive, "mq_timedreceive" , "%s(%d,%p,%d,%u,%p)", NULL, NULL },
63633189d31Sths#endif
63733189d31Sths#ifdef TARGET_NR_mq_timedsend
63824e1003aSaurel32{ TARGET_NR_mq_timedsend, "mq_timedsend" , "%s(%d,%p,%d,%u,%p)", NULL, NULL },
63933189d31Sths#endif
64033189d31Sths#ifdef TARGET_NR_mq_unlink
64174d753acSMika Westerberg{ TARGET_NR_mq_unlink, "mq_unlink" , NULL, print_mq_unlink, NULL },
64233189d31Sths#endif
64333189d31Sths#ifdef TARGET_NR_mremap
64433189d31Sths{ TARGET_NR_mremap, "mremap" , NULL, NULL, NULL },
64533189d31Sths#endif
64633189d31Sths#ifdef TARGET_NR_msgctl
64733189d31Sths{ TARGET_NR_msgctl, "msgctl" , NULL, NULL, NULL },
64833189d31Sths#endif
64933189d31Sths#ifdef TARGET_NR_msgget
65033189d31Sths{ TARGET_NR_msgget, "msgget" , NULL, NULL, NULL },
65133189d31Sths#endif
65233189d31Sths#ifdef TARGET_NR_msgrcv
65333189d31Sths{ TARGET_NR_msgrcv, "msgrcv" , NULL, NULL, NULL },
65433189d31Sths#endif
65533189d31Sths#ifdef TARGET_NR_msgsnd
65633189d31Sths{ TARGET_NR_msgsnd, "msgsnd" , NULL, NULL, NULL },
65733189d31Sths#endif
65833189d31Sths#ifdef TARGET_NR_msync
659fe080593SHelge Deller{ TARGET_NR_msync, "msync" , "%s(%p,%u,%d)", NULL, NULL },
66033189d31Sths#endif
66133189d31Sths#ifdef TARGET_NR_multiplexer
66233189d31Sths{ TARGET_NR_multiplexer, "multiplexer" , NULL, NULL, NULL },
66333189d31Sths#endif
66433189d31Sths#ifdef TARGET_NR_munlock
66502e5d7d7SFilip Bozuta{ TARGET_NR_munlock, "munlock" , "%s(%p," TARGET_FMT_lu ")", NULL, NULL },
66633189d31Sths#endif
66733189d31Sths#ifdef TARGET_NR_munlockall
66802e5d7d7SFilip Bozuta{ TARGET_NR_munlockall, "munlockall" , "%s()", NULL, NULL },
66933189d31Sths#endif
67033189d31Sths#ifdef TARGET_NR_munmap
67174d753acSMika Westerberg{ TARGET_NR_munmap, "munmap" , NULL, print_munmap, NULL },
67233189d31Sths#endif
673fea55615SAleksandar Markovic#ifdef TARGET_NR_name_to_handle_at
674fea55615SAleksandar Markovic{ TARGET_NR_name_to_handle_at, "name_to_handle_at" , NULL, NULL, NULL },
675fea55615SAleksandar Markovic#endif
67633189d31Sths#ifdef TARGET_NR_nanosleep
67733189d31Sths{ TARGET_NR_nanosleep, "nanosleep" , NULL, NULL, NULL },
67833189d31Sths#endif
67933189d31Sths#ifdef TARGET_NR_fstatat64
68074d753acSMika Westerberg{ TARGET_NR_fstatat64, "fstatat64" , NULL, print_fstatat64, NULL },
68133189d31Sths#endif
68233189d31Sths#ifdef TARGET_NR_newfstatat
68374d753acSMika Westerberg{ TARGET_NR_newfstatat, "newfstatat" , NULL, print_newfstatat, NULL },
68433189d31Sths#endif
68533189d31Sths#ifdef TARGET_NR__newselect
68633189d31Sths{ TARGET_NR__newselect, "_newselect" , NULL, print_newselect, print_syscall_ret_newselect },
68733189d31Sths#endif
68833189d31Sths#ifdef TARGET_NR_nfsservctl
68933189d31Sths{ TARGET_NR_nfsservctl, "nfsservctl" , NULL, NULL, NULL },
69033189d31Sths#endif
69133189d31Sths#ifdef TARGET_NR_nice
69233189d31Sths{ TARGET_NR_nice, "nice" , NULL, NULL, NULL },
69333189d31Sths#endif
69433189d31Sths#ifdef TARGET_NR_old_adjtimex
69533189d31Sths{ TARGET_NR_old_adjtimex, "old_adjtimex" , NULL, NULL, NULL },
69633189d31Sths#endif
69733189d31Sths#ifdef TARGET_NR_oldfstat
69833189d31Sths{ TARGET_NR_oldfstat, "oldfstat" , NULL, NULL, NULL },
69933189d31Sths#endif
70033189d31Sths#ifdef TARGET_NR_oldlstat
70133189d31Sths{ TARGET_NR_oldlstat, "oldlstat" , NULL, NULL, NULL },
70233189d31Sths#endif
70333189d31Sths#ifdef TARGET_NR_oldolduname
70433189d31Sths{ TARGET_NR_oldolduname, "oldolduname" , NULL, NULL, NULL },
70533189d31Sths#endif
70633189d31Sths#ifdef TARGET_NR_oldstat
70733189d31Sths{ TARGET_NR_oldstat, "oldstat" , NULL, NULL, NULL },
70833189d31Sths#endif
70933189d31Sths#ifdef TARGET_NR_olduname
71033189d31Sths{ TARGET_NR_olduname, "olduname" , NULL, NULL, NULL },
71133189d31Sths#endif
71233189d31Sths#ifdef TARGET_NR_open
71374d753acSMika Westerberg{ TARGET_NR_open, "open" , NULL, print_open, NULL },
71433189d31Sths#endif
71533189d31Sths#ifdef TARGET_NR_openat
71674d753acSMika Westerberg{ TARGET_NR_openat, "openat" , NULL, print_openat, NULL },
71733189d31Sths#endif
71833189d31Sths#ifdef TARGET_NR_osf_adjtime
71933189d31Sths{ TARGET_NR_osf_adjtime, "osf_adjtime" , NULL, NULL, NULL },
72033189d31Sths#endif
72133189d31Sths#ifdef TARGET_NR_osf_afs_syscall
72233189d31Sths{ TARGET_NR_osf_afs_syscall, "osf_afs_syscall" , NULL, NULL, NULL },
72333189d31Sths#endif
72433189d31Sths#ifdef TARGET_NR_osf_alt_plock
72533189d31Sths{ TARGET_NR_osf_alt_plock, "osf_alt_plock" , NULL, NULL, NULL },
72633189d31Sths#endif
72733189d31Sths#ifdef TARGET_NR_osf_alt_setsid
72833189d31Sths{ TARGET_NR_osf_alt_setsid, "osf_alt_setsid" , NULL, NULL, NULL },
72933189d31Sths#endif
73033189d31Sths#ifdef TARGET_NR_osf_alt_sigpending
73133189d31Sths{ TARGET_NR_osf_alt_sigpending, "osf_alt_sigpending" , NULL, NULL, NULL },
73233189d31Sths#endif
73333189d31Sths#ifdef TARGET_NR_osf_asynch_daemon
73433189d31Sths{ TARGET_NR_osf_asynch_daemon, "osf_asynch_daemon" , NULL, NULL, NULL },
73533189d31Sths#endif
73633189d31Sths#ifdef TARGET_NR_osf_audcntl
73733189d31Sths{ TARGET_NR_osf_audcntl, "osf_audcntl" , NULL, NULL, NULL },
73833189d31Sths#endif
73933189d31Sths#ifdef TARGET_NR_osf_audgen
74033189d31Sths{ TARGET_NR_osf_audgen, "osf_audgen" , NULL, NULL, NULL },
74133189d31Sths#endif
74233189d31Sths#ifdef TARGET_NR_osf_chflags
74333189d31Sths{ TARGET_NR_osf_chflags, "osf_chflags" , NULL, NULL, NULL },
74433189d31Sths#endif
74533189d31Sths#ifdef TARGET_NR_osf_execve
74633189d31Sths{ TARGET_NR_osf_execve, "osf_execve" , NULL, NULL, NULL },
74733189d31Sths#endif
74833189d31Sths#ifdef TARGET_NR_osf_exportfs
74933189d31Sths{ TARGET_NR_osf_exportfs, "osf_exportfs" , NULL, NULL, NULL },
75033189d31Sths#endif
75133189d31Sths#ifdef TARGET_NR_osf_fchflags
75233189d31Sths{ TARGET_NR_osf_fchflags, "osf_fchflags" , NULL, NULL, NULL },
75333189d31Sths#endif
75433189d31Sths#ifdef TARGET_NR_osf_fdatasync
75533189d31Sths{ TARGET_NR_osf_fdatasync, "osf_fdatasync" , NULL, NULL, NULL },
75633189d31Sths#endif
75733189d31Sths#ifdef TARGET_NR_osf_fpathconf
75833189d31Sths{ TARGET_NR_osf_fpathconf, "osf_fpathconf" , NULL, NULL, NULL },
75933189d31Sths#endif
76033189d31Sths#ifdef TARGET_NR_osf_fstatfs
76133189d31Sths{ TARGET_NR_osf_fstatfs, "osf_fstatfs" , NULL, NULL, NULL },
76233189d31Sths#endif
76333189d31Sths#ifdef TARGET_NR_osf_fuser
76433189d31Sths{ TARGET_NR_osf_fuser, "osf_fuser" , NULL, NULL, NULL },
76533189d31Sths#endif
76633189d31Sths#ifdef TARGET_NR_osf_getaddressconf
76733189d31Sths{ TARGET_NR_osf_getaddressconf, "osf_getaddressconf" , NULL, NULL, NULL },
76833189d31Sths#endif
76933189d31Sths#ifdef TARGET_NR_osf_getdirentries
77033189d31Sths{ TARGET_NR_osf_getdirentries, "osf_getdirentries" , NULL, NULL, NULL },
77133189d31Sths#endif
77233189d31Sths#ifdef TARGET_NR_osf_getdomainname
77333189d31Sths{ TARGET_NR_osf_getdomainname, "osf_getdomainname" , NULL, NULL, NULL },
77433189d31Sths#endif
77533189d31Sths#ifdef TARGET_NR_osf_getfh
77633189d31Sths{ TARGET_NR_osf_getfh, "osf_getfh" , NULL, NULL, NULL },
77733189d31Sths#endif
77833189d31Sths#ifdef TARGET_NR_osf_getfsstat
77933189d31Sths{ TARGET_NR_osf_getfsstat, "osf_getfsstat" , NULL, NULL, NULL },
78033189d31Sths#endif
78133189d31Sths#ifdef TARGET_NR_osf_gethostid
78233189d31Sths{ TARGET_NR_osf_gethostid, "osf_gethostid" , NULL, NULL, NULL },
78333189d31Sths#endif
78433189d31Sths#ifdef TARGET_NR_osf_getitimer
78533189d31Sths{ TARGET_NR_osf_getitimer, "osf_getitimer" , NULL, NULL, NULL },
78633189d31Sths#endif
78733189d31Sths#ifdef TARGET_NR_osf_getlogin
78833189d31Sths{ TARGET_NR_osf_getlogin, "osf_getlogin" , NULL, NULL, NULL },
78933189d31Sths#endif
79033189d31Sths#ifdef TARGET_NR_osf_getmnt
79133189d31Sths{ TARGET_NR_osf_getmnt, "osf_getmnt" , NULL, NULL, NULL },
79233189d31Sths#endif
79333189d31Sths#ifdef TARGET_NR_osf_getrusage
79433189d31Sths{ TARGET_NR_osf_getrusage, "osf_getrusage" , NULL, NULL, NULL },
79533189d31Sths#endif
79633189d31Sths#ifdef TARGET_NR_osf_getsysinfo
79733189d31Sths{ TARGET_NR_osf_getsysinfo, "osf_getsysinfo" , NULL, NULL, NULL },
79833189d31Sths#endif
79933189d31Sths#ifdef TARGET_NR_osf_gettimeofday
80033189d31Sths{ TARGET_NR_osf_gettimeofday, "osf_gettimeofday" , NULL, NULL, NULL },
80133189d31Sths#endif
80233189d31Sths#ifdef TARGET_NR_osf_kloadcall
80333189d31Sths{ TARGET_NR_osf_kloadcall, "osf_kloadcall" , NULL, NULL, NULL },
80433189d31Sths#endif
80533189d31Sths#ifdef TARGET_NR_osf_kmodcall
80633189d31Sths{ TARGET_NR_osf_kmodcall, "osf_kmodcall" , NULL, NULL, NULL },
80733189d31Sths#endif
80833189d31Sths#ifdef TARGET_NR_osf_memcntl
80933189d31Sths{ TARGET_NR_osf_memcntl, "osf_memcntl" , NULL, NULL, NULL },
81033189d31Sths#endif
81133189d31Sths#ifdef TARGET_NR_osf_mincore
81233189d31Sths{ TARGET_NR_osf_mincore, "osf_mincore" , NULL, NULL, NULL },
81333189d31Sths#endif
81433189d31Sths#ifdef TARGET_NR_osf_mount
81533189d31Sths{ TARGET_NR_osf_mount, "osf_mount" , NULL, NULL, NULL },
81633189d31Sths#endif
81733189d31Sths#ifdef TARGET_NR_osf_mremap
81833189d31Sths{ TARGET_NR_osf_mremap, "osf_mremap" , NULL, NULL, NULL },
81933189d31Sths#endif
82033189d31Sths#ifdef TARGET_NR_osf_msfs_syscall
82133189d31Sths{ TARGET_NR_osf_msfs_syscall, "osf_msfs_syscall" , NULL, NULL, NULL },
82233189d31Sths#endif
82333189d31Sths#ifdef TARGET_NR_osf_msleep
82433189d31Sths{ TARGET_NR_osf_msleep, "osf_msleep" , NULL, NULL, NULL },
82533189d31Sths#endif
82633189d31Sths#ifdef TARGET_NR_osf_mvalid
82733189d31Sths{ TARGET_NR_osf_mvalid, "osf_mvalid" , NULL, NULL, NULL },
82833189d31Sths#endif
82933189d31Sths#ifdef TARGET_NR_osf_mwakeup
83033189d31Sths{ TARGET_NR_osf_mwakeup, "osf_mwakeup" , NULL, NULL, NULL },
83133189d31Sths#endif
83233189d31Sths#ifdef TARGET_NR_osf_naccept
83333189d31Sths{ TARGET_NR_osf_naccept, "osf_naccept" , NULL, NULL, NULL },
83433189d31Sths#endif
83533189d31Sths#ifdef TARGET_NR_osf_nfssvc
83633189d31Sths{ TARGET_NR_osf_nfssvc, "osf_nfssvc" , NULL, NULL, NULL },
83733189d31Sths#endif
83833189d31Sths#ifdef TARGET_NR_osf_ngetpeername
83933189d31Sths{ TARGET_NR_osf_ngetpeername, "osf_ngetpeername" , NULL, NULL, NULL },
84033189d31Sths#endif
84133189d31Sths#ifdef TARGET_NR_osf_ngetsockname
84233189d31Sths{ TARGET_NR_osf_ngetsockname, "osf_ngetsockname" , NULL, NULL, NULL },
84333189d31Sths#endif
84433189d31Sths#ifdef TARGET_NR_osf_nrecvfrom
84533189d31Sths{ TARGET_NR_osf_nrecvfrom, "osf_nrecvfrom" , NULL, NULL, NULL },
84633189d31Sths#endif
84733189d31Sths#ifdef TARGET_NR_osf_nrecvmsg
84833189d31Sths{ TARGET_NR_osf_nrecvmsg, "osf_nrecvmsg" , NULL, NULL, NULL },
84933189d31Sths#endif
85033189d31Sths#ifdef TARGET_NR_osf_nsendmsg
85133189d31Sths{ TARGET_NR_osf_nsendmsg, "osf_nsendmsg" , NULL, NULL, NULL },
85233189d31Sths#endif
85333189d31Sths#ifdef TARGET_NR_osf_ntp_adjtime
85433189d31Sths{ TARGET_NR_osf_ntp_adjtime, "osf_ntp_adjtime" , NULL, NULL, NULL },
85533189d31Sths#endif
85633189d31Sths#ifdef TARGET_NR_osf_ntp_gettime
85733189d31Sths{ TARGET_NR_osf_ntp_gettime, "osf_ntp_gettime" , NULL, NULL, NULL },
85833189d31Sths#endif
85933189d31Sths#ifdef TARGET_NR_osf_old_creat
86033189d31Sths{ TARGET_NR_osf_old_creat, "osf_old_creat" , NULL, NULL, NULL },
86133189d31Sths#endif
86233189d31Sths#ifdef TARGET_NR_osf_old_fstat
86333189d31Sths{ TARGET_NR_osf_old_fstat, "osf_old_fstat" , NULL, NULL, NULL },
86433189d31Sths#endif
86533189d31Sths#ifdef TARGET_NR_osf_old_getpgrp
86633189d31Sths{ TARGET_NR_osf_old_getpgrp, "osf_old_getpgrp" , NULL, NULL, NULL },
86733189d31Sths#endif
86833189d31Sths#ifdef TARGET_NR_osf_old_killpg
86933189d31Sths{ TARGET_NR_osf_old_killpg, "osf_old_killpg" , NULL, NULL, NULL },
87033189d31Sths#endif
87133189d31Sths#ifdef TARGET_NR_osf_old_lstat
87233189d31Sths{ TARGET_NR_osf_old_lstat, "osf_old_lstat" , NULL, NULL, NULL },
87333189d31Sths#endif
87433189d31Sths#ifdef TARGET_NR_osf_old_open
87533189d31Sths{ TARGET_NR_osf_old_open, "osf_old_open" , NULL, NULL, NULL },
87633189d31Sths#endif
87733189d31Sths#ifdef TARGET_NR_osf_oldquota
87833189d31Sths{ TARGET_NR_osf_oldquota, "osf_oldquota" , NULL, NULL, NULL },
87933189d31Sths#endif
88033189d31Sths#ifdef TARGET_NR_osf_old_sigaction
88133189d31Sths{ TARGET_NR_osf_old_sigaction, "osf_old_sigaction" , NULL, NULL, NULL },
88233189d31Sths#endif
88333189d31Sths#ifdef TARGET_NR_osf_old_sigblock
88433189d31Sths{ TARGET_NR_osf_old_sigblock, "osf_old_sigblock" , NULL, NULL, NULL },
88533189d31Sths#endif
88633189d31Sths#ifdef TARGET_NR_osf_old_sigreturn
88733189d31Sths{ TARGET_NR_osf_old_sigreturn, "osf_old_sigreturn" , NULL, NULL, NULL },
88833189d31Sths#endif
88933189d31Sths#ifdef TARGET_NR_osf_old_sigsetmask
89033189d31Sths{ TARGET_NR_osf_old_sigsetmask, "osf_old_sigsetmask" , NULL, NULL, NULL },
89133189d31Sths#endif
89233189d31Sths#ifdef TARGET_NR_osf_old_sigvec
89333189d31Sths{ TARGET_NR_osf_old_sigvec, "osf_old_sigvec" , NULL, NULL, NULL },
89433189d31Sths#endif
89533189d31Sths#ifdef TARGET_NR_osf_old_stat
89633189d31Sths{ TARGET_NR_osf_old_stat, "osf_old_stat" , NULL, NULL, NULL },
89733189d31Sths#endif
89833189d31Sths#ifdef TARGET_NR_osf_old_vadvise
89933189d31Sths{ TARGET_NR_osf_old_vadvise, "osf_old_vadvise" , NULL, NULL, NULL },
90033189d31Sths#endif
90133189d31Sths#ifdef TARGET_NR_osf_old_vtrace
90233189d31Sths{ TARGET_NR_osf_old_vtrace, "osf_old_vtrace" , NULL, NULL, NULL },
90333189d31Sths#endif
90433189d31Sths#ifdef TARGET_NR_osf_old_wait
90533189d31Sths{ TARGET_NR_osf_old_wait, "osf_old_wait" , NULL, NULL, NULL },
90633189d31Sths#endif
90733189d31Sths#ifdef TARGET_NR_osf_pathconf
90833189d31Sths{ TARGET_NR_osf_pathconf, "osf_pathconf" , NULL, NULL, NULL },
90933189d31Sths#endif
91033189d31Sths#ifdef TARGET_NR_osf_pid_block
91133189d31Sths{ TARGET_NR_osf_pid_block, "osf_pid_block" , NULL, NULL, NULL },
91233189d31Sths#endif
91333189d31Sths#ifdef TARGET_NR_osf_pid_unblock
91433189d31Sths{ TARGET_NR_osf_pid_unblock, "osf_pid_unblock" , NULL, NULL, NULL },
91533189d31Sths#endif
91633189d31Sths#ifdef TARGET_NR_osf_plock
91733189d31Sths{ TARGET_NR_osf_plock, "osf_plock" , NULL, NULL, NULL },
91833189d31Sths#endif
91933189d31Sths#ifdef TARGET_NR_osf_priocntlset
92033189d31Sths{ TARGET_NR_osf_priocntlset, "osf_priocntlset" , NULL, NULL, NULL },
92133189d31Sths#endif
92233189d31Sths#ifdef TARGET_NR_osf_profil
92333189d31Sths{ TARGET_NR_osf_profil, "osf_profil" , NULL, NULL, NULL },
92433189d31Sths#endif
92533189d31Sths#ifdef TARGET_NR_osf_proplist_syscall
92633189d31Sths{ TARGET_NR_osf_proplist_syscall, "osf_proplist_syscall" , NULL, NULL, NULL },
92733189d31Sths#endif
92833189d31Sths#ifdef TARGET_NR_osf_reboot
92933189d31Sths{ TARGET_NR_osf_reboot, "osf_reboot" , NULL, NULL, NULL },
93033189d31Sths#endif
93133189d31Sths#ifdef TARGET_NR_osf_revoke
93233189d31Sths{ TARGET_NR_osf_revoke, "osf_revoke" , NULL, NULL, NULL },
93333189d31Sths#endif
93433189d31Sths#ifdef TARGET_NR_osf_sbrk
93533189d31Sths{ TARGET_NR_osf_sbrk, "osf_sbrk" , NULL, NULL, NULL },
93633189d31Sths#endif
93733189d31Sths#ifdef TARGET_NR_osf_security
93833189d31Sths{ TARGET_NR_osf_security, "osf_security" , NULL, NULL, NULL },
93933189d31Sths#endif
94033189d31Sths#ifdef TARGET_NR_osf_select
94133189d31Sths{ TARGET_NR_osf_select, "osf_select" , NULL, NULL, NULL },
94233189d31Sths#endif
94333189d31Sths#ifdef TARGET_NR_osf_sethostid
94433189d31Sths{ TARGET_NR_osf_sethostid, "osf_sethostid" , NULL, NULL, NULL },
94533189d31Sths#endif
94633189d31Sths#ifdef TARGET_NR_osf_setitimer
94733189d31Sths{ TARGET_NR_osf_setitimer, "osf_setitimer" , NULL, NULL, NULL },
94833189d31Sths#endif
94933189d31Sths#ifdef TARGET_NR_osf_setlogin
95033189d31Sths{ TARGET_NR_osf_setlogin, "osf_setlogin" , NULL, NULL, NULL },
95133189d31Sths#endif
95233189d31Sths#ifdef TARGET_NR_osf_set_program_attributes
95333189d31Sths{ TARGET_NR_osf_set_program_attributes, "osf_set_program_attributes" , NULL, NULL, NULL },
95433189d31Sths#endif
95533189d31Sths#ifdef TARGET_NR_osf_set_speculative
95633189d31Sths{ TARGET_NR_osf_set_speculative, "osf_set_speculative" , NULL, NULL, NULL },
95733189d31Sths#endif
95833189d31Sths#ifdef TARGET_NR_osf_setsysinfo
95933189d31Sths{ TARGET_NR_osf_setsysinfo, "osf_setsysinfo" , NULL, NULL, NULL },
96033189d31Sths#endif
96133189d31Sths#ifdef TARGET_NR_osf_settimeofday
96233189d31Sths{ TARGET_NR_osf_settimeofday, "osf_settimeofday" , NULL, NULL, NULL },
96333189d31Sths#endif
96433189d31Sths#ifdef TARGET_NR_osf_shmat
96533189d31Sths{ TARGET_NR_osf_shmat, "osf_shmat" , NULL, NULL, NULL },
96633189d31Sths#endif
96733189d31Sths#ifdef TARGET_NR_osf_signal
96833189d31Sths{ TARGET_NR_osf_signal, "osf_signal" , NULL, NULL, NULL },
96933189d31Sths#endif
97033189d31Sths#ifdef TARGET_NR_osf_sigprocmask
97133189d31Sths{ TARGET_NR_osf_sigprocmask, "osf_sigprocmask" , NULL, NULL, NULL },
97233189d31Sths#endif
97333189d31Sths#ifdef TARGET_NR_osf_sigsendset
97433189d31Sths{ TARGET_NR_osf_sigsendset, "osf_sigsendset" , NULL, NULL, NULL },
97533189d31Sths#endif
97633189d31Sths#ifdef TARGET_NR_osf_sigstack
97733189d31Sths{ TARGET_NR_osf_sigstack, "osf_sigstack" , NULL, NULL, NULL },
97833189d31Sths#endif
97933189d31Sths#ifdef TARGET_NR_osf_sigwaitprim
98033189d31Sths{ TARGET_NR_osf_sigwaitprim, "osf_sigwaitprim" , NULL, NULL, NULL },
98133189d31Sths#endif
98233189d31Sths#ifdef TARGET_NR_osf_sstk
98333189d31Sths{ TARGET_NR_osf_sstk, "osf_sstk" , NULL, NULL, NULL },
98433189d31Sths#endif
98533189d31Sths#ifdef TARGET_NR_osf_statfs
98633189d31Sths{ TARGET_NR_osf_statfs, "osf_statfs" , NULL, NULL, NULL },
98733189d31Sths#endif
98833189d31Sths#ifdef TARGET_NR_osf_subsys_info
98933189d31Sths{ TARGET_NR_osf_subsys_info, "osf_subsys_info" , NULL, NULL, NULL },
99033189d31Sths#endif
99133189d31Sths#ifdef TARGET_NR_osf_swapctl
99233189d31Sths{ TARGET_NR_osf_swapctl, "osf_swapctl" , NULL, NULL, NULL },
99333189d31Sths#endif
99433189d31Sths#ifdef TARGET_NR_osf_swapon
99533189d31Sths{ TARGET_NR_osf_swapon, "osf_swapon" , NULL, NULL, NULL },
99633189d31Sths#endif
99733189d31Sths#ifdef TARGET_NR_osf_syscall
99833189d31Sths{ TARGET_NR_osf_syscall, "osf_syscall" , NULL, NULL, NULL },
99933189d31Sths#endif
100033189d31Sths#ifdef TARGET_NR_osf_sysinfo
100133189d31Sths{ TARGET_NR_osf_sysinfo, "osf_sysinfo" , NULL, NULL, NULL },
100233189d31Sths#endif
100333189d31Sths#ifdef TARGET_NR_osf_table
100433189d31Sths{ TARGET_NR_osf_table, "osf_table" , NULL, NULL, NULL },
100533189d31Sths#endif
100633189d31Sths#ifdef TARGET_NR_osf_uadmin
100733189d31Sths{ TARGET_NR_osf_uadmin, "osf_uadmin" , NULL, NULL, NULL },
100833189d31Sths#endif
100933189d31Sths#ifdef TARGET_NR_osf_usleep_thread
101033189d31Sths{ TARGET_NR_osf_usleep_thread, "osf_usleep_thread" , NULL, NULL, NULL },
101133189d31Sths#endif
101233189d31Sths#ifdef TARGET_NR_osf_uswitch
101333189d31Sths{ TARGET_NR_osf_uswitch, "osf_uswitch" , NULL, NULL, NULL },
101433189d31Sths#endif
101533189d31Sths#ifdef TARGET_NR_osf_utc_adjtime
101633189d31Sths{ TARGET_NR_osf_utc_adjtime, "osf_utc_adjtime" , NULL, NULL, NULL },
101733189d31Sths#endif
101833189d31Sths#ifdef TARGET_NR_osf_utc_gettime
101933189d31Sths{ TARGET_NR_osf_utc_gettime, "osf_utc_gettime" , NULL, NULL, NULL },
102033189d31Sths#endif
102133189d31Sths#ifdef TARGET_NR_osf_utimes
102233189d31Sths{ TARGET_NR_osf_utimes, "osf_utimes" , NULL, NULL, NULL },
102333189d31Sths#endif
102433189d31Sths#ifdef TARGET_NR_osf_utsname
102533189d31Sths{ TARGET_NR_osf_utsname, "osf_utsname" , NULL, NULL, NULL },
102633189d31Sths#endif
102733189d31Sths#ifdef TARGET_NR_osf_wait4
102833189d31Sths{ TARGET_NR_osf_wait4, "osf_wait4" , NULL, NULL, NULL },
102933189d31Sths#endif
103033189d31Sths#ifdef TARGET_NR_osf_waitid
103133189d31Sths{ TARGET_NR_osf_waitid, "osf_waitid" , NULL, NULL, NULL },
103233189d31Sths#endif
103333189d31Sths#ifdef TARGET_NR_pause
103433189d31Sths{ TARGET_NR_pause, "pause" , NULL, NULL, NULL },
103533189d31Sths#endif
103633189d31Sths#ifdef TARGET_NR_pciconfig_iobase
103733189d31Sths{ TARGET_NR_pciconfig_iobase, "pciconfig_iobase" , NULL, NULL, NULL },
103833189d31Sths#endif
103933189d31Sths#ifdef TARGET_NR_pciconfig_read
104033189d31Sths{ TARGET_NR_pciconfig_read, "pciconfig_read" , NULL, NULL, NULL },
104133189d31Sths#endif
104233189d31Sths#ifdef TARGET_NR_pciconfig_write
104333189d31Sths{ TARGET_NR_pciconfig_write, "pciconfig_write" , NULL, NULL, NULL },
104433189d31Sths#endif
1045fea55615SAleksandar Markovic#ifdef TARGET_NR_perf_event_open
1046fea55615SAleksandar Markovic{ TARGET_NR_perf_event_open, "perf_event_open" , NULL, NULL, NULL },
1047fea55615SAleksandar Markovic#endif
104833189d31Sths#ifdef TARGET_NR_perfctr
104933189d31Sths{ TARGET_NR_perfctr, "perfctr" , NULL, NULL, NULL },
105033189d31Sths#endif
105133189d31Sths#ifdef TARGET_NR_personality
1052ab6c497eSHelge Deller{ TARGET_NR_personality, "personality" , "%s(0x"TARGET_ABI_FMT_lx")", NULL,
1053ab6c497eSHelge Deller  print_syscall_ret_addr },
105433189d31Sths#endif
105533189d31Sths#ifdef TARGET_NR_pipe
105633189d31Sths{ TARGET_NR_pipe, "pipe" , NULL, NULL, NULL },
105733189d31Sths#endif
105833189d31Sths#ifdef TARGET_NR_pivot_root
105933189d31Sths{ TARGET_NR_pivot_root, "pivot_root" , NULL, NULL, NULL },
106033189d31Sths#endif
106133189d31Sths#ifdef TARGET_NR_poll
106293cf7e6cSHelge Deller{ TARGET_NR_poll, "poll" , "%s(%p,%u,%d)", NULL, NULL },
106333189d31Sths#endif
106433189d31Sths#ifdef TARGET_NR_ppoll
106593cf7e6cSHelge Deller{ TARGET_NR_ppoll, "ppoll" , "%s(%p,%u,%p,%p)", NULL, NULL },
106633189d31Sths#endif
106733189d31Sths#ifdef TARGET_NR_prctl
106833189d31Sths{ TARGET_NR_prctl, "prctl" , NULL, NULL, NULL },
106933189d31Sths#endif
107033189d31Sths#ifdef TARGET_NR_pread64
1071036cf169SHelge Deller{ TARGET_NR_pread64, "pread64" , NULL, print_pread64, NULL },
107233189d31Sths#endif
1073fea55615SAleksandar Markovic#ifdef TARGET_NR_preadv
1074fea55615SAleksandar Markovic{ TARGET_NR_preadv, "preadv" , NULL, NULL, NULL },
1075fea55615SAleksandar Markovic#endif
1076fea55615SAleksandar Markovic#ifdef TARGET_NR_prlimit64
1077dae81a08SHelge Deller{ TARGET_NR_prlimit64, "prlimit64" , NULL, print_prlimit64,
1078dae81a08SHelge Deller                    print_syscall_ret_prlimit64 },
1079fea55615SAleksandar Markovic#endif
1080fea55615SAleksandar Markovic#ifdef TARGET_NR_process_vm_readv
1081fea55615SAleksandar Markovic{ TARGET_NR_process_vm_readv, "process_vm_readv" , NULL, NULL, NULL },
1082fea55615SAleksandar Markovic#endif
1083fea55615SAleksandar Markovic#ifdef TARGET_NR_process_vm_writev
1084fea55615SAleksandar Markovic{ TARGET_NR_process_vm_writev, "process_vm_writev" , NULL, NULL, NULL },
1085fea55615SAleksandar Markovic#endif
108633189d31Sths#ifdef TARGET_NR_prof
108733189d31Sths{ TARGET_NR_prof, "prof" , NULL, NULL, NULL },
108833189d31Sths#endif
108933189d31Sths#ifdef TARGET_NR_profil
109033189d31Sths{ TARGET_NR_profil, "profil" , NULL, NULL, NULL },
109133189d31Sths#endif
109233189d31Sths#ifdef TARGET_NR_pselect6
109333189d31Sths{ TARGET_NR_pselect6, "pselect6" , NULL, NULL, NULL },
109433189d31Sths#endif
109533189d31Sths#ifdef TARGET_NR_ptrace
109633189d31Sths{ TARGET_NR_ptrace, "ptrace" , NULL, NULL, NULL },
109733189d31Sths#endif
109833189d31Sths#ifdef TARGET_NR_putpmsg
109933189d31Sths{ TARGET_NR_putpmsg, "putpmsg" , NULL, NULL, NULL },
110033189d31Sths#endif
110133189d31Sths#ifdef TARGET_NR_pwrite64
1102036cf169SHelge Deller{ TARGET_NR_pwrite64, "pwrite64" , NULL, print_pread64, NULL },
110333189d31Sths#endif
1104fea55615SAleksandar Markovic#ifdef TARGET_NR_pwritev
1105fea55615SAleksandar Markovic{ TARGET_NR_pwritev, "pwritev" , NULL, NULL, NULL },
1106fea55615SAleksandar Markovic#endif
110733189d31Sths#ifdef TARGET_NR_query_module
110833189d31Sths{ TARGET_NR_query_module, "query_module" , NULL, NULL, NULL },
110933189d31Sths#endif
111033189d31Sths#ifdef TARGET_NR_quotactl
111133189d31Sths{ TARGET_NR_quotactl, "quotactl" , NULL, NULL, NULL },
111233189d31Sths#endif
111333189d31Sths#ifdef TARGET_NR_read
111433189d31Sths{ TARGET_NR_read, "read" , "%s(%d,%#x,%d)", NULL, NULL },
111533189d31Sths#endif
111633189d31Sths#ifdef TARGET_NR_readahead
111733189d31Sths{ TARGET_NR_readahead, "readahead" , NULL, NULL, NULL },
111833189d31Sths#endif
111933189d31Sths#ifdef TARGET_NR_readdir
112033189d31Sths{ TARGET_NR_readdir, "readdir" , NULL, NULL, NULL },
112133189d31Sths#endif
112233189d31Sths#ifdef TARGET_NR_readlink
112374d753acSMika Westerberg{ TARGET_NR_readlink, "readlink" , NULL, print_readlink, NULL },
112433189d31Sths#endif
112533189d31Sths#ifdef TARGET_NR_readlinkat
112674d753acSMika Westerberg{ TARGET_NR_readlinkat, "readlinkat" , NULL, print_readlinkat, NULL },
112733189d31Sths#endif
112833189d31Sths#ifdef TARGET_NR_readv
112933189d31Sths{ TARGET_NR_readv, "readv" , NULL, NULL, NULL },
113033189d31Sths#endif
113133189d31Sths#ifdef TARGET_NR_reboot
113233189d31Sths{ TARGET_NR_reboot, "reboot" , NULL, NULL, NULL },
113333189d31Sths#endif
113433189d31Sths#ifdef TARGET_NR_recv
113593cf7e6cSHelge Deller{ TARGET_NR_recv, "recv" , "%s(%d,%p,%u,%d)", NULL, NULL },
113633189d31Sths#endif
113733189d31Sths#ifdef TARGET_NR_recvfrom
113833189d31Sths{ TARGET_NR_recvfrom, "recvfrom" , NULL, NULL, NULL },
113933189d31Sths#endif
1140fea55615SAleksandar Markovic#ifdef TARGET_NR_recvmmsg
1141fea55615SAleksandar Markovic{ TARGET_NR_recvmmsg, "recvmmsg" , NULL, NULL, NULL },
1142fea55615SAleksandar Markovic#endif
114333189d31Sths#ifdef TARGET_NR_recvmsg
1144377e93e9SPhilippe Mathieu-Daudé{ TARGET_NR_recvmsg, "recvmsg" , "%s(%d,%p,%#x)", NULL, NULL },
114533189d31Sths#endif
114633189d31Sths#ifdef TARGET_NR_remap_file_pages
114733189d31Sths{ TARGET_NR_remap_file_pages, "remap_file_pages" , NULL, NULL, NULL },
114833189d31Sths#endif
114933189d31Sths#ifdef TARGET_NR_removexattr
11504fc3cddeSFilip Bozuta{ TARGET_NR_removexattr, "removexattr" , NULL, print_removexattr, NULL },
115133189d31Sths#endif
115233189d31Sths#ifdef TARGET_NR_rename
115374d753acSMika Westerberg{ TARGET_NR_rename, "rename" , NULL, print_rename, NULL },
115433189d31Sths#endif
115533189d31Sths#ifdef TARGET_NR_renameat
115674d753acSMika Westerberg{ TARGET_NR_renameat, "renameat" , NULL, print_renameat, NULL },
115733189d31Sths#endif
1158fea55615SAleksandar Markovic#ifdef TARGET_NR_renameat2
1159fea55615SAleksandar Markovic{ TARGET_NR_renameat2, "renameat2" , NULL, NULL, NULL },
1160fea55615SAleksandar Markovic#endif
116133189d31Sths#ifdef TARGET_NR_request_key
116233189d31Sths{ TARGET_NR_request_key, "request_key" , NULL, NULL, NULL },
116333189d31Sths#endif
1164fea55615SAleksandar Markovic#ifdef TARGET_NR_reserved177
1165fea55615SAleksandar Markovic{ TARGET_NR_reserved177, "reserved177" , NULL, NULL, NULL },
1166fea55615SAleksandar Markovic#endif
1167fea55615SAleksandar Markovic#ifdef TARGET_NR_reserved193
1168fea55615SAleksandar Markovic{ TARGET_NR_reserved193, "reserved193" , NULL, NULL, NULL },
1169fea55615SAleksandar Markovic#endif
117033189d31Sths#ifdef TARGET_NR_reserved221
117133189d31Sths{ TARGET_NR_reserved221, "reserved221" , NULL, NULL, NULL },
117233189d31Sths#endif
117333189d31Sths#ifdef TARGET_NR_reserved82
117433189d31Sths{ TARGET_NR_reserved82, "reserved82" , NULL, NULL, NULL },
117533189d31Sths#endif
117633189d31Sths#ifdef TARGET_NR_restart_syscall
117733189d31Sths{ TARGET_NR_restart_syscall, "restart_syscall" , NULL, NULL, NULL },
117833189d31Sths#endif
117933189d31Sths#ifdef TARGET_NR_rmdir
118033189d31Sths{ TARGET_NR_rmdir, "rmdir" , NULL, NULL, NULL },
118133189d31Sths#endif
118233189d31Sths#ifdef TARGET_NR_rt_sigaction
1183608e5592SLaurent Vivier{ TARGET_NR_rt_sigaction, "rt_sigaction" , NULL, print_rt_sigaction, NULL },
118433189d31Sths#endif
118533189d31Sths#ifdef TARGET_NR_rt_sigpending
118633189d31Sths{ TARGET_NR_rt_sigpending, "rt_sigpending" , NULL, NULL, NULL },
118733189d31Sths#endif
118833189d31Sths#ifdef TARGET_NR_rt_sigprocmask
1189608e5592SLaurent Vivier{ TARGET_NR_rt_sigprocmask, "rt_sigprocmask" , NULL, print_rt_sigprocmask, NULL },
119033189d31Sths#endif
119133189d31Sths#ifdef TARGET_NR_rt_sigqueueinfo
11925162264eSMiloš Stojanović{ TARGET_NR_rt_sigqueueinfo, "rt_sigqueueinfo" , NULL, print_rt_sigqueueinfo, NULL },
119333189d31Sths#endif
119433189d31Sths#ifdef TARGET_NR_rt_sigreturn
119593cf7e6cSHelge Deller{ TARGET_NR_rt_sigreturn, "rt_sigreturn" , "%s(%p)", NULL, NULL },
119633189d31Sths#endif
119733189d31Sths#ifdef TARGET_NR_rt_sigsuspend
119833189d31Sths{ TARGET_NR_rt_sigsuspend, "rt_sigsuspend" , NULL, NULL, NULL },
119933189d31Sths#endif
120033189d31Sths#ifdef TARGET_NR_rt_sigtimedwait
120133189d31Sths{ TARGET_NR_rt_sigtimedwait, "rt_sigtimedwait" , NULL, NULL, NULL },
120233189d31Sths#endif
1203fea55615SAleksandar Markovic#ifdef TARGET_NR_rt_tgsigqueueinfo
1204243e0fe5SMiloš Stojanović{ TARGET_NR_rt_tgsigqueueinfo, "rt_tgsigqueueinfo" , NULL, print_rt_tgsigqueueinfo, NULL },
1205fea55615SAleksandar Markovic#endif
120633189d31Sths#ifdef TARGET_NR_sched_getaffinity
120793cf7e6cSHelge Deller{ TARGET_NR_sched_getaffinity, "sched_getaffinity" , "%s(%d,%u,%p)", NULL, NULL },
120833189d31Sths#endif
120933189d31Sths#ifdef TARGET_NR_sched_get_affinity
121033189d31Sths{ TARGET_NR_sched_get_affinity, "sched_get_affinity" , NULL, NULL, NULL },
121133189d31Sths#endif
1212fea55615SAleksandar Markovic#ifdef TARGET_NR_sched_getattr
121393cf7e6cSHelge Deller{ TARGET_NR_sched_getattr, "sched_getattr" , "%s(%d,%p,%u,%u)", NULL, NULL },
121493cf7e6cSHelge Deller#endif
121593cf7e6cSHelge Deller#ifdef TARGET_NR_sched_setattr
121693cf7e6cSHelge Deller{ TARGET_NR_sched_setattr, "sched_setattr" , "%s(%p,%p)", NULL, NULL },
1217fea55615SAleksandar Markovic#endif
121833189d31Sths#ifdef TARGET_NR_sched_getparam
121993cf7e6cSHelge Deller{ TARGET_NR_sched_getparam, "sched_getparam" , "%s(%d,%p)", NULL, NULL },
122033189d31Sths#endif
122133189d31Sths#ifdef TARGET_NR_sched_get_priority_max
122233189d31Sths{ TARGET_NR_sched_get_priority_max, "sched_get_priority_max" , NULL, NULL, NULL },
122333189d31Sths#endif
122433189d31Sths#ifdef TARGET_NR_sched_get_priority_min
122533189d31Sths{ TARGET_NR_sched_get_priority_min, "sched_get_priority_min" , NULL, NULL, NULL },
122633189d31Sths#endif
122733189d31Sths#ifdef TARGET_NR_sched_getscheduler
122833189d31Sths{ TARGET_NR_sched_getscheduler, "sched_getscheduler" , NULL, NULL, NULL },
122933189d31Sths#endif
123033189d31Sths#ifdef TARGET_NR_sched_rr_get_interval
123133189d31Sths{ TARGET_NR_sched_rr_get_interval, "sched_rr_get_interval" , NULL, NULL, NULL },
123233189d31Sths#endif
123333189d31Sths#ifdef TARGET_NR_sched_setaffinity
123493cf7e6cSHelge Deller{ TARGET_NR_sched_setaffinity, "sched_setaffinity" , "%s(%d,%u,%p)", NULL, NULL },
123533189d31Sths#endif
1236fea55615SAleksandar Markovic#ifdef TARGET_NR_sched_setatt
1237fea55615SAleksandar Markovic{ TARGET_NR_sched_setatt, "sched_setatt" , NULL, NULL, NULL },
1238fea55615SAleksandar Markovic#endif
123933189d31Sths#ifdef TARGET_NR_sched_set_affinity
124033189d31Sths{ TARGET_NR_sched_set_affinity, "sched_set_affinity" , NULL, NULL, NULL },
124133189d31Sths#endif
124233189d31Sths#ifdef TARGET_NR_sched_setparam
124333189d31Sths{ TARGET_NR_sched_setparam, "sched_setparam" , NULL, NULL, NULL },
124433189d31Sths#endif
124533189d31Sths#ifdef TARGET_NR_sched_setscheduler
124633189d31Sths{ TARGET_NR_sched_setscheduler, "sched_setscheduler" , NULL, NULL, NULL },
124733189d31Sths#endif
124833189d31Sths#ifdef TARGET_NR_sched_yield
124933189d31Sths{ TARGET_NR_sched_yield, "sched_yield" , NULL, NULL, NULL },
125033189d31Sths#endif
1251fea55615SAleksandar Markovic#ifdef TARGET_NR_seccomp
1252fea55615SAleksandar Markovic{ TARGET_NR_seccomp, "seccomp" , NULL, NULL, NULL },
1253fea55615SAleksandar Markovic#endif
125433189d31Sths#ifdef TARGET_NR_security
125533189d31Sths{ TARGET_NR_security, "security" , NULL, NULL, NULL },
125633189d31Sths#endif
125733189d31Sths#ifdef TARGET_NR_select
125833189d31Sths{ TARGET_NR_select, "select" , NULL, NULL, NULL },
125933189d31Sths#endif
126033189d31Sths#ifdef TARGET_NR_semctl
126133189d31Sths{ TARGET_NR_semctl, "semctl" , NULL, print_semctl, NULL },
126233189d31Sths#endif
126333189d31Sths#ifdef TARGET_NR_semget
126433189d31Sths{ TARGET_NR_semget, "semget" , NULL, NULL, NULL },
126533189d31Sths#endif
126633189d31Sths#ifdef TARGET_NR_semop
126733189d31Sths{ TARGET_NR_semop, "semop" , NULL, NULL, NULL },
126833189d31Sths#endif
126933189d31Sths#ifdef TARGET_NR_semtimedop
127033189d31Sths{ TARGET_NR_semtimedop, "semtimedop" , NULL, NULL, NULL },
127133189d31Sths#endif
127233189d31Sths#ifdef TARGET_NR_send
127333189d31Sths{ TARGET_NR_send, "send" , NULL, NULL, NULL },
127433189d31Sths#endif
127533189d31Sths#ifdef TARGET_NR_sendfile
127633189d31Sths{ TARGET_NR_sendfile, "sendfile" , NULL, NULL, NULL },
127733189d31Sths#endif
127833189d31Sths#ifdef TARGET_NR_sendfile64
127933189d31Sths{ TARGET_NR_sendfile64, "sendfile64" , NULL, NULL, NULL },
128033189d31Sths#endif
1281fea55615SAleksandar Markovic#ifdef TARGET_NR_sendmmsg
1282fea55615SAleksandar Markovic{ TARGET_NR_sendmmsg, "sendmmsg" , NULL, NULL, NULL },
1283fea55615SAleksandar Markovic#endif
128433189d31Sths#ifdef TARGET_NR_sendmsg
128533189d31Sths{ TARGET_NR_sendmsg, "sendmsg" , NULL, NULL, NULL },
128633189d31Sths#endif
128733189d31Sths#ifdef TARGET_NR_sendto
128833189d31Sths{ TARGET_NR_sendto, "sendto" , NULL, NULL, NULL },
128933189d31Sths#endif
129033189d31Sths#ifdef TARGET_NR_setdomainname
129133189d31Sths{ TARGET_NR_setdomainname, "setdomainname" , NULL, NULL, NULL },
129233189d31Sths#endif
129333189d31Sths#ifdef TARGET_NR_setfsgid
12949cbc0578SHelge Deller{ TARGET_NR_setfsgid, "setfsgid" , "%s(%u)", NULL, NULL },
129533189d31Sths#endif
129633189d31Sths#ifdef TARGET_NR_setfsgid32
12979cbc0578SHelge Deller{ TARGET_NR_setfsgid32, "setfsgid32" , "%s(%u)" , NULL, NULL },
129833189d31Sths#endif
129933189d31Sths#ifdef TARGET_NR_setfsuid
13009cbc0578SHelge Deller{ TARGET_NR_setfsuid, "setfsuid" , "%s(%u)" , NULL, NULL },
130133189d31Sths#endif
130233189d31Sths#ifdef TARGET_NR_setfsuid32
130333189d31Sths{ TARGET_NR_setfsuid32, "setfsuid32" , NULL, NULL, NULL },
130433189d31Sths#endif
130533189d31Sths#ifdef TARGET_NR_setgid
13069cbc0578SHelge Deller{ TARGET_NR_setgid, "setgid" , "%s(%u)", NULL, NULL },
130733189d31Sths#endif
130833189d31Sths#ifdef TARGET_NR_setgid32
13099cbc0578SHelge Deller{ TARGET_NR_setgid32, "setgid32" , "%s(%u)", NULL, NULL },
131033189d31Sths#endif
131133189d31Sths#ifdef TARGET_NR_setgroups
13126a848b52SHelge Deller{ TARGET_NR_setgroups, "setgroups" , "%s(%d,%p)", NULL, NULL },
131333189d31Sths#endif
131433189d31Sths#ifdef TARGET_NR_setgroups32
13156a848b52SHelge Deller{ TARGET_NR_setgroups32, "setgroups32" , "%s(%d,%p)", NULL, NULL },
131633189d31Sths#endif
131733189d31Sths#ifdef TARGET_NR_sethae
131833189d31Sths{ TARGET_NR_sethae, "sethae" , NULL, NULL, NULL },
131933189d31Sths#endif
132033189d31Sths#ifdef TARGET_NR_sethostname
132133189d31Sths{ TARGET_NR_sethostname, "sethostname" , NULL, NULL, NULL },
132233189d31Sths#endif
132333189d31Sths#ifdef TARGET_NR_setitimer
13241a674adfSFilip Bozuta{ TARGET_NR_setitimer, "setitimer" , NULL, print_setitimer,
13251a674adfSFilip Bozuta                       print_syscall_ret_setitimer },
132633189d31Sths#endif
132733189d31Sths#ifdef TARGET_NR_set_mempolicy
132833189d31Sths{ TARGET_NR_set_mempolicy, "set_mempolicy" , NULL, NULL, NULL },
132933189d31Sths#endif
13309af5c906SRiku Voipio#ifdef TARGET_NR_setns
13319af5c906SRiku Voipio{ TARGET_NR_setns, "setns" , NULL, NULL, NULL },
13329af5c906SRiku Voipio#endif
133333189d31Sths#ifdef TARGET_NR_setpgid
13349cbc0578SHelge Deller{ TARGET_NR_setpgid, "setpgid" , "%s(%u,%u)", NULL, NULL },
133533189d31Sths#endif
133633189d31Sths#ifdef TARGET_NR_setpgrp
133733189d31Sths{ TARGET_NR_setpgrp, "setpgrp" , NULL, NULL, NULL },
133833189d31Sths#endif
133933189d31Sths#ifdef TARGET_NR_setpriority
134033189d31Sths{ TARGET_NR_setpriority, "setpriority" , NULL, NULL, NULL },
134133189d31Sths#endif
134233189d31Sths#ifdef TARGET_NR_setregid
134333189d31Sths{ TARGET_NR_setregid, "setregid" , NULL, NULL, NULL },
134433189d31Sths#endif
134533189d31Sths#ifdef TARGET_NR_setregid32
134633189d31Sths{ TARGET_NR_setregid32, "setregid32" , NULL, NULL, NULL },
134733189d31Sths#endif
134833189d31Sths#ifdef TARGET_NR_setresgid
13499cbc0578SHelge Deller{ TARGET_NR_setresgid, "setresgid" , "%s(%u,%u,%u)", NULL, NULL },
135033189d31Sths#endif
135133189d31Sths#ifdef TARGET_NR_setresgid32
135233189d31Sths{ TARGET_NR_setresgid32, "setresgid32" , NULL, NULL, NULL },
135333189d31Sths#endif
135433189d31Sths#ifdef TARGET_NR_setresuid
13559cbc0578SHelge Deller{ TARGET_NR_setresuid, "setresuid" , "%s(%u,%u,%u)", NULL, NULL },
135633189d31Sths#endif
135733189d31Sths#ifdef TARGET_NR_setresuid32
13589cbc0578SHelge Deller{ TARGET_NR_setresuid32, "setresuid32" , "%s(%u,%u,%u)", NULL, NULL },
135933189d31Sths#endif
136033189d31Sths#ifdef TARGET_NR_setreuid
13619cbc0578SHelge Deller{ TARGET_NR_setreuid, "setreuid" , "%s(%u,%u)", NULL, NULL },
136233189d31Sths#endif
136333189d31Sths#ifdef TARGET_NR_setreuid32
13649cbc0578SHelge Deller{ TARGET_NR_setreuid32, "setreuid32" , "%s(%u,%u)", NULL, NULL },
136533189d31Sths#endif
136633189d31Sths#ifdef TARGET_NR_setrlimit
136793cf7e6cSHelge Deller{ TARGET_NR_setrlimit, "setrlimit" , "%s(%d,%p)", NULL, NULL },
136833189d31Sths#endif
136933189d31Sths#ifdef TARGET_NR_set_robust_list
137093cf7e6cSHelge Deller{ TARGET_NR_set_robust_list, "set_robust_list" , "%s(%p,%u)", NULL, NULL },
137133189d31Sths#endif
137233189d31Sths#ifdef TARGET_NR_setsid
13739cbc0578SHelge Deller{ TARGET_NR_setsid, "setsid" , "%s()", NULL, NULL },
137433189d31Sths#endif
137533189d31Sths#ifdef TARGET_NR_setsockopt
137693cf7e6cSHelge Deller{ TARGET_NR_setsockopt, "setsockopt" , "%s(%d,%d,%d,%p,%p)", NULL, NULL },
137733189d31Sths#endif
137833189d31Sths#ifdef TARGET_NR_set_thread_area
13799a6309e7SLaurent Vivier{ TARGET_NR_set_thread_area, "set_thread_area", "%s(0x"TARGET_ABI_FMT_lx")",
13809a6309e7SLaurent Vivier  NULL, NULL },
138133189d31Sths#endif
138233189d31Sths#ifdef TARGET_NR_set_tid_address
138393cf7e6cSHelge Deller{ TARGET_NR_set_tid_address, "set_tid_address" , "%s(%p)", NULL, NULL },
138433189d31Sths#endif
138533189d31Sths#ifdef TARGET_NR_settimeofday
13860d2187c4SPhilippe Mathieu-Daudé{ TARGET_NR_settimeofday, "settimeofday" , NULL, print_settimeofday, NULL },
138733189d31Sths#endif
138833189d31Sths#ifdef TARGET_NR_setuid
138933189d31Sths{ TARGET_NR_setuid, "setuid" , NULL, NULL, NULL },
139033189d31Sths#endif
139133189d31Sths#ifdef TARGET_NR_setuid32
139233189d31Sths{ TARGET_NR_setuid32, "setuid32" , NULL, NULL, NULL },
139333189d31Sths#endif
139433189d31Sths#ifdef TARGET_NR_setxattr
139533189d31Sths{ TARGET_NR_setxattr, "setxattr" , NULL, NULL, NULL },
139633189d31Sths#endif
139733189d31Sths#ifdef TARGET_NR_sgetmask
139833189d31Sths{ TARGET_NR_sgetmask, "sgetmask" , NULL, NULL, NULL },
139933189d31Sths#endif
140033189d31Sths#ifdef TARGET_NR_shmat
1401*9f7c9732SRichard Henderson{ TARGET_NR_shmat, "shmat" , NULL, print_shmat, print_syscall_ret_addr },
140233189d31Sths#endif
140333189d31Sths#ifdef TARGET_NR_shmctl
140433189d31Sths{ TARGET_NR_shmctl, "shmctl" , NULL, NULL, NULL },
140533189d31Sths#endif
140633189d31Sths#ifdef TARGET_NR_shmdt
140733189d31Sths{ TARGET_NR_shmdt, "shmdt" , NULL, NULL, NULL },
140833189d31Sths#endif
140933189d31Sths#ifdef TARGET_NR_shmget
141033189d31Sths{ TARGET_NR_shmget, "shmget" , NULL, NULL, NULL },
141133189d31Sths#endif
141233189d31Sths#ifdef TARGET_NR_shutdown
141333189d31Sths{ TARGET_NR_shutdown, "shutdown" , NULL, NULL, NULL },
141433189d31Sths#endif
141533189d31Sths#ifdef TARGET_NR_sigaction
141633189d31Sths{ TARGET_NR_sigaction, "sigaction" , NULL, NULL, NULL },
141733189d31Sths#endif
141833189d31Sths#ifdef TARGET_NR_sigaltstack
141933189d31Sths{ TARGET_NR_sigaltstack, "sigaltstack" , "%s(%p,%p)", NULL, NULL },
142033189d31Sths#endif
142133189d31Sths#ifdef TARGET_NR_signal
142233189d31Sths{ TARGET_NR_signal, "signal" , NULL, NULL, NULL },
142333189d31Sths#endif
1424fea55615SAleksandar Markovic#ifdef TARGET_NR_signalfd
1425fea55615SAleksandar Markovic{ TARGET_NR_signalfd, "signalfd" , NULL, NULL, NULL },
1426fea55615SAleksandar Markovic#endif
1427fea55615SAleksandar Markovic#ifdef TARGET_NR_signalfd4
1428fea55615SAleksandar Markovic{ TARGET_NR_signalfd4, "signalfd4" , NULL, NULL, NULL },
1429fea55615SAleksandar Markovic#endif
143033189d31Sths#ifdef TARGET_NR_sigpending
143133189d31Sths{ TARGET_NR_sigpending, "sigpending" , NULL, NULL, NULL },
143233189d31Sths#endif
143333189d31Sths#ifdef TARGET_NR_sigprocmask
143433189d31Sths{ TARGET_NR_sigprocmask, "sigprocmask" , NULL, NULL, NULL },
143533189d31Sths#endif
143633189d31Sths#ifdef TARGET_NR_sigreturn
143733189d31Sths{ TARGET_NR_sigreturn, "sigreturn" , NULL, NULL, NULL },
143833189d31Sths#endif
143933189d31Sths#ifdef TARGET_NR_sigsuspend
144033189d31Sths{ TARGET_NR_sigsuspend, "sigsuspend" , NULL, NULL, NULL },
144133189d31Sths#endif
144233189d31Sths#ifdef TARGET_NR_socket
14438997d1bdSLaurent Vivier{ TARGET_NR_socket, "socket" , NULL, print_socket, NULL },
144433189d31Sths#endif
144533189d31Sths#ifdef TARGET_NR_socketcall
1446fb3aabf3SLaurent Vivier{ TARGET_NR_socketcall, "socketcall" , NULL, print_socketcall, NULL },
144733189d31Sths#endif
144833189d31Sths#ifdef TARGET_NR_socketpair
144933189d31Sths{ TARGET_NR_socketpair, "socketpair" , NULL, NULL, NULL },
145033189d31Sths#endif
145133189d31Sths#ifdef TARGET_NR_splice
145233189d31Sths{ TARGET_NR_splice, "splice" , NULL, NULL, NULL },
145333189d31Sths#endif
145433189d31Sths#ifdef TARGET_NR_ssetmask
145533189d31Sths{ TARGET_NR_ssetmask, "ssetmask" , NULL, NULL, NULL },
145633189d31Sths#endif
145733189d31Sths#ifdef TARGET_NR_stat
145874d753acSMika Westerberg{ TARGET_NR_stat, "stat" , NULL, print_stat, NULL },
145933189d31Sths#endif
146033189d31Sths#ifdef TARGET_NR_stat64
146174d753acSMika Westerberg{ TARGET_NR_stat64, "stat64" , NULL, print_stat64, NULL },
146233189d31Sths#endif
146333189d31Sths#ifdef TARGET_NR_statfs
146474d753acSMika Westerberg{ TARGET_NR_statfs, "statfs" , NULL, print_statfs, NULL },
146533189d31Sths#endif
146633189d31Sths#ifdef TARGET_NR_statfs64
146774d753acSMika Westerberg{ TARGET_NR_statfs64, "statfs64" , NULL, print_statfs64, NULL },
146833189d31Sths#endif
146933189d31Sths#ifdef TARGET_NR_stime
147033189d31Sths{ TARGET_NR_stime, "stime" , NULL, NULL, NULL },
147133189d31Sths#endif
147233189d31Sths#ifdef TARGET_NR_streams1
147333189d31Sths{ TARGET_NR_streams1, "streams1" , NULL, NULL, NULL },
147433189d31Sths#endif
147533189d31Sths#ifdef TARGET_NR_streams2
147633189d31Sths{ TARGET_NR_streams2, "streams2" , NULL, NULL, NULL },
147733189d31Sths#endif
147833189d31Sths#ifdef TARGET_NR_stty
147933189d31Sths{ TARGET_NR_stty, "stty" , NULL, NULL, NULL },
148033189d31Sths#endif
148133189d31Sths#ifdef TARGET_NR_swapcontext
148233189d31Sths{ TARGET_NR_swapcontext, "swapcontext" , NULL, NULL, NULL },
148333189d31Sths#endif
148433189d31Sths#ifdef TARGET_NR_swapoff
148533189d31Sths{ TARGET_NR_swapoff, "swapoff" , NULL, NULL, NULL },
148633189d31Sths#endif
148733189d31Sths#ifdef TARGET_NR_swapon
148833189d31Sths{ TARGET_NR_swapon, "swapon" , NULL, NULL, NULL },
148933189d31Sths#endif
149033189d31Sths#ifdef TARGET_NR_symlink
149174d753acSMika Westerberg{ TARGET_NR_symlink, "symlink" , NULL, print_symlink, NULL },
149233189d31Sths#endif
149333189d31Sths#ifdef TARGET_NR_symlinkat
149474d753acSMika Westerberg{ TARGET_NR_symlinkat, "symlinkat", NULL, print_symlinkat, NULL },
149533189d31Sths#endif
149633189d31Sths#ifdef TARGET_NR_sync
149733189d31Sths{ TARGET_NR_sync, "sync" , NULL, NULL, NULL },
149833189d31Sths#endif
1499fea55615SAleksandar Markovic#ifdef TARGET_NR_syncfs
15005a03cd00SAleksandar Markovic{ TARGET_NR_syncfs, "syncfs" , "%s(%d)", NULL, NULL },
1501fea55615SAleksandar Markovic#endif
150233189d31Sths#ifdef TARGET_NR_syscall
150333189d31Sths{ TARGET_NR_syscall, "syscall" , NULL, NULL, NULL },
150433189d31Sths#endif
150533189d31Sths#ifdef TARGET_NR__sysctl
150633189d31Sths{ TARGET_NR__sysctl, "_sysctl" , NULL, NULL, NULL },
150733189d31Sths#endif
150833189d31Sths#ifdef TARGET_NR_sysfs
150933189d31Sths{ TARGET_NR_sysfs, "sysfs" , NULL, NULL, NULL },
151033189d31Sths#endif
151133189d31Sths#ifdef TARGET_NR_sysinfo
1512ab6c497eSHelge Deller{ TARGET_NR_sysinfo, "sysinfo" , "%s(%p)", NULL, NULL },
151333189d31Sths#endif
151433189d31Sths#ifdef TARGET_NR_sys_kexec_load
151533189d31Sths{ TARGET_NR_sys_kexec_load, "sys_kexec_load" , NULL, NULL, NULL },
151633189d31Sths#endif
151733189d31Sths#ifdef TARGET_NR_syslog
1518da2c8ad7SAleksandar Markovic{ TARGET_NR_syslog, "syslog" , NULL, print_syslog, NULL },
151933189d31Sths#endif
152033189d31Sths#ifdef TARGET_NR_sysmips
152133189d31Sths{ TARGET_NR_sysmips, "sysmips" , NULL, NULL, NULL },
152233189d31Sths#endif
152333189d31Sths#ifdef TARGET_NR_sys_setaltroot
152433189d31Sths{ TARGET_NR_sys_setaltroot, "sys_setaltroot" , NULL, NULL, NULL },
152533189d31Sths#endif
152633189d31Sths#ifdef TARGET_NR_tee
152733189d31Sths{ TARGET_NR_tee, "tee" , NULL, NULL, NULL },
152833189d31Sths#endif
152933189d31Sths#ifdef TARGET_NR_tgkill
15305162264eSMiloš Stojanović{ TARGET_NR_tgkill, "tgkill" , NULL, print_tgkill, NULL },
153133189d31Sths#endif
153233189d31Sths#ifdef TARGET_NR_time
153333189d31Sths{ TARGET_NR_time, "time" , NULL, NULL, NULL },
153433189d31Sths#endif
153533189d31Sths#ifdef TARGET_NR_timer_create
153633189d31Sths{ TARGET_NR_timer_create, "timer_create" , NULL, NULL, NULL },
153733189d31Sths#endif
153833189d31Sths#ifdef TARGET_NR_timer_delete
153933189d31Sths{ TARGET_NR_timer_delete, "timer_delete" , NULL, NULL, NULL },
154033189d31Sths#endif
154133189d31Sths#ifdef TARGET_NR_timer_getoverrun
154233189d31Sths{ TARGET_NR_timer_getoverrun, "timer_getoverrun" , NULL, NULL, NULL },
154333189d31Sths#endif
154433189d31Sths#ifdef TARGET_NR_timer_gettime
154533189d31Sths{ TARGET_NR_timer_gettime, "timer_gettime" , NULL, NULL, NULL },
154633189d31Sths#endif
154733189d31Sths#ifdef TARGET_NR_timer_settime
15488b95210fSHelge Deller{ TARGET_NR_timer_settime, "timer_settime" , "%s(%d,%d,%p,%p)", NULL, NULL },
15498b95210fSHelge Deller#endif
15508b95210fSHelge Deller#ifdef TARGET_NR_timer_settime64
15518b95210fSHelge Deller{ TARGET_NR_timer_settime64, "timer_settime64" , "%s(%d,%d,%p,%p)", NULL, NULL },
155233189d31Sths#endif
1553fea55615SAleksandar Markovic#ifdef TARGET_NR_timerfd
1554fea55615SAleksandar Markovic{ TARGET_NR_timerfd, "timerfd" , NULL, NULL, NULL },
1555fea55615SAleksandar Markovic#endif
155651834341SRiku Voipio#ifdef TARGET_NR_timerfd_create
155751834341SRiku Voipio{ TARGET_NR_timerfd_create, "timerfd_create" , NULL, NULL, NULL },
155851834341SRiku Voipio#endif
155951834341SRiku Voipio#ifdef TARGET_NR_timerfd_gettime
156051834341SRiku Voipio{ TARGET_NR_timerfd_gettime, "timerfd_gettime" , NULL, NULL, NULL },
156151834341SRiku Voipio#endif
156251834341SRiku Voipio#ifdef TARGET_NR_timerfd_settime
156351834341SRiku Voipio{ TARGET_NR_timerfd_settime, "timerfd_settime" , NULL, NULL, NULL },
156451834341SRiku Voipio#endif
156533189d31Sths#ifdef TARGET_NR_times
156633189d31Sths{ TARGET_NR_times, "times" , NULL, NULL, NULL },
156733189d31Sths#endif
156833189d31Sths#ifdef TARGET_NR_tkill
15695162264eSMiloš Stojanović{ TARGET_NR_tkill, "tkill" , NULL, print_tkill, NULL },
157033189d31Sths#endif
157133189d31Sths#ifdef TARGET_NR_truncate
15727c89f343SFilip Bozuta{ TARGET_NR_truncate, "truncate" , NULL, print_truncate, NULL },
157333189d31Sths#endif
157433189d31Sths#ifdef TARGET_NR_truncate64
15757c89f343SFilip Bozuta{ TARGET_NR_truncate64, "truncate64" , NULL, print_truncate64, NULL },
157633189d31Sths#endif
157733189d31Sths#ifdef TARGET_NR_tuxcall
157833189d31Sths{ TARGET_NR_tuxcall, "tuxcall" , NULL, NULL, NULL },
157933189d31Sths#endif
158033189d31Sths#ifdef TARGET_NR_ugetrlimit
158133189d31Sths{ TARGET_NR_ugetrlimit, "ugetrlimit" , NULL, NULL, NULL },
158233189d31Sths#endif
158333189d31Sths#ifdef TARGET_NR_ulimit
158433189d31Sths{ TARGET_NR_ulimit, "ulimit" , NULL, NULL, NULL },
158533189d31Sths#endif
158633189d31Sths#ifdef TARGET_NR_umask
158733189d31Sths{ TARGET_NR_umask, "umask" , "%s(%#o)", NULL, NULL },
158833189d31Sths#endif
158933189d31Sths#ifdef TARGET_NR_umount
159074d753acSMika Westerberg{ TARGET_NR_umount, "umount" , NULL, print_umount, NULL },
159133189d31Sths#endif
159233189d31Sths#ifdef TARGET_NR_umount2
159374d753acSMika Westerberg{ TARGET_NR_umount2, "umount2" , NULL, print_umount2, NULL },
159433189d31Sths#endif
159533189d31Sths#ifdef TARGET_NR_uname
159633189d31Sths{ TARGET_NR_uname, "uname" , "%s(%p)", NULL, NULL },
159733189d31Sths#endif
159833189d31Sths#ifdef TARGET_NR_unlink
159974d753acSMika Westerberg{ TARGET_NR_unlink, "unlink" , NULL, print_unlink, NULL },
160033189d31Sths#endif
160133189d31Sths#ifdef TARGET_NR_unlinkat
160274d753acSMika Westerberg{ TARGET_NR_unlinkat, "unlinkat" , NULL, print_unlinkat, NULL },
160333189d31Sths#endif
160433189d31Sths#ifdef TARGET_NR_unshare
16055847d309SMatus Kysel{ TARGET_NR_unshare, "unshare" , NULL, print_unshare, NULL },
160633189d31Sths#endif
1607fea55615SAleksandar Markovic#ifdef TARGET_NR_userfaultfd
1608fea55615SAleksandar Markovic{ TARGET_NR_userfaultfd, "userfaultfd" , NULL, NULL, NULL },
1609fea55615SAleksandar Markovic#endif
161033189d31Sths#ifdef TARGET_NR_unused109
161133189d31Sths{ TARGET_NR_unused109, "unused109" , NULL, NULL, NULL },
161233189d31Sths#endif
161333189d31Sths#ifdef TARGET_NR_unused150
161433189d31Sths{ TARGET_NR_unused150, "unused150" , NULL, NULL, NULL },
161533189d31Sths#endif
161633189d31Sths#ifdef TARGET_NR_unused18
161733189d31Sths{ TARGET_NR_unused18, "unused18" , NULL, NULL, NULL },
161833189d31Sths#endif
161933189d31Sths#ifdef TARGET_NR_unused28
162033189d31Sths{ TARGET_NR_unused28, "unused28" , NULL, NULL, NULL },
162133189d31Sths#endif
162233189d31Sths#ifdef TARGET_NR_unused59
162333189d31Sths{ TARGET_NR_unused59, "unused59" , NULL, NULL, NULL },
162433189d31Sths#endif
162533189d31Sths#ifdef TARGET_NR_unused84
162633189d31Sths{ TARGET_NR_unused84, "unused84" , NULL, NULL, NULL },
162733189d31Sths#endif
162833189d31Sths#ifdef TARGET_NR_uselib
162933189d31Sths{ TARGET_NR_uselib, "uselib" , NULL, NULL, NULL },
163033189d31Sths#endif
163133189d31Sths#ifdef TARGET_NR_ustat
163233189d31Sths{ TARGET_NR_ustat, "ustat" , "%s(%#x,%p)", NULL, NULL },
163333189d31Sths#endif
163433189d31Sths#ifdef TARGET_NR_utime
163574d753acSMika Westerberg{ TARGET_NR_utime, "utime" , NULL, print_utime, NULL },
163633189d31Sths#endif
163733189d31Sths#ifdef TARGET_NR_utimes
163874d753acSMika Westerberg{ TARGET_NR_utimes, "utimes" , NULL, print_utimes, NULL },
163933189d31Sths#endif
164033189d31Sths#ifdef TARGET_NR_utrap_install
164133189d31Sths{ TARGET_NR_utrap_install, "utrap_install" , NULL, NULL, NULL },
164233189d31Sths#endif
164333189d31Sths#ifdef TARGET_NR_vfork
164433189d31Sths{ TARGET_NR_vfork, "vfork" , NULL, NULL, NULL },
164533189d31Sths#endif
164633189d31Sths#ifdef TARGET_NR_vhangup
164733189d31Sths{ TARGET_NR_vhangup, "vhangup" , NULL, NULL, NULL },
164833189d31Sths#endif
164933189d31Sths#ifdef TARGET_NR_vm86
165033189d31Sths{ TARGET_NR_vm86, "vm86" , NULL, NULL, NULL },
165133189d31Sths#endif
165233189d31Sths#ifdef TARGET_NR_vm86old
165333189d31Sths{ TARGET_NR_vm86old, "vm86old" , NULL, NULL, NULL },
165433189d31Sths#endif
165533189d31Sths#ifdef TARGET_NR_vmsplice
165633189d31Sths{ TARGET_NR_vmsplice, "vmsplice" , NULL, NULL, NULL },
165733189d31Sths#endif
165833189d31Sths#ifdef TARGET_NR_vserver
165933189d31Sths{ TARGET_NR_vserver, "vserver" , NULL, NULL, NULL },
166033189d31Sths#endif
166133189d31Sths#ifdef TARGET_NR_wait4
166293cf7e6cSHelge Deller{ TARGET_NR_wait4, "wait4" , "%s(%d,%p,%d,%p)", NULL, NULL },
166333189d31Sths#endif
166433189d31Sths#ifdef TARGET_NR_waitid
166533189d31Sths{ TARGET_NR_waitid, "waitid" , "%s(%#x,%d,%p,%#x)", NULL, NULL },
166633189d31Sths#endif
166733189d31Sths#ifdef TARGET_NR_waitpid
166833189d31Sths{ TARGET_NR_waitpid, "waitpid" , "%s(%d,%p,%#x)", NULL, NULL },
166933189d31Sths#endif
167033189d31Sths#ifdef TARGET_NR_write
167133189d31Sths{ TARGET_NR_write, "write" , "%s(%d,%#x,%d)", NULL, NULL },
167233189d31Sths#endif
167333189d31Sths#ifdef TARGET_NR_writev
167433189d31Sths{ TARGET_NR_writev, "writev" , "%s(%d,%p,%#x)", NULL, NULL },
167533189d31Sths#endif
167633189d31Sths#ifdef TARGET_NR_utimensat
167774d753acSMika Westerberg{ TARGET_NR_utimensat, "utimensat", NULL, print_utimensat, NULL },
167833189d31Sths#endif
1679c727f47dSPeter Maydell#ifdef TARGET_NR_sync_file_range
1680c727f47dSPeter Maydell{ TARGET_NR_sync_file_range, "sync_file_range", NULL, NULL, NULL },
1681c727f47dSPeter Maydell#endif
1682c727f47dSPeter Maydell#ifdef TARGET_NR_sync_file_range2
1683c727f47dSPeter Maydell{ TARGET_NR_sync_file_range2, "sync_file_range2", NULL, NULL, NULL },
1684c727f47dSPeter Maydell#endif
1685e7ea6cbeSRichard Henderson#ifdef TARGET_NR_pipe2
168693cf7e6cSHelge Deller{ TARGET_NR_pipe2, "pipe2", "%s(%p,%d)", NULL, NULL },
1687e7ea6cbeSRichard Henderson#endif
1688cc054c6fSHelge Deller#ifdef TARGET_NR_pidfd_open
1689cc054c6fSHelge Deller{ TARGET_NR_pidfd_open, "pidfd_open", "%s(%d,%u)", NULL, NULL },
1690cc054c6fSHelge Deller#endif
1691cc054c6fSHelge Deller#ifdef TARGET_NR_pidfd_send_signal
1692cc054c6fSHelge Deller{ TARGET_NR_pidfd_send_signal, "pidfd_send_signal", NULL, print_pidfd_send_signal, NULL },
1693cc054c6fSHelge Deller#endif
1694cc054c6fSHelge Deller#ifdef TARGET_NR_pidfd_getfd
1695cc054c6fSHelge Deller{ TARGET_NR_pidfd_getfd, "pidfd_getfd", "%s(%d,%d,%u)", NULL, NULL },
1696cc054c6fSHelge Deller#endif
169789aaf1a6SRiku Voipio#ifdef TARGET_NR_atomic_cmpxchg_32
169889aaf1a6SRiku Voipio{ TARGET_NR_atomic_cmpxchg_32, "atomic_cmpxchg_32", NULL, NULL, NULL },
169989aaf1a6SRiku Voipio#endif
170089aaf1a6SRiku Voipio#ifdef TARGET_NR_atomic_barrier
170189aaf1a6SRiku Voipio{ TARGET_NR_atomic_barrier, "atomic_barrier", NULL, NULL, NULL },
170289aaf1a6SRiku Voipio#endif
1703d42744feSJim Wilson#ifdef TARGET_NR_statx
1704d42744feSJim Wilson{ TARGET_NR_statx, "statx", NULL, print_statx, NULL },
1705d42744feSJim Wilson#endif
1706db322145SGiuseppe Musacchio#ifdef TARGET_NR_copy_file_range
1707db322145SGiuseppe Musacchio{ TARGET_NR_copy_file_range, "copy_file_range", "%s(%d,%p,%d,%p,"TARGET_ABI_FMT_lu",%u)", NULL, NULL },
1708db322145SGiuseppe Musacchio#endif
1709aad43d15SHelge Deller#ifdef TARGET_NR_clock_gettime64
1710aad43d15SHelge Deller{ TARGET_NR_clock_gettime64, "clock_gettime64" , NULL, print_clock_gettime64,
1711aad43d15SHelge Deller                           print_syscall_ret_clock_gettime64 },
1712aad43d15SHelge Deller#endif
1713