xref: /qemu/linux-user/strace.list (revision 38860a03)
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
1633189d31Sths{ TARGET_NR_acct, "acct" , NULL, NULL, 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
2933189d31Sths{ TARGET_NR_alarm, "alarm" , NULL, 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
4433189d31Sths{ TARGET_NR_bind, "bind" , NULL, NULL, 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
6233189d31Sths{ TARGET_NR_capget, "capget" , NULL, NULL, NULL },
6333189d31Sths#endif
6433189d31Sths#ifdef TARGET_NR_capset
6533189d31Sths{ TARGET_NR_capset, "capset" , NULL, 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
7433189d31Sths{ TARGET_NR_chown, "chown" , NULL, NULL, NULL },
7533189d31Sths#endif
7633189d31Sths#ifdef TARGET_NR_chown32
7733189d31Sths{ TARGET_NR_chown32, "chown32" , NULL, NULL, NULL },
7833189d31Sths#endif
7933189d31Sths#ifdef TARGET_NR_chroot
8033189d31Sths{ TARGET_NR_chroot, "chroot" , NULL, NULL, NULL },
8133189d31Sths#endif
82*38860a03SAleksandar Markovic#ifdef TARGET_NR_clock_adjtime
83*38860a03SAleksandar Markovic{ TARGET_NR_clock_adjtime, "clock_adjtime" , NULL, print_clock_adjtime, NULL },
84*38860a03SAleksandar Markovic#endif
8533189d31Sths#ifdef TARGET_NR_clock_getres
8633189d31Sths{ TARGET_NR_clock_getres, "clock_getres" , NULL, NULL, NULL },
8733189d31Sths#endif
8833189d31Sths#ifdef TARGET_NR_clock_gettime
8933189d31Sths{ TARGET_NR_clock_gettime, "clock_gettime" , NULL, NULL, NULL },
9033189d31Sths#endif
9133189d31Sths#ifdef TARGET_NR_clock_nanosleep
9233189d31Sths{ TARGET_NR_clock_nanosleep, "clock_nanosleep" , NULL, NULL, NULL },
9333189d31Sths#endif
9433189d31Sths#ifdef TARGET_NR_clock_settime
9533189d31Sths{ TARGET_NR_clock_settime, "clock_settime" , NULL, NULL, NULL },
9633189d31Sths#endif
9733189d31Sths#ifdef TARGET_NR_clone
98608e5592SLaurent Vivier{ TARGET_NR_clone, "clone" , NULL, print_clone, NULL },
9933189d31Sths#endif
10033189d31Sths#ifdef TARGET_NR_close
10133189d31Sths{ TARGET_NR_close, "close" , "%s(%d)", NULL, NULL },
10233189d31Sths#endif
10333189d31Sths#ifdef TARGET_NR_connect
10433189d31Sths{ TARGET_NR_connect, "connect" , "%s(%d,%#x,%d)", NULL, NULL },
10533189d31Sths#endif
10633189d31Sths#ifdef TARGET_NR_creat
10774d753acSMika Westerberg{ TARGET_NR_creat, "creat" , NULL, print_creat, NULL },
10833189d31Sths#endif
10933189d31Sths#ifdef TARGET_NR_create_module
11033189d31Sths{ TARGET_NR_create_module, "create_module" , NULL, NULL, NULL },
11133189d31Sths#endif
11233189d31Sths#ifdef TARGET_NR_delete_module
11333189d31Sths{ TARGET_NR_delete_module, "delete_module" , NULL, NULL, NULL },
11433189d31Sths#endif
11533189d31Sths#ifdef TARGET_NR_dipc
11633189d31Sths{ TARGET_NR_dipc, "dipc" , NULL, NULL, NULL },
11733189d31Sths#endif
11833189d31Sths#ifdef TARGET_NR_dup
11933189d31Sths{ TARGET_NR_dup, "dup" , NULL, NULL, NULL },
12033189d31Sths#endif
12133189d31Sths#ifdef TARGET_NR_dup2
12233189d31Sths{ TARGET_NR_dup2, "dup2" , NULL, NULL, NULL },
12333189d31Sths#endif
12433189d31Sths#ifdef TARGET_NR_epoll_create
12533189d31Sths{ TARGET_NR_epoll_create, "epoll_create" , NULL, NULL, NULL },
12633189d31Sths#endif
1270fa82d39SPaul Burton#ifdef TARGET_NR_epoll_create1
1280fa82d39SPaul Burton{ TARGET_NR_epoll_create1, "epoll_create1" , NULL, NULL, NULL },
1290fa82d39SPaul Burton#endif
13033189d31Sths#ifdef TARGET_NR_epoll_ctl
13133189d31Sths{ TARGET_NR_epoll_ctl, "epoll_ctl" , NULL, NULL, NULL },
13233189d31Sths#endif
13333189d31Sths#ifdef TARGET_NR_epoll_ctl_old
13433189d31Sths{ TARGET_NR_epoll_ctl_old, "epoll_ctl_old" , NULL, NULL, NULL },
13533189d31Sths#endif
136fea55615SAleksandar Markovic#ifdef TARGET_NR_epoll_pwait
137fea55615SAleksandar Markovic{ TARGET_NR_epoll_pwait, "epoll_pwait" , NULL, NULL, NULL },
138fea55615SAleksandar Markovic#endif
13933189d31Sths#ifdef TARGET_NR_epoll_wait
14033189d31Sths{ TARGET_NR_epoll_wait, "epoll_wait" , NULL, NULL, NULL },
14133189d31Sths#endif
14233189d31Sths#ifdef TARGET_NR_epoll_wait_old
14333189d31Sths{ TARGET_NR_epoll_wait_old, "epoll_wait_old" , NULL, NULL, NULL },
14433189d31Sths#endif
145fea55615SAleksandar Markovic#ifdef TARGET_NR_eventfd
146fea55615SAleksandar Markovic{ TARGET_NR_eventfd, "eventfd" , NULL, NULL, NULL },
147fea55615SAleksandar Markovic#endif
148fea55615SAleksandar Markovic#ifdef TARGET_NR_eventfd2
149fea55615SAleksandar Markovic{ TARGET_NR_eventfd2, "eventfd2" , NULL, NULL, NULL },
150fea55615SAleksandar Markovic#endif
15133189d31Sths#ifdef TARGET_NR_execv
15274d753acSMika Westerberg{ TARGET_NR_execv, "execv" , NULL, print_execv, NULL },
15333189d31Sths#endif
15433189d31Sths#ifdef TARGET_NR_execve
15533189d31Sths{ TARGET_NR_execve, "execve" , NULL, print_execve, NULL },
15633189d31Sths#endif
157fea55615SAleksandar Markovic#ifdef TARGET_NR_execveat
158fea55615SAleksandar Markovic{ TARGET_NR_execveat, "execveat" , NULL, NULL, NULL },
159fea55615SAleksandar Markovic#endif
16033189d31Sths#ifdef TARGET_NR_exec_with_loader
16133189d31Sths{ TARGET_NR_exec_with_loader, "exec_with_loader" , NULL, NULL, NULL },
16233189d31Sths#endif
16333189d31Sths#ifdef TARGET_NR_exit
16433189d31Sths{ TARGET_NR_exit, "exit" , "%s(%d)\n", NULL, NULL },
16533189d31Sths#endif
16633189d31Sths#ifdef TARGET_NR__exit
16733189d31Sths{ TARGET_NR__exit, "_exit" , "%s(%d)\n", NULL, NULL },
16833189d31Sths#endif
16933189d31Sths#ifdef TARGET_NR_exit_group
17033189d31Sths{ TARGET_NR_exit_group, "exit_group" , "%s(%d)\n", NULL, NULL },
17133189d31Sths#endif
17233189d31Sths#ifdef TARGET_NR_faccessat
17374d753acSMika Westerberg{ TARGET_NR_faccessat, "faccessat" , NULL, print_faccessat, NULL },
17433189d31Sths#endif
17533189d31Sths#ifdef TARGET_NR_fadvise64
17633189d31Sths{ TARGET_NR_fadvise64, "fadvise64" , NULL, NULL, NULL },
17733189d31Sths#endif
17833189d31Sths#ifdef TARGET_NR_fadvise64_64
17933189d31Sths{ TARGET_NR_fadvise64_64, "fadvise64_64" , NULL, NULL, NULL },
18033189d31Sths#endif
181fea55615SAleksandar Markovic#ifdef TARGET_NR_fallocate
182fea55615SAleksandar Markovic{ TARGET_NR_fallocate, "fallocate" , NULL, NULL, NULL },
183fea55615SAleksandar Markovic#endif
184fea55615SAleksandar Markovic#ifdef TARGET_NR_fanotify_init
185fea55615SAleksandar Markovic{ TARGET_NR_fanotify_init, "fanotify_init" , NULL, NULL, NULL },
186fea55615SAleksandar Markovic#endif
187fea55615SAleksandar Markovic#ifdef TARGET_NR_fanotify_mark
188fea55615SAleksandar Markovic{ TARGET_NR_fanotify_mark, "fanotify_mark" , NULL, NULL, NULL },
189fea55615SAleksandar Markovic#endif
19033189d31Sths#ifdef TARGET_NR_fchdir
19133189d31Sths{ TARGET_NR_fchdir, "fchdir" , NULL, NULL, NULL },
19233189d31Sths#endif
19333189d31Sths#ifdef TARGET_NR_fchmod
19433189d31Sths{ TARGET_NR_fchmod, "fchmod" , "%s(%d,%#o)", NULL, NULL },
19533189d31Sths#endif
19633189d31Sths#ifdef TARGET_NR_fchmodat
19774d753acSMika Westerberg{ TARGET_NR_fchmodat, "fchmodat" , NULL, print_fchmodat, NULL },
19833189d31Sths#endif
19933189d31Sths#ifdef TARGET_NR_fchown
20074d753acSMika Westerberg{ TARGET_NR_fchown, "fchown" , "%s(%d,%d,%d)", NULL, NULL },
20133189d31Sths#endif
20233189d31Sths#ifdef TARGET_NR_fchown32
20333189d31Sths{ TARGET_NR_fchown32, "fchown32" , NULL, NULL, NULL },
20433189d31Sths#endif
20533189d31Sths#ifdef TARGET_NR_fchownat
20674d753acSMika Westerberg{ TARGET_NR_fchownat, "fchownat" , NULL, print_fchownat, NULL },
20733189d31Sths#endif
20833189d31Sths#ifdef TARGET_NR_fcntl
20974d753acSMika Westerberg{ TARGET_NR_fcntl, "fcntl" , NULL, print_fcntl, NULL },
21033189d31Sths#endif
21133189d31Sths#ifdef TARGET_NR_fcntl64
21274d753acSMika Westerberg{ TARGET_NR_fcntl64, "fcntl64" , NULL, print_fcntl64, NULL },
21333189d31Sths#endif
21433189d31Sths#ifdef TARGET_NR_fdatasync
21533189d31Sths{ TARGET_NR_fdatasync, "fdatasync" , NULL, NULL, NULL },
21633189d31Sths#endif
21733189d31Sths#ifdef TARGET_NR_fgetxattr
21833189d31Sths{ TARGET_NR_fgetxattr, "fgetxattr" , NULL, NULL, NULL },
21933189d31Sths#endif
220fea55615SAleksandar Markovic#ifdef TARGET_NR_finit_module
221fea55615SAleksandar Markovic{ TARGET_NR_finit_module, "finit_module" , NULL, NULL, NULL },
222fea55615SAleksandar Markovic#endif
22333189d31Sths#ifdef TARGET_NR_flistxattr
22433189d31Sths{ TARGET_NR_flistxattr, "flistxattr" , NULL, NULL, NULL },
22533189d31Sths#endif
22633189d31Sths#ifdef TARGET_NR_flock
22733189d31Sths{ TARGET_NR_flock, "flock" , NULL, NULL, NULL },
22833189d31Sths#endif
22933189d31Sths#ifdef TARGET_NR_fork
23033189d31Sths{ TARGET_NR_fork, "fork" , "%s()", NULL, NULL },
23133189d31Sths#endif
23233189d31Sths#ifdef TARGET_NR_fremovexattr
23333189d31Sths{ TARGET_NR_fremovexattr, "fremovexattr" , NULL, NULL, NULL },
23433189d31Sths#endif
23533189d31Sths#ifdef TARGET_NR_fsetxattr
23633189d31Sths{ TARGET_NR_fsetxattr, "fsetxattr" , NULL, NULL, NULL },
23733189d31Sths#endif
23833189d31Sths#ifdef TARGET_NR_fstat
23974d753acSMika Westerberg{ TARGET_NR_fstat, "fstat" , NULL, print_fstat, NULL },
24033189d31Sths#endif
24133189d31Sths#ifdef TARGET_NR_fstat64
24274d753acSMika Westerberg{ TARGET_NR_fstat64, "fstat64" , NULL, print_fstat64, NULL },
24333189d31Sths#endif
24433189d31Sths#ifdef TARGET_NR_fstatfs
24533189d31Sths{ TARGET_NR_fstatfs, "fstatfs" , "%s(%d,%p)", NULL, NULL },
24633189d31Sths#endif
24733189d31Sths#ifdef TARGET_NR_fstatfs64
24833189d31Sths{ TARGET_NR_fstatfs64, "fstatfs64" , "%s(%d,%p)", NULL, NULL },
24933189d31Sths#endif
25033189d31Sths#ifdef TARGET_NR_fsync
25133189d31Sths{ TARGET_NR_fsync, "fsync" , NULL, NULL, NULL },
25233189d31Sths#endif
25333189d31Sths#ifdef TARGET_NR_ftime
25433189d31Sths{ TARGET_NR_ftime, "ftime" , NULL, NULL, NULL },
25533189d31Sths#endif
25633189d31Sths#ifdef TARGET_NR_ftruncate
25733189d31Sths{ TARGET_NR_ftruncate, "ftruncate" , NULL, NULL, NULL },
25833189d31Sths#endif
25933189d31Sths#ifdef TARGET_NR_ftruncate64
26033189d31Sths{ TARGET_NR_ftruncate64, "ftruncate64" , NULL, NULL, NULL },
26133189d31Sths#endif
26233189d31Sths#ifdef TARGET_NR_futex
26374d753acSMika Westerberg{ TARGET_NR_futex, "futex" , NULL, print_futex, NULL },
26433189d31Sths#endif
26533189d31Sths#ifdef TARGET_NR_futimesat
26674d753acSMika Westerberg{ TARGET_NR_futimesat, "futimesat" , NULL, print_futimesat, NULL },
26733189d31Sths#endif
268fea55615SAleksandar Markovic#ifdef TARGET_NR_getcpu
269fea55615SAleksandar Markovic{ TARGET_NR_getcpu, "getcpu" , "%s(%p,%d)", NULL, NULL },
270fea55615SAleksandar Markovic#endif
27133189d31Sths#ifdef TARGET_NR_getcwd
27233189d31Sths{ TARGET_NR_getcwd, "getcwd" , "%s(%p,%d)", NULL, NULL },
27333189d31Sths#endif
27433189d31Sths#ifdef TARGET_NR_getdents
27533189d31Sths{ TARGET_NR_getdents, "getdents" , NULL, NULL, NULL },
27633189d31Sths#endif
27733189d31Sths#ifdef TARGET_NR_getdents64
27833189d31Sths{ TARGET_NR_getdents64, "getdents64" , NULL, NULL, NULL },
27933189d31Sths#endif
28033189d31Sths#ifdef TARGET_NR_getdomainname
28133189d31Sths{ TARGET_NR_getdomainname, "getdomainname" , NULL, NULL, NULL },
28233189d31Sths#endif
28333189d31Sths#ifdef TARGET_NR_getdtablesize
28433189d31Sths{ TARGET_NR_getdtablesize, "getdtablesize" , NULL, NULL, NULL },
28533189d31Sths#endif
28633189d31Sths#ifdef TARGET_NR_getegid
28733189d31Sths{ TARGET_NR_getegid, "getegid" , NULL, NULL, NULL },
28833189d31Sths#endif
28933189d31Sths#ifdef TARGET_NR_getegid32
29033189d31Sths{ TARGET_NR_getegid32, "getegid32" , NULL, NULL, NULL },
29133189d31Sths#endif
29233189d31Sths#ifdef TARGET_NR_geteuid
29333189d31Sths{ TARGET_NR_geteuid, "geteuid" , NULL, NULL, NULL },
29433189d31Sths#endif
29533189d31Sths#ifdef TARGET_NR_geteuid32
29633189d31Sths{ TARGET_NR_geteuid32, "geteuid32" , NULL, NULL, NULL },
29733189d31Sths#endif
29833189d31Sths#ifdef TARGET_NR_getgid
29933189d31Sths{ TARGET_NR_getgid, "getgid" , NULL, NULL, NULL },
30033189d31Sths#endif
30133189d31Sths#ifdef TARGET_NR_getgid32
30233189d31Sths{ TARGET_NR_getgid32, "getgid32" , NULL, NULL, NULL },
30333189d31Sths#endif
30433189d31Sths#ifdef TARGET_NR_getgroups
30533189d31Sths{ TARGET_NR_getgroups, "getgroups" , NULL, NULL, NULL },
30633189d31Sths#endif
30733189d31Sths#ifdef TARGET_NR_getgroups32
30833189d31Sths{ TARGET_NR_getgroups32, "getgroups32" , NULL, NULL, NULL },
30933189d31Sths#endif
31033189d31Sths#ifdef TARGET_NR_gethostname
31133189d31Sths{ TARGET_NR_gethostname, "gethostname" , NULL, NULL, NULL },
31233189d31Sths#endif
31333189d31Sths#ifdef TARGET_NR_getitimer
31433189d31Sths{ TARGET_NR_getitimer, "getitimer" , NULL, NULL, NULL },
31533189d31Sths#endif
31633189d31Sths#ifdef TARGET_NR_get_kernel_syms
31733189d31Sths{ TARGET_NR_get_kernel_syms, "get_kernel_syms" , NULL, NULL, NULL },
31833189d31Sths#endif
31933189d31Sths#ifdef TARGET_NR_get_mempolicy
32033189d31Sths{ TARGET_NR_get_mempolicy, "get_mempolicy" , NULL, NULL, NULL },
32133189d31Sths#endif
32233189d31Sths#ifdef TARGET_NR_getpagesize
32333189d31Sths{ TARGET_NR_getpagesize, "getpagesize" , NULL, NULL, NULL },
32433189d31Sths#endif
32533189d31Sths#ifdef TARGET_NR_getpeername
32633189d31Sths{ TARGET_NR_getpeername, "getpeername" , NULL, NULL, NULL },
32733189d31Sths#endif
32833189d31Sths#ifdef TARGET_NR_getpgid
32933189d31Sths{ TARGET_NR_getpgid, "getpgid" , NULL, NULL, NULL },
33033189d31Sths#endif
33133189d31Sths#ifdef TARGET_NR_getpgrp
33233189d31Sths{ TARGET_NR_getpgrp, "getpgrp" , NULL, NULL, NULL },
33333189d31Sths#endif
33433189d31Sths#ifdef TARGET_NR_getpid
335608e5592SLaurent Vivier{ TARGET_NR_getpid, "getpid" , "%s()", NULL, NULL },
33633189d31Sths#endif
33733189d31Sths#ifdef TARGET_NR_getpmsg
33833189d31Sths{ TARGET_NR_getpmsg, "getpmsg" , NULL, NULL, NULL },
33933189d31Sths#endif
34033189d31Sths#ifdef TARGET_NR_getppid
34133189d31Sths{ TARGET_NR_getppid, "getppid" , NULL, NULL, NULL },
34233189d31Sths#endif
34333189d31Sths#ifdef TARGET_NR_getpriority
34433189d31Sths{ TARGET_NR_getpriority, "getpriority", "%s(%#x,%#x)", NULL, NULL },
34533189d31Sths#endif
346fea55615SAleksandar Markovic#ifdef TARGET_NR_getrandom
347fea55615SAleksandar Markovic{ TARGET_NR_getrandom, "getrandom", NULL, NULL, NULL },
348fea55615SAleksandar Markovic#endif
34933189d31Sths#ifdef TARGET_NR_getresgid
35033189d31Sths{ TARGET_NR_getresgid, "getresgid" , NULL, NULL, NULL },
35133189d31Sths#endif
35233189d31Sths#ifdef TARGET_NR_getresgid32
35333189d31Sths{ TARGET_NR_getresgid32, "getresgid32" , NULL, NULL, NULL },
35433189d31Sths#endif
35533189d31Sths#ifdef TARGET_NR_getresuid
35633189d31Sths{ TARGET_NR_getresuid, "getresuid" , NULL, NULL, NULL },
35733189d31Sths#endif
35833189d31Sths#ifdef TARGET_NR_getresuid32
35933189d31Sths{ TARGET_NR_getresuid32, "getresuid32" , NULL, NULL, NULL },
36033189d31Sths#endif
36133189d31Sths#ifdef TARGET_NR_getrlimit
36233189d31Sths{ TARGET_NR_getrlimit, "getrlimit" , NULL, NULL, NULL },
36333189d31Sths#endif
36433189d31Sths#ifdef TARGET_NR_get_robust_list
36533189d31Sths{ TARGET_NR_get_robust_list, "get_robust_list" , NULL, NULL, NULL },
36633189d31Sths#endif
36733189d31Sths#ifdef TARGET_NR_getrusage
36833189d31Sths{ TARGET_NR_getrusage, "getrusage" , NULL, NULL, NULL },
36933189d31Sths#endif
37033189d31Sths#ifdef TARGET_NR_getsid
37133189d31Sths{ TARGET_NR_getsid, "getsid" , NULL, NULL, NULL },
37233189d31Sths#endif
37333189d31Sths#ifdef TARGET_NR_getsockname
37433189d31Sths{ TARGET_NR_getsockname, "getsockname" , NULL, NULL, NULL },
37533189d31Sths#endif
37633189d31Sths#ifdef TARGET_NR_getsockopt
37733189d31Sths{ TARGET_NR_getsockopt, "getsockopt" , NULL, NULL, NULL },
37833189d31Sths#endif
37933189d31Sths#ifdef TARGET_NR_get_thread_area
3809a6309e7SLaurent Vivier{ TARGET_NR_get_thread_area, "get_thread_area", "%s(0x"TARGET_ABI_FMT_lx")",
3819a6309e7SLaurent Vivier  NULL, NULL },
38233189d31Sths#endif
38333189d31Sths#ifdef TARGET_NR_gettid
38433189d31Sths{ TARGET_NR_gettid, "gettid" , NULL, NULL, NULL },
38533189d31Sths#endif
38633189d31Sths#ifdef TARGET_NR_gettimeofday
38733189d31Sths{ TARGET_NR_gettimeofday, "gettimeofday" , NULL, NULL, NULL },
38833189d31Sths#endif
38933189d31Sths#ifdef TARGET_NR_getuid
39033189d31Sths{ TARGET_NR_getuid, "getuid" , NULL, NULL, NULL },
39133189d31Sths#endif
39233189d31Sths#ifdef TARGET_NR_getuid32
39333189d31Sths{ TARGET_NR_getuid32, "getuid32" , NULL, NULL, NULL },
39433189d31Sths#endif
39533189d31Sths#ifdef TARGET_NR_getxattr
39633189d31Sths{ TARGET_NR_getxattr, "getxattr" , NULL, NULL, NULL },
39733189d31Sths#endif
39833189d31Sths#ifdef TARGET_NR_getxgid
39933189d31Sths{ TARGET_NR_getxgid, "getxgid" , NULL, NULL, NULL },
40033189d31Sths#endif
40133189d31Sths#ifdef TARGET_NR_getxpid
40233189d31Sths{ TARGET_NR_getxpid, "getxpid" , NULL, NULL, NULL },
40333189d31Sths#endif
40433189d31Sths#ifdef TARGET_NR_getxuid
40533189d31Sths{ TARGET_NR_getxuid, "getxuid" , NULL, NULL, NULL },
40633189d31Sths#endif
40733189d31Sths#ifdef TARGET_NR_gtty
40833189d31Sths{ TARGET_NR_gtty, "gtty" , NULL, NULL, NULL },
40933189d31Sths#endif
41033189d31Sths#ifdef TARGET_NR_idle
41133189d31Sths{ TARGET_NR_idle, "idle" , NULL, NULL, NULL },
41233189d31Sths#endif
41333189d31Sths#ifdef TARGET_NR_init_module
41433189d31Sths{ TARGET_NR_init_module, "init_module" , NULL, NULL, NULL },
41533189d31Sths#endif
41633189d31Sths#ifdef TARGET_NR_inotify_add_watch
41733189d31Sths{ TARGET_NR_inotify_add_watch, "inotify_add_watch" , NULL, NULL, NULL },
41833189d31Sths#endif
41933189d31Sths#ifdef TARGET_NR_inotify_init
42033189d31Sths{ TARGET_NR_inotify_init, "inotify_init" , NULL, NULL, NULL },
42133189d31Sths#endif
422fea55615SAleksandar Markovic#ifdef TARGET_NR_inotify_init1
423fea55615SAleksandar Markovic{ TARGET_NR_inotify_init1, "inotify_init1" , NULL, NULL, NULL },
424fea55615SAleksandar Markovic#endif
42533189d31Sths#ifdef TARGET_NR_inotify_rm_watch
42633189d31Sths{ TARGET_NR_inotify_rm_watch, "inotify_rm_watch" , NULL, NULL, NULL },
42733189d31Sths#endif
42833189d31Sths#ifdef TARGET_NR_io_cancel
42933189d31Sths{ TARGET_NR_io_cancel, "io_cancel" , NULL, NULL, NULL },
43033189d31Sths#endif
43133189d31Sths#ifdef TARGET_NR_ioctl
43233189d31Sths{ TARGET_NR_ioctl, "ioctl" , NULL, NULL, NULL },
43333189d31Sths#endif
43433189d31Sths#ifdef TARGET_NR_io_destroy
43533189d31Sths{ TARGET_NR_io_destroy, "io_destroy" , NULL, NULL, NULL },
43633189d31Sths#endif
43733189d31Sths#ifdef TARGET_NR_io_getevents
43833189d31Sths{ TARGET_NR_io_getevents, "io_getevents" , NULL, NULL, NULL },
43933189d31Sths#endif
44033189d31Sths#ifdef TARGET_NR_ioperm
44133189d31Sths{ TARGET_NR_ioperm, "ioperm" , NULL, NULL, NULL },
44233189d31Sths#endif
44333189d31Sths#ifdef TARGET_NR_iopl
44433189d31Sths{ TARGET_NR_iopl, "iopl" , NULL, NULL, NULL },
44533189d31Sths#endif
44633189d31Sths#ifdef TARGET_NR_ioprio_get
44733189d31Sths{ TARGET_NR_ioprio_get, "ioprio_get" , NULL, NULL, NULL },
44833189d31Sths#endif
44933189d31Sths#ifdef TARGET_NR_ioprio_set
45033189d31Sths{ TARGET_NR_ioprio_set, "ioprio_set" , NULL, NULL, NULL },
45133189d31Sths#endif
45233189d31Sths#ifdef TARGET_NR_io_setup
45333189d31Sths{ TARGET_NR_io_setup, "io_setup" , NULL, NULL, NULL },
45433189d31Sths#endif
45533189d31Sths#ifdef TARGET_NR_io_submit
45633189d31Sths{ TARGET_NR_io_submit, "io_submit" , NULL, NULL, NULL },
45733189d31Sths#endif
45833189d31Sths#ifdef TARGET_NR_ipc
45933189d31Sths{ TARGET_NR_ipc, "ipc" , NULL, print_ipc, NULL },
46033189d31Sths#endif
461fea55615SAleksandar Markovic#ifdef TARGET_NR_kcmp
462fea55615SAleksandar Markovic{ TARGET_NR_kcmp, "kcmp" , NULL, NULL, NULL },
463fea55615SAleksandar Markovic#endif
46433189d31Sths#ifdef TARGET_NR_kexec_load
46533189d31Sths{ TARGET_NR_kexec_load, "kexec_load" , NULL, NULL, NULL },
46633189d31Sths#endif
46733189d31Sths#ifdef TARGET_NR_keyctl
46833189d31Sths{ TARGET_NR_keyctl, "keyctl" , NULL, NULL, NULL },
46933189d31Sths#endif
47033189d31Sths#ifdef TARGET_NR_kill
471608e5592SLaurent Vivier{ TARGET_NR_kill, "kill", NULL, print_kill, NULL },
47233189d31Sths#endif
47333189d31Sths#ifdef TARGET_NR_lchown
47433189d31Sths{ TARGET_NR_lchown, "lchown" , NULL, NULL, NULL },
47533189d31Sths#endif
47633189d31Sths#ifdef TARGET_NR_lchown32
47733189d31Sths{ TARGET_NR_lchown32, "lchown32" , NULL, NULL, NULL },
47833189d31Sths#endif
47933189d31Sths#ifdef TARGET_NR_lgetxattr
48033189d31Sths{ TARGET_NR_lgetxattr, "lgetxattr" , NULL, NULL, NULL },
48133189d31Sths#endif
48233189d31Sths#ifdef TARGET_NR_link
48374d753acSMika Westerberg{ TARGET_NR_link, "link" , NULL, print_link, NULL },
48433189d31Sths#endif
48533189d31Sths#ifdef TARGET_NR_linkat
48674d753acSMika Westerberg{ TARGET_NR_linkat, "linkat" , NULL, print_linkat, NULL },
48733189d31Sths#endif
48833189d31Sths#ifdef TARGET_NR_Linux
48933189d31Sths{ TARGET_NR_Linux, "Linux" , NULL, NULL, NULL },
49033189d31Sths#endif
49133189d31Sths#ifdef TARGET_NR_listen
49233189d31Sths{ TARGET_NR_listen, "listen" , NULL, NULL, NULL },
49333189d31Sths#endif
49433189d31Sths#ifdef TARGET_NR_listxattr
49533189d31Sths{ TARGET_NR_listxattr, "listxattr" , NULL, NULL, NULL },
49633189d31Sths#endif
49733189d31Sths#ifdef TARGET_NR_llistxattr
49833189d31Sths{ TARGET_NR_llistxattr, "llistxattr" , NULL, NULL, NULL },
49933189d31Sths#endif
50033189d31Sths#ifdef TARGET_NR__llseek
501608e5592SLaurent Vivier{ TARGET_NR__llseek, "_llseek" , NULL, print__llseek, NULL },
50233189d31Sths#endif
50333189d31Sths#ifdef TARGET_NR_lock
50433189d31Sths{ TARGET_NR_lock, "lock" , NULL, NULL, NULL },
50533189d31Sths#endif
50633189d31Sths#ifdef TARGET_NR_lookup_dcookie
50733189d31Sths{ TARGET_NR_lookup_dcookie, "lookup_dcookie" , NULL, NULL, NULL },
50833189d31Sths#endif
50933189d31Sths#ifdef TARGET_NR_lremovexattr
51033189d31Sths{ TARGET_NR_lremovexattr, "lremovexattr" , NULL, NULL, NULL },
51133189d31Sths#endif
51233189d31Sths#ifdef TARGET_NR_lseek
51333189d31Sths{ TARGET_NR_lseek, "lseek" , NULL, NULL, NULL },
51433189d31Sths#endif
51533189d31Sths#ifdef TARGET_NR_lsetxattr
51633189d31Sths{ TARGET_NR_lsetxattr, "lsetxattr" , NULL, NULL, NULL },
51733189d31Sths#endif
51833189d31Sths#ifdef TARGET_NR_lstat
51974d753acSMika Westerberg{ TARGET_NR_lstat, "lstat" , NULL, print_lstat, NULL },
52033189d31Sths#endif
52133189d31Sths#ifdef TARGET_NR_lstat64
52274d753acSMika Westerberg{ TARGET_NR_lstat64, "lstat64" , NULL, print_lstat64, NULL },
52333189d31Sths#endif
52433189d31Sths#ifdef TARGET_NR_madvise
52533189d31Sths{ TARGET_NR_madvise, "madvise" , NULL, NULL, NULL },
52633189d31Sths#endif
52733189d31Sths#ifdef TARGET_NR_madvise1
52833189d31Sths{ TARGET_NR_madvise1, "madvise1" , NULL, NULL, NULL },
52933189d31Sths#endif
53033189d31Sths#ifdef TARGET_NR_mbind
53133189d31Sths{ TARGET_NR_mbind, "mbind" , NULL, NULL, NULL },
53233189d31Sths#endif
533fea55615SAleksandar Markovic#ifdef TARGET_NR_membarrier
534fea55615SAleksandar Markovic{ TARGET_NR_membarrier, "membarrier" , NULL, NULL, NULL },
535fea55615SAleksandar Markovic#endif
536fea55615SAleksandar Markovic#ifdef TARGET_NR_memfd_create
537fea55615SAleksandar Markovic{ TARGET_NR_memfd_create, "memfd_create" , NULL, NULL, NULL },
538fea55615SAleksandar Markovic#endif
53933189d31Sths#ifdef TARGET_NR_memory_ordering
54033189d31Sths{ TARGET_NR_memory_ordering, "memory_ordering" , NULL, NULL, NULL },
54133189d31Sths#endif
54233189d31Sths#ifdef TARGET_NR_migrate_pages
54333189d31Sths{ TARGET_NR_migrate_pages, "migrate_pages" , NULL, NULL, NULL },
54433189d31Sths#endif
54533189d31Sths#ifdef TARGET_NR_mincore
54633189d31Sths{ TARGET_NR_mincore, "mincore" , NULL, NULL, NULL },
54733189d31Sths#endif
54833189d31Sths#ifdef TARGET_NR_mkdir
54974d753acSMika Westerberg{ TARGET_NR_mkdir, "mkdir" , NULL, print_mkdir, NULL },
55033189d31Sths#endif
55133189d31Sths#ifdef TARGET_NR_mkdirat
55274d753acSMika Westerberg{ TARGET_NR_mkdirat, "mkdirat" , NULL, print_mkdirat, NULL },
55333189d31Sths#endif
5544de596cbSLaurent Vivier#ifdef TARGET_NR_rmdir
5554de596cbSLaurent Vivier{ TARGET_NR_rmdir, "rmdir" , NULL, print_rmdir, NULL },
5564de596cbSLaurent Vivier#endif
55733189d31Sths#ifdef TARGET_NR_mknod
55874d753acSMika Westerberg{ TARGET_NR_mknod, "mknod" , NULL, print_mknod, NULL },
55933189d31Sths#endif
56033189d31Sths#ifdef TARGET_NR_mknodat
56174d753acSMika Westerberg{ TARGET_NR_mknodat, "mknodat" , NULL, print_mknodat, NULL },
56233189d31Sths#endif
56333189d31Sths#ifdef TARGET_NR_mlock
56433189d31Sths{ TARGET_NR_mlock, "mlock" , NULL, NULL, NULL },
56533189d31Sths#endif
566fea55615SAleksandar Markovic#ifdef TARGET_NR_mlock2
567fea55615SAleksandar Markovic{ TARGET_NR_mlock2, "mlock2" , NULL, NULL, NULL },
568fea55615SAleksandar Markovic#endif
56933189d31Sths#ifdef TARGET_NR_mlockall
57033189d31Sths{ TARGET_NR_mlockall, "mlockall" , NULL, NULL, NULL },
57133189d31Sths#endif
57233189d31Sths#ifdef TARGET_NR_mmap
57374d753acSMika Westerberg{ TARGET_NR_mmap, "mmap" , NULL, print_mmap, print_syscall_ret_addr },
57433189d31Sths#endif
57533189d31Sths#ifdef TARGET_NR_mmap2
57674d753acSMika Westerberg{ TARGET_NR_mmap2, "mmap2" , NULL, print_mmap2, print_syscall_ret_addr },
57733189d31Sths#endif
57833189d31Sths#ifdef TARGET_NR_modify_ldt
57933189d31Sths{ TARGET_NR_modify_ldt, "modify_ldt" , NULL, NULL, NULL },
58033189d31Sths#endif
58133189d31Sths#ifdef TARGET_NR_mount
58274d753acSMika Westerberg{ TARGET_NR_mount, "mount" , NULL, print_mount, NULL },
58333189d31Sths#endif
58433189d31Sths#ifdef TARGET_NR_move_pages
58533189d31Sths{ TARGET_NR_move_pages, "move_pages" , NULL, NULL, NULL },
58633189d31Sths#endif
58733189d31Sths#ifdef TARGET_NR_mprotect
58874d753acSMika Westerberg{ TARGET_NR_mprotect, "mprotect" , NULL, print_mprotect, NULL },
58933189d31Sths#endif
59033189d31Sths#ifdef TARGET_NR_mpx
59133189d31Sths{ TARGET_NR_mpx, "mpx" , NULL, NULL, NULL },
59233189d31Sths#endif
59333189d31Sths#ifdef TARGET_NR_mq_getsetattr
59424e1003aSaurel32{ TARGET_NR_mq_getsetattr, "mq_getsetattr" , "%s(%d,%p,%p)", NULL, NULL },
59533189d31Sths#endif
59633189d31Sths#ifdef TARGET_NR_mq_notify
59724e1003aSaurel32{ TARGET_NR_mq_notify, "mq_notify" , "%s(%d,%p)", NULL, NULL },
59833189d31Sths#endif
59933189d31Sths#ifdef TARGET_NR_mq_open
60074d753acSMika Westerberg{ TARGET_NR_mq_open, "mq_open" , NULL, print_mq_open, NULL },
60133189d31Sths#endif
60233189d31Sths#ifdef TARGET_NR_mq_timedreceive
60324e1003aSaurel32{ TARGET_NR_mq_timedreceive, "mq_timedreceive" , "%s(%d,%p,%d,%u,%p)", NULL, NULL },
60433189d31Sths#endif
60533189d31Sths#ifdef TARGET_NR_mq_timedsend
60624e1003aSaurel32{ TARGET_NR_mq_timedsend, "mq_timedsend" , "%s(%d,%p,%d,%u,%p)", NULL, NULL },
60733189d31Sths#endif
60833189d31Sths#ifdef TARGET_NR_mq_unlink
60974d753acSMika Westerberg{ TARGET_NR_mq_unlink, "mq_unlink" , NULL, print_mq_unlink, NULL },
61033189d31Sths#endif
61133189d31Sths#ifdef TARGET_NR_mremap
61233189d31Sths{ TARGET_NR_mremap, "mremap" , NULL, NULL, NULL },
61333189d31Sths#endif
61433189d31Sths#ifdef TARGET_NR_msgctl
61533189d31Sths{ TARGET_NR_msgctl, "msgctl" , NULL, NULL, NULL },
61633189d31Sths#endif
61733189d31Sths#ifdef TARGET_NR_msgget
61833189d31Sths{ TARGET_NR_msgget, "msgget" , NULL, NULL, NULL },
61933189d31Sths#endif
62033189d31Sths#ifdef TARGET_NR_msgrcv
62133189d31Sths{ TARGET_NR_msgrcv, "msgrcv" , NULL, NULL, NULL },
62233189d31Sths#endif
62333189d31Sths#ifdef TARGET_NR_msgsnd
62433189d31Sths{ TARGET_NR_msgsnd, "msgsnd" , NULL, NULL, NULL },
62533189d31Sths#endif
62633189d31Sths#ifdef TARGET_NR_msync
62733189d31Sths{ TARGET_NR_msync, "msync" , NULL, NULL, NULL },
62833189d31Sths#endif
62933189d31Sths#ifdef TARGET_NR_multiplexer
63033189d31Sths{ TARGET_NR_multiplexer, "multiplexer" , NULL, NULL, NULL },
63133189d31Sths#endif
63233189d31Sths#ifdef TARGET_NR_munlock
63333189d31Sths{ TARGET_NR_munlock, "munlock" , NULL, NULL, NULL },
63433189d31Sths#endif
63533189d31Sths#ifdef TARGET_NR_munlockall
63633189d31Sths{ TARGET_NR_munlockall, "munlockall" , NULL, NULL, NULL },
63733189d31Sths#endif
63833189d31Sths#ifdef TARGET_NR_munmap
63974d753acSMika Westerberg{ TARGET_NR_munmap, "munmap" , NULL, print_munmap, NULL },
64033189d31Sths#endif
641fea55615SAleksandar Markovic#ifdef TARGET_NR_name_to_handle_at
642fea55615SAleksandar Markovic{ TARGET_NR_name_to_handle_at, "name_to_handle_at" , NULL, NULL, NULL },
643fea55615SAleksandar Markovic#endif
64433189d31Sths#ifdef TARGET_NR_nanosleep
64533189d31Sths{ TARGET_NR_nanosleep, "nanosleep" , NULL, NULL, NULL },
64633189d31Sths#endif
64733189d31Sths#ifdef TARGET_NR_fstatat64
64874d753acSMika Westerberg{ TARGET_NR_fstatat64, "fstatat64" , NULL, print_fstatat64, NULL },
64933189d31Sths#endif
65033189d31Sths#ifdef TARGET_NR_newfstatat
65174d753acSMika Westerberg{ TARGET_NR_newfstatat, "newfstatat" , NULL, print_newfstatat, NULL },
65233189d31Sths#endif
65333189d31Sths#ifdef TARGET_NR__newselect
65433189d31Sths{ TARGET_NR__newselect, "_newselect" , NULL, print_newselect, print_syscall_ret_newselect },
65533189d31Sths#endif
65633189d31Sths#ifdef TARGET_NR_nfsservctl
65733189d31Sths{ TARGET_NR_nfsservctl, "nfsservctl" , NULL, NULL, NULL },
65833189d31Sths#endif
65933189d31Sths#ifdef TARGET_NR_nice
66033189d31Sths{ TARGET_NR_nice, "nice" , NULL, NULL, NULL },
66133189d31Sths#endif
66233189d31Sths#ifdef TARGET_NR_old_adjtimex
66333189d31Sths{ TARGET_NR_old_adjtimex, "old_adjtimex" , NULL, NULL, NULL },
66433189d31Sths#endif
66533189d31Sths#ifdef TARGET_NR_oldfstat
66633189d31Sths{ TARGET_NR_oldfstat, "oldfstat" , NULL, NULL, NULL },
66733189d31Sths#endif
66833189d31Sths#ifdef TARGET_NR_oldlstat
66933189d31Sths{ TARGET_NR_oldlstat, "oldlstat" , NULL, NULL, NULL },
67033189d31Sths#endif
67133189d31Sths#ifdef TARGET_NR_oldolduname
67233189d31Sths{ TARGET_NR_oldolduname, "oldolduname" , NULL, NULL, NULL },
67333189d31Sths#endif
67433189d31Sths#ifdef TARGET_NR_oldstat
67533189d31Sths{ TARGET_NR_oldstat, "oldstat" , NULL, NULL, NULL },
67633189d31Sths#endif
67733189d31Sths#ifdef TARGET_NR_olduname
67833189d31Sths{ TARGET_NR_olduname, "olduname" , NULL, NULL, NULL },
67933189d31Sths#endif
68033189d31Sths#ifdef TARGET_NR_open
68174d753acSMika Westerberg{ TARGET_NR_open, "open" , NULL, print_open, NULL },
68233189d31Sths#endif
68333189d31Sths#ifdef TARGET_NR_openat
68474d753acSMika Westerberg{ TARGET_NR_openat, "openat" , NULL, print_openat, NULL },
68533189d31Sths#endif
68633189d31Sths#ifdef TARGET_NR_osf_adjtime
68733189d31Sths{ TARGET_NR_osf_adjtime, "osf_adjtime" , NULL, NULL, NULL },
68833189d31Sths#endif
68933189d31Sths#ifdef TARGET_NR_osf_afs_syscall
69033189d31Sths{ TARGET_NR_osf_afs_syscall, "osf_afs_syscall" , NULL, NULL, NULL },
69133189d31Sths#endif
69233189d31Sths#ifdef TARGET_NR_osf_alt_plock
69333189d31Sths{ TARGET_NR_osf_alt_plock, "osf_alt_plock" , NULL, NULL, NULL },
69433189d31Sths#endif
69533189d31Sths#ifdef TARGET_NR_osf_alt_setsid
69633189d31Sths{ TARGET_NR_osf_alt_setsid, "osf_alt_setsid" , NULL, NULL, NULL },
69733189d31Sths#endif
69833189d31Sths#ifdef TARGET_NR_osf_alt_sigpending
69933189d31Sths{ TARGET_NR_osf_alt_sigpending, "osf_alt_sigpending" , NULL, NULL, NULL },
70033189d31Sths#endif
70133189d31Sths#ifdef TARGET_NR_osf_asynch_daemon
70233189d31Sths{ TARGET_NR_osf_asynch_daemon, "osf_asynch_daemon" , NULL, NULL, NULL },
70333189d31Sths#endif
70433189d31Sths#ifdef TARGET_NR_osf_audcntl
70533189d31Sths{ TARGET_NR_osf_audcntl, "osf_audcntl" , NULL, NULL, NULL },
70633189d31Sths#endif
70733189d31Sths#ifdef TARGET_NR_osf_audgen
70833189d31Sths{ TARGET_NR_osf_audgen, "osf_audgen" , NULL, NULL, NULL },
70933189d31Sths#endif
71033189d31Sths#ifdef TARGET_NR_osf_chflags
71133189d31Sths{ TARGET_NR_osf_chflags, "osf_chflags" , NULL, NULL, NULL },
71233189d31Sths#endif
71333189d31Sths#ifdef TARGET_NR_osf_execve
71433189d31Sths{ TARGET_NR_osf_execve, "osf_execve" , NULL, NULL, NULL },
71533189d31Sths#endif
71633189d31Sths#ifdef TARGET_NR_osf_exportfs
71733189d31Sths{ TARGET_NR_osf_exportfs, "osf_exportfs" , NULL, NULL, NULL },
71833189d31Sths#endif
71933189d31Sths#ifdef TARGET_NR_osf_fchflags
72033189d31Sths{ TARGET_NR_osf_fchflags, "osf_fchflags" , NULL, NULL, NULL },
72133189d31Sths#endif
72233189d31Sths#ifdef TARGET_NR_osf_fdatasync
72333189d31Sths{ TARGET_NR_osf_fdatasync, "osf_fdatasync" , NULL, NULL, NULL },
72433189d31Sths#endif
72533189d31Sths#ifdef TARGET_NR_osf_fpathconf
72633189d31Sths{ TARGET_NR_osf_fpathconf, "osf_fpathconf" , NULL, NULL, NULL },
72733189d31Sths#endif
72833189d31Sths#ifdef TARGET_NR_osf_fstatfs
72933189d31Sths{ TARGET_NR_osf_fstatfs, "osf_fstatfs" , NULL, NULL, NULL },
73033189d31Sths#endif
73133189d31Sths#ifdef TARGET_NR_osf_fuser
73233189d31Sths{ TARGET_NR_osf_fuser, "osf_fuser" , NULL, NULL, NULL },
73333189d31Sths#endif
73433189d31Sths#ifdef TARGET_NR_osf_getaddressconf
73533189d31Sths{ TARGET_NR_osf_getaddressconf, "osf_getaddressconf" , NULL, NULL, NULL },
73633189d31Sths#endif
73733189d31Sths#ifdef TARGET_NR_osf_getdirentries
73833189d31Sths{ TARGET_NR_osf_getdirentries, "osf_getdirentries" , NULL, NULL, NULL },
73933189d31Sths#endif
74033189d31Sths#ifdef TARGET_NR_osf_getdomainname
74133189d31Sths{ TARGET_NR_osf_getdomainname, "osf_getdomainname" , NULL, NULL, NULL },
74233189d31Sths#endif
74333189d31Sths#ifdef TARGET_NR_osf_getfh
74433189d31Sths{ TARGET_NR_osf_getfh, "osf_getfh" , NULL, NULL, NULL },
74533189d31Sths#endif
74633189d31Sths#ifdef TARGET_NR_osf_getfsstat
74733189d31Sths{ TARGET_NR_osf_getfsstat, "osf_getfsstat" , NULL, NULL, NULL },
74833189d31Sths#endif
74933189d31Sths#ifdef TARGET_NR_osf_gethostid
75033189d31Sths{ TARGET_NR_osf_gethostid, "osf_gethostid" , NULL, NULL, NULL },
75133189d31Sths#endif
75233189d31Sths#ifdef TARGET_NR_osf_getitimer
75333189d31Sths{ TARGET_NR_osf_getitimer, "osf_getitimer" , NULL, NULL, NULL },
75433189d31Sths#endif
75533189d31Sths#ifdef TARGET_NR_osf_getlogin
75633189d31Sths{ TARGET_NR_osf_getlogin, "osf_getlogin" , NULL, NULL, NULL },
75733189d31Sths#endif
75833189d31Sths#ifdef TARGET_NR_osf_getmnt
75933189d31Sths{ TARGET_NR_osf_getmnt, "osf_getmnt" , NULL, NULL, NULL },
76033189d31Sths#endif
76133189d31Sths#ifdef TARGET_NR_osf_getrusage
76233189d31Sths{ TARGET_NR_osf_getrusage, "osf_getrusage" , NULL, NULL, NULL },
76333189d31Sths#endif
76433189d31Sths#ifdef TARGET_NR_osf_getsysinfo
76533189d31Sths{ TARGET_NR_osf_getsysinfo, "osf_getsysinfo" , NULL, NULL, NULL },
76633189d31Sths#endif
76733189d31Sths#ifdef TARGET_NR_osf_gettimeofday
76833189d31Sths{ TARGET_NR_osf_gettimeofday, "osf_gettimeofday" , NULL, NULL, NULL },
76933189d31Sths#endif
77033189d31Sths#ifdef TARGET_NR_osf_kloadcall
77133189d31Sths{ TARGET_NR_osf_kloadcall, "osf_kloadcall" , NULL, NULL, NULL },
77233189d31Sths#endif
77333189d31Sths#ifdef TARGET_NR_osf_kmodcall
77433189d31Sths{ TARGET_NR_osf_kmodcall, "osf_kmodcall" , NULL, NULL, NULL },
77533189d31Sths#endif
77633189d31Sths#ifdef TARGET_NR_osf_memcntl
77733189d31Sths{ TARGET_NR_osf_memcntl, "osf_memcntl" , NULL, NULL, NULL },
77833189d31Sths#endif
77933189d31Sths#ifdef TARGET_NR_osf_mincore
78033189d31Sths{ TARGET_NR_osf_mincore, "osf_mincore" , NULL, NULL, NULL },
78133189d31Sths#endif
78233189d31Sths#ifdef TARGET_NR_osf_mount
78333189d31Sths{ TARGET_NR_osf_mount, "osf_mount" , NULL, NULL, NULL },
78433189d31Sths#endif
78533189d31Sths#ifdef TARGET_NR_osf_mremap
78633189d31Sths{ TARGET_NR_osf_mremap, "osf_mremap" , NULL, NULL, NULL },
78733189d31Sths#endif
78833189d31Sths#ifdef TARGET_NR_osf_msfs_syscall
78933189d31Sths{ TARGET_NR_osf_msfs_syscall, "osf_msfs_syscall" , NULL, NULL, NULL },
79033189d31Sths#endif
79133189d31Sths#ifdef TARGET_NR_osf_msleep
79233189d31Sths{ TARGET_NR_osf_msleep, "osf_msleep" , NULL, NULL, NULL },
79333189d31Sths#endif
79433189d31Sths#ifdef TARGET_NR_osf_mvalid
79533189d31Sths{ TARGET_NR_osf_mvalid, "osf_mvalid" , NULL, NULL, NULL },
79633189d31Sths#endif
79733189d31Sths#ifdef TARGET_NR_osf_mwakeup
79833189d31Sths{ TARGET_NR_osf_mwakeup, "osf_mwakeup" , NULL, NULL, NULL },
79933189d31Sths#endif
80033189d31Sths#ifdef TARGET_NR_osf_naccept
80133189d31Sths{ TARGET_NR_osf_naccept, "osf_naccept" , NULL, NULL, NULL },
80233189d31Sths#endif
80333189d31Sths#ifdef TARGET_NR_osf_nfssvc
80433189d31Sths{ TARGET_NR_osf_nfssvc, "osf_nfssvc" , NULL, NULL, NULL },
80533189d31Sths#endif
80633189d31Sths#ifdef TARGET_NR_osf_ngetpeername
80733189d31Sths{ TARGET_NR_osf_ngetpeername, "osf_ngetpeername" , NULL, NULL, NULL },
80833189d31Sths#endif
80933189d31Sths#ifdef TARGET_NR_osf_ngetsockname
81033189d31Sths{ TARGET_NR_osf_ngetsockname, "osf_ngetsockname" , NULL, NULL, NULL },
81133189d31Sths#endif
81233189d31Sths#ifdef TARGET_NR_osf_nrecvfrom
81333189d31Sths{ TARGET_NR_osf_nrecvfrom, "osf_nrecvfrom" , NULL, NULL, NULL },
81433189d31Sths#endif
81533189d31Sths#ifdef TARGET_NR_osf_nrecvmsg
81633189d31Sths{ TARGET_NR_osf_nrecvmsg, "osf_nrecvmsg" , NULL, NULL, NULL },
81733189d31Sths#endif
81833189d31Sths#ifdef TARGET_NR_osf_nsendmsg
81933189d31Sths{ TARGET_NR_osf_nsendmsg, "osf_nsendmsg" , NULL, NULL, NULL },
82033189d31Sths#endif
82133189d31Sths#ifdef TARGET_NR_osf_ntp_adjtime
82233189d31Sths{ TARGET_NR_osf_ntp_adjtime, "osf_ntp_adjtime" , NULL, NULL, NULL },
82333189d31Sths#endif
82433189d31Sths#ifdef TARGET_NR_osf_ntp_gettime
82533189d31Sths{ TARGET_NR_osf_ntp_gettime, "osf_ntp_gettime" , NULL, NULL, NULL },
82633189d31Sths#endif
82733189d31Sths#ifdef TARGET_NR_osf_old_creat
82833189d31Sths{ TARGET_NR_osf_old_creat, "osf_old_creat" , NULL, NULL, NULL },
82933189d31Sths#endif
83033189d31Sths#ifdef TARGET_NR_osf_old_fstat
83133189d31Sths{ TARGET_NR_osf_old_fstat, "osf_old_fstat" , NULL, NULL, NULL },
83233189d31Sths#endif
83333189d31Sths#ifdef TARGET_NR_osf_old_getpgrp
83433189d31Sths{ TARGET_NR_osf_old_getpgrp, "osf_old_getpgrp" , NULL, NULL, NULL },
83533189d31Sths#endif
83633189d31Sths#ifdef TARGET_NR_osf_old_killpg
83733189d31Sths{ TARGET_NR_osf_old_killpg, "osf_old_killpg" , NULL, NULL, NULL },
83833189d31Sths#endif
83933189d31Sths#ifdef TARGET_NR_osf_old_lstat
84033189d31Sths{ TARGET_NR_osf_old_lstat, "osf_old_lstat" , NULL, NULL, NULL },
84133189d31Sths#endif
84233189d31Sths#ifdef TARGET_NR_osf_old_open
84333189d31Sths{ TARGET_NR_osf_old_open, "osf_old_open" , NULL, NULL, NULL },
84433189d31Sths#endif
84533189d31Sths#ifdef TARGET_NR_osf_oldquota
84633189d31Sths{ TARGET_NR_osf_oldquota, "osf_oldquota" , NULL, NULL, NULL },
84733189d31Sths#endif
84833189d31Sths#ifdef TARGET_NR_osf_old_sigaction
84933189d31Sths{ TARGET_NR_osf_old_sigaction, "osf_old_sigaction" , NULL, NULL, NULL },
85033189d31Sths#endif
85133189d31Sths#ifdef TARGET_NR_osf_old_sigblock
85233189d31Sths{ TARGET_NR_osf_old_sigblock, "osf_old_sigblock" , NULL, NULL, NULL },
85333189d31Sths#endif
85433189d31Sths#ifdef TARGET_NR_osf_old_sigreturn
85533189d31Sths{ TARGET_NR_osf_old_sigreturn, "osf_old_sigreturn" , NULL, NULL, NULL },
85633189d31Sths#endif
85733189d31Sths#ifdef TARGET_NR_osf_old_sigsetmask
85833189d31Sths{ TARGET_NR_osf_old_sigsetmask, "osf_old_sigsetmask" , NULL, NULL, NULL },
85933189d31Sths#endif
86033189d31Sths#ifdef TARGET_NR_osf_old_sigvec
86133189d31Sths{ TARGET_NR_osf_old_sigvec, "osf_old_sigvec" , NULL, NULL, NULL },
86233189d31Sths#endif
86333189d31Sths#ifdef TARGET_NR_osf_old_stat
86433189d31Sths{ TARGET_NR_osf_old_stat, "osf_old_stat" , NULL, NULL, NULL },
86533189d31Sths#endif
86633189d31Sths#ifdef TARGET_NR_osf_old_vadvise
86733189d31Sths{ TARGET_NR_osf_old_vadvise, "osf_old_vadvise" , NULL, NULL, NULL },
86833189d31Sths#endif
86933189d31Sths#ifdef TARGET_NR_osf_old_vtrace
87033189d31Sths{ TARGET_NR_osf_old_vtrace, "osf_old_vtrace" , NULL, NULL, NULL },
87133189d31Sths#endif
87233189d31Sths#ifdef TARGET_NR_osf_old_wait
87333189d31Sths{ TARGET_NR_osf_old_wait, "osf_old_wait" , NULL, NULL, NULL },
87433189d31Sths#endif
87533189d31Sths#ifdef TARGET_NR_osf_pathconf
87633189d31Sths{ TARGET_NR_osf_pathconf, "osf_pathconf" , NULL, NULL, NULL },
87733189d31Sths#endif
87833189d31Sths#ifdef TARGET_NR_osf_pid_block
87933189d31Sths{ TARGET_NR_osf_pid_block, "osf_pid_block" , NULL, NULL, NULL },
88033189d31Sths#endif
88133189d31Sths#ifdef TARGET_NR_osf_pid_unblock
88233189d31Sths{ TARGET_NR_osf_pid_unblock, "osf_pid_unblock" , NULL, NULL, NULL },
88333189d31Sths#endif
88433189d31Sths#ifdef TARGET_NR_osf_plock
88533189d31Sths{ TARGET_NR_osf_plock, "osf_plock" , NULL, NULL, NULL },
88633189d31Sths#endif
88733189d31Sths#ifdef TARGET_NR_osf_priocntlset
88833189d31Sths{ TARGET_NR_osf_priocntlset, "osf_priocntlset" , NULL, NULL, NULL },
88933189d31Sths#endif
89033189d31Sths#ifdef TARGET_NR_osf_profil
89133189d31Sths{ TARGET_NR_osf_profil, "osf_profil" , NULL, NULL, NULL },
89233189d31Sths#endif
89333189d31Sths#ifdef TARGET_NR_osf_proplist_syscall
89433189d31Sths{ TARGET_NR_osf_proplist_syscall, "osf_proplist_syscall" , NULL, NULL, NULL },
89533189d31Sths#endif
89633189d31Sths#ifdef TARGET_NR_osf_reboot
89733189d31Sths{ TARGET_NR_osf_reboot, "osf_reboot" , NULL, NULL, NULL },
89833189d31Sths#endif
89933189d31Sths#ifdef TARGET_NR_osf_revoke
90033189d31Sths{ TARGET_NR_osf_revoke, "osf_revoke" , NULL, NULL, NULL },
90133189d31Sths#endif
90233189d31Sths#ifdef TARGET_NR_osf_sbrk
90333189d31Sths{ TARGET_NR_osf_sbrk, "osf_sbrk" , NULL, NULL, NULL },
90433189d31Sths#endif
90533189d31Sths#ifdef TARGET_NR_osf_security
90633189d31Sths{ TARGET_NR_osf_security, "osf_security" , NULL, NULL, NULL },
90733189d31Sths#endif
90833189d31Sths#ifdef TARGET_NR_osf_select
90933189d31Sths{ TARGET_NR_osf_select, "osf_select" , NULL, NULL, NULL },
91033189d31Sths#endif
91133189d31Sths#ifdef TARGET_NR_osf_sethostid
91233189d31Sths{ TARGET_NR_osf_sethostid, "osf_sethostid" , NULL, NULL, NULL },
91333189d31Sths#endif
91433189d31Sths#ifdef TARGET_NR_osf_setitimer
91533189d31Sths{ TARGET_NR_osf_setitimer, "osf_setitimer" , NULL, NULL, NULL },
91633189d31Sths#endif
91733189d31Sths#ifdef TARGET_NR_osf_setlogin
91833189d31Sths{ TARGET_NR_osf_setlogin, "osf_setlogin" , NULL, NULL, NULL },
91933189d31Sths#endif
92033189d31Sths#ifdef TARGET_NR_osf_set_program_attributes
92133189d31Sths{ TARGET_NR_osf_set_program_attributes, "osf_set_program_attributes" , NULL, NULL, NULL },
92233189d31Sths#endif
92333189d31Sths#ifdef TARGET_NR_osf_set_speculative
92433189d31Sths{ TARGET_NR_osf_set_speculative, "osf_set_speculative" , NULL, NULL, NULL },
92533189d31Sths#endif
92633189d31Sths#ifdef TARGET_NR_osf_setsysinfo
92733189d31Sths{ TARGET_NR_osf_setsysinfo, "osf_setsysinfo" , NULL, NULL, NULL },
92833189d31Sths#endif
92933189d31Sths#ifdef TARGET_NR_osf_settimeofday
93033189d31Sths{ TARGET_NR_osf_settimeofday, "osf_settimeofday" , NULL, NULL, NULL },
93133189d31Sths#endif
93233189d31Sths#ifdef TARGET_NR_osf_shmat
93333189d31Sths{ TARGET_NR_osf_shmat, "osf_shmat" , NULL, NULL, NULL },
93433189d31Sths#endif
93533189d31Sths#ifdef TARGET_NR_osf_signal
93633189d31Sths{ TARGET_NR_osf_signal, "osf_signal" , NULL, NULL, NULL },
93733189d31Sths#endif
93833189d31Sths#ifdef TARGET_NR_osf_sigprocmask
93933189d31Sths{ TARGET_NR_osf_sigprocmask, "osf_sigprocmask" , NULL, NULL, NULL },
94033189d31Sths#endif
94133189d31Sths#ifdef TARGET_NR_osf_sigsendset
94233189d31Sths{ TARGET_NR_osf_sigsendset, "osf_sigsendset" , NULL, NULL, NULL },
94333189d31Sths#endif
94433189d31Sths#ifdef TARGET_NR_osf_sigstack
94533189d31Sths{ TARGET_NR_osf_sigstack, "osf_sigstack" , NULL, NULL, NULL },
94633189d31Sths#endif
94733189d31Sths#ifdef TARGET_NR_osf_sigwaitprim
94833189d31Sths{ TARGET_NR_osf_sigwaitprim, "osf_sigwaitprim" , NULL, NULL, NULL },
94933189d31Sths#endif
95033189d31Sths#ifdef TARGET_NR_osf_sstk
95133189d31Sths{ TARGET_NR_osf_sstk, "osf_sstk" , NULL, NULL, NULL },
95233189d31Sths#endif
95333189d31Sths#ifdef TARGET_NR_osf_statfs
95433189d31Sths{ TARGET_NR_osf_statfs, "osf_statfs" , NULL, NULL, NULL },
95533189d31Sths#endif
95633189d31Sths#ifdef TARGET_NR_osf_subsys_info
95733189d31Sths{ TARGET_NR_osf_subsys_info, "osf_subsys_info" , NULL, NULL, NULL },
95833189d31Sths#endif
95933189d31Sths#ifdef TARGET_NR_osf_swapctl
96033189d31Sths{ TARGET_NR_osf_swapctl, "osf_swapctl" , NULL, NULL, NULL },
96133189d31Sths#endif
96233189d31Sths#ifdef TARGET_NR_osf_swapon
96333189d31Sths{ TARGET_NR_osf_swapon, "osf_swapon" , NULL, NULL, NULL },
96433189d31Sths#endif
96533189d31Sths#ifdef TARGET_NR_osf_syscall
96633189d31Sths{ TARGET_NR_osf_syscall, "osf_syscall" , NULL, NULL, NULL },
96733189d31Sths#endif
96833189d31Sths#ifdef TARGET_NR_osf_sysinfo
96933189d31Sths{ TARGET_NR_osf_sysinfo, "osf_sysinfo" , NULL, NULL, NULL },
97033189d31Sths#endif
97133189d31Sths#ifdef TARGET_NR_osf_table
97233189d31Sths{ TARGET_NR_osf_table, "osf_table" , NULL, NULL, NULL },
97333189d31Sths#endif
97433189d31Sths#ifdef TARGET_NR_osf_uadmin
97533189d31Sths{ TARGET_NR_osf_uadmin, "osf_uadmin" , NULL, NULL, NULL },
97633189d31Sths#endif
97733189d31Sths#ifdef TARGET_NR_osf_usleep_thread
97833189d31Sths{ TARGET_NR_osf_usleep_thread, "osf_usleep_thread" , NULL, NULL, NULL },
97933189d31Sths#endif
98033189d31Sths#ifdef TARGET_NR_osf_uswitch
98133189d31Sths{ TARGET_NR_osf_uswitch, "osf_uswitch" , NULL, NULL, NULL },
98233189d31Sths#endif
98333189d31Sths#ifdef TARGET_NR_osf_utc_adjtime
98433189d31Sths{ TARGET_NR_osf_utc_adjtime, "osf_utc_adjtime" , NULL, NULL, NULL },
98533189d31Sths#endif
98633189d31Sths#ifdef TARGET_NR_osf_utc_gettime
98733189d31Sths{ TARGET_NR_osf_utc_gettime, "osf_utc_gettime" , NULL, NULL, NULL },
98833189d31Sths#endif
98933189d31Sths#ifdef TARGET_NR_osf_utimes
99033189d31Sths{ TARGET_NR_osf_utimes, "osf_utimes" , NULL, NULL, NULL },
99133189d31Sths#endif
99233189d31Sths#ifdef TARGET_NR_osf_utsname
99333189d31Sths{ TARGET_NR_osf_utsname, "osf_utsname" , NULL, NULL, NULL },
99433189d31Sths#endif
99533189d31Sths#ifdef TARGET_NR_osf_wait4
99633189d31Sths{ TARGET_NR_osf_wait4, "osf_wait4" , NULL, NULL, NULL },
99733189d31Sths#endif
99833189d31Sths#ifdef TARGET_NR_osf_waitid
99933189d31Sths{ TARGET_NR_osf_waitid, "osf_waitid" , NULL, NULL, NULL },
100033189d31Sths#endif
100133189d31Sths#ifdef TARGET_NR_pause
100233189d31Sths{ TARGET_NR_pause, "pause" , NULL, NULL, NULL },
100333189d31Sths#endif
100433189d31Sths#ifdef TARGET_NR_pciconfig_iobase
100533189d31Sths{ TARGET_NR_pciconfig_iobase, "pciconfig_iobase" , NULL, NULL, NULL },
100633189d31Sths#endif
100733189d31Sths#ifdef TARGET_NR_pciconfig_read
100833189d31Sths{ TARGET_NR_pciconfig_read, "pciconfig_read" , NULL, NULL, NULL },
100933189d31Sths#endif
101033189d31Sths#ifdef TARGET_NR_pciconfig_write
101133189d31Sths{ TARGET_NR_pciconfig_write, "pciconfig_write" , NULL, NULL, NULL },
101233189d31Sths#endif
1013fea55615SAleksandar Markovic#ifdef TARGET_NR_perf_event_open
1014fea55615SAleksandar Markovic{ TARGET_NR_perf_event_open, "perf_event_open" , NULL, NULL, NULL },
1015fea55615SAleksandar Markovic#endif
101633189d31Sths#ifdef TARGET_NR_perfctr
101733189d31Sths{ TARGET_NR_perfctr, "perfctr" , NULL, NULL, NULL },
101833189d31Sths#endif
101933189d31Sths#ifdef TARGET_NR_personality
102033189d31Sths{ TARGET_NR_personality, "personality" , NULL, NULL, NULL },
102133189d31Sths#endif
102233189d31Sths#ifdef TARGET_NR_pipe
102333189d31Sths{ TARGET_NR_pipe, "pipe" , NULL, NULL, NULL },
102433189d31Sths#endif
102533189d31Sths#ifdef TARGET_NR_pivot_root
102633189d31Sths{ TARGET_NR_pivot_root, "pivot_root" , NULL, NULL, NULL },
102733189d31Sths#endif
102833189d31Sths#ifdef TARGET_NR_poll
102933189d31Sths{ TARGET_NR_poll, "poll" , NULL, NULL, NULL },
103033189d31Sths#endif
103133189d31Sths#ifdef TARGET_NR_ppoll
103233189d31Sths{ TARGET_NR_ppoll, "ppoll" , NULL, NULL, NULL },
103333189d31Sths#endif
103433189d31Sths#ifdef TARGET_NR_prctl
103533189d31Sths{ TARGET_NR_prctl, "prctl" , NULL, NULL, NULL },
103633189d31Sths#endif
103733189d31Sths#ifdef TARGET_NR_pread64
103833189d31Sths{ TARGET_NR_pread64, "pread64" , NULL, NULL, NULL },
103933189d31Sths#endif
1040fea55615SAleksandar Markovic#ifdef TARGET_NR_preadv
1041fea55615SAleksandar Markovic{ TARGET_NR_preadv, "preadv" , NULL, NULL, NULL },
1042fea55615SAleksandar Markovic#endif
1043fea55615SAleksandar Markovic#ifdef TARGET_NR_prlimit64
1044fea55615SAleksandar Markovic{ TARGET_NR_prlimit64, "prlimit64" , NULL, NULL, NULL },
1045fea55615SAleksandar Markovic#endif
1046fea55615SAleksandar Markovic#ifdef TARGET_NR_process_vm_readv
1047fea55615SAleksandar Markovic{ TARGET_NR_process_vm_readv, "process_vm_readv" , NULL, NULL, NULL },
1048fea55615SAleksandar Markovic#endif
1049fea55615SAleksandar Markovic#ifdef TARGET_NR_process_vm_writev
1050fea55615SAleksandar Markovic{ TARGET_NR_process_vm_writev, "process_vm_writev" , NULL, NULL, NULL },
1051fea55615SAleksandar Markovic#endif
105233189d31Sths#ifdef TARGET_NR_prof
105333189d31Sths{ TARGET_NR_prof, "prof" , NULL, NULL, NULL },
105433189d31Sths#endif
105533189d31Sths#ifdef TARGET_NR_profil
105633189d31Sths{ TARGET_NR_profil, "profil" , NULL, NULL, NULL },
105733189d31Sths#endif
105833189d31Sths#ifdef TARGET_NR_pselect6
105933189d31Sths{ TARGET_NR_pselect6, "pselect6" , NULL, NULL, NULL },
106033189d31Sths#endif
106133189d31Sths#ifdef TARGET_NR_ptrace
106233189d31Sths{ TARGET_NR_ptrace, "ptrace" , NULL, NULL, NULL },
106333189d31Sths#endif
106433189d31Sths#ifdef TARGET_NR_putpmsg
106533189d31Sths{ TARGET_NR_putpmsg, "putpmsg" , NULL, NULL, NULL },
106633189d31Sths#endif
106733189d31Sths#ifdef TARGET_NR_pwrite64
106833189d31Sths{ TARGET_NR_pwrite64, "pwrite64" , NULL, NULL, NULL },
106933189d31Sths#endif
1070fea55615SAleksandar Markovic#ifdef TARGET_NR_pwritev
1071fea55615SAleksandar Markovic{ TARGET_NR_pwritev, "pwritev" , NULL, NULL, NULL },
1072fea55615SAleksandar Markovic#endif
107333189d31Sths#ifdef TARGET_NR_query_module
107433189d31Sths{ TARGET_NR_query_module, "query_module" , NULL, NULL, NULL },
107533189d31Sths#endif
107633189d31Sths#ifdef TARGET_NR_quotactl
107733189d31Sths{ TARGET_NR_quotactl, "quotactl" , NULL, NULL, NULL },
107833189d31Sths#endif
107933189d31Sths#ifdef TARGET_NR_read
108033189d31Sths{ TARGET_NR_read, "read" , "%s(%d,%#x,%d)", NULL, NULL },
108133189d31Sths#endif
108233189d31Sths#ifdef TARGET_NR_readahead
108333189d31Sths{ TARGET_NR_readahead, "readahead" , NULL, NULL, NULL },
108433189d31Sths#endif
108533189d31Sths#ifdef TARGET_NR_readdir
108633189d31Sths{ TARGET_NR_readdir, "readdir" , NULL, NULL, NULL },
108733189d31Sths#endif
108833189d31Sths#ifdef TARGET_NR_readlink
108974d753acSMika Westerberg{ TARGET_NR_readlink, "readlink" , NULL, print_readlink, NULL },
109033189d31Sths#endif
109133189d31Sths#ifdef TARGET_NR_readlinkat
109274d753acSMika Westerberg{ TARGET_NR_readlinkat, "readlinkat" , NULL, print_readlinkat, NULL },
109333189d31Sths#endif
109433189d31Sths#ifdef TARGET_NR_readv
109533189d31Sths{ TARGET_NR_readv, "readv" , NULL, NULL, NULL },
109633189d31Sths#endif
109733189d31Sths#ifdef TARGET_NR_reboot
109833189d31Sths{ TARGET_NR_reboot, "reboot" , NULL, NULL, NULL },
109933189d31Sths#endif
110033189d31Sths#ifdef TARGET_NR_recv
110133189d31Sths{ TARGET_NR_recv, "recv" , NULL, NULL, NULL },
110233189d31Sths#endif
110333189d31Sths#ifdef TARGET_NR_recvfrom
110433189d31Sths{ TARGET_NR_recvfrom, "recvfrom" , NULL, NULL, NULL },
110533189d31Sths#endif
1106fea55615SAleksandar Markovic#ifdef TARGET_NR_recvmmsg
1107fea55615SAleksandar Markovic{ TARGET_NR_recvmmsg, "recvmmsg" , NULL, NULL, NULL },
1108fea55615SAleksandar Markovic#endif
110933189d31Sths#ifdef TARGET_NR_recvmsg
111033189d31Sths{ TARGET_NR_recvmsg, "recvmsg" , NULL, NULL, NULL },
111133189d31Sths#endif
111233189d31Sths#ifdef TARGET_NR_remap_file_pages
111333189d31Sths{ TARGET_NR_remap_file_pages, "remap_file_pages" , NULL, NULL, NULL },
111433189d31Sths#endif
111533189d31Sths#ifdef TARGET_NR_removexattr
111633189d31Sths{ TARGET_NR_removexattr, "removexattr" , NULL, NULL, NULL },
111733189d31Sths#endif
111833189d31Sths#ifdef TARGET_NR_rename
111974d753acSMika Westerberg{ TARGET_NR_rename, "rename" , NULL, print_rename, NULL },
112033189d31Sths#endif
112133189d31Sths#ifdef TARGET_NR_renameat
112274d753acSMika Westerberg{ TARGET_NR_renameat, "renameat" , NULL, print_renameat, NULL },
112333189d31Sths#endif
1124fea55615SAleksandar Markovic#ifdef TARGET_NR_renameat2
1125fea55615SAleksandar Markovic{ TARGET_NR_renameat2, "renameat2" , NULL, NULL, NULL },
1126fea55615SAleksandar Markovic#endif
112733189d31Sths#ifdef TARGET_NR_request_key
112833189d31Sths{ TARGET_NR_request_key, "request_key" , NULL, NULL, NULL },
112933189d31Sths#endif
1130fea55615SAleksandar Markovic#ifdef TARGET_NR_reserved177
1131fea55615SAleksandar Markovic{ TARGET_NR_reserved177, "reserved177" , NULL, NULL, NULL },
1132fea55615SAleksandar Markovic#endif
1133fea55615SAleksandar Markovic#ifdef TARGET_NR_reserved193
1134fea55615SAleksandar Markovic{ TARGET_NR_reserved193, "reserved193" , NULL, NULL, NULL },
1135fea55615SAleksandar Markovic#endif
113633189d31Sths#ifdef TARGET_NR_reserved221
113733189d31Sths{ TARGET_NR_reserved221, "reserved221" , NULL, NULL, NULL },
113833189d31Sths#endif
113933189d31Sths#ifdef TARGET_NR_reserved82
114033189d31Sths{ TARGET_NR_reserved82, "reserved82" , NULL, NULL, NULL },
114133189d31Sths#endif
114233189d31Sths#ifdef TARGET_NR_restart_syscall
114333189d31Sths{ TARGET_NR_restart_syscall, "restart_syscall" , NULL, NULL, NULL },
114433189d31Sths#endif
114533189d31Sths#ifdef TARGET_NR_rmdir
114633189d31Sths{ TARGET_NR_rmdir, "rmdir" , NULL, NULL, NULL },
114733189d31Sths#endif
114833189d31Sths#ifdef TARGET_NR_rt_sigaction
1149608e5592SLaurent Vivier{ TARGET_NR_rt_sigaction, "rt_sigaction" , NULL, print_rt_sigaction, NULL },
115033189d31Sths#endif
115133189d31Sths#ifdef TARGET_NR_rt_sigpending
115233189d31Sths{ TARGET_NR_rt_sigpending, "rt_sigpending" , NULL, NULL, NULL },
115333189d31Sths#endif
115433189d31Sths#ifdef TARGET_NR_rt_sigprocmask
1155608e5592SLaurent Vivier{ TARGET_NR_rt_sigprocmask, "rt_sigprocmask" , NULL, print_rt_sigprocmask, NULL },
115633189d31Sths#endif
115733189d31Sths#ifdef TARGET_NR_rt_sigqueueinfo
115833189d31Sths{ TARGET_NR_rt_sigqueueinfo, "rt_sigqueueinfo" , NULL, NULL, NULL },
115933189d31Sths#endif
116033189d31Sths#ifdef TARGET_NR_rt_sigreturn
116133189d31Sths{ TARGET_NR_rt_sigreturn, "rt_sigreturn" , NULL, NULL, NULL },
116233189d31Sths#endif
116333189d31Sths#ifdef TARGET_NR_rt_sigsuspend
116433189d31Sths{ TARGET_NR_rt_sigsuspend, "rt_sigsuspend" , NULL, NULL, NULL },
116533189d31Sths#endif
116633189d31Sths#ifdef TARGET_NR_rt_sigtimedwait
116733189d31Sths{ TARGET_NR_rt_sigtimedwait, "rt_sigtimedwait" , NULL, NULL, NULL },
116833189d31Sths#endif
1169fea55615SAleksandar Markovic#ifdef TARGET_NR_rt_tgsigqueueinfo
1170fea55615SAleksandar Markovic{ TARGET_NR_rt_tgsigqueueinfo, "rt_tgsigqueueinfo" , NULL, NULL, NULL },
1171fea55615SAleksandar Markovic#endif
117233189d31Sths#ifdef TARGET_NR_sched_getaffinity
117333189d31Sths{ TARGET_NR_sched_getaffinity, "sched_getaffinity" , NULL, NULL, NULL },
117433189d31Sths#endif
117533189d31Sths#ifdef TARGET_NR_sched_get_affinity
117633189d31Sths{ TARGET_NR_sched_get_affinity, "sched_get_affinity" , NULL, NULL, NULL },
117733189d31Sths#endif
1178fea55615SAleksandar Markovic#ifdef TARGET_NR_sched_getattr
1179fea55615SAleksandar Markovic{ TARGET_NR_sched_getattr, "sched_getattr" , NULL, NULL, NULL },
1180fea55615SAleksandar Markovic#endif
118133189d31Sths#ifdef TARGET_NR_sched_getparam
118233189d31Sths{ TARGET_NR_sched_getparam, "sched_getparam" , NULL, NULL, NULL },
118333189d31Sths#endif
118433189d31Sths#ifdef TARGET_NR_sched_get_priority_max
118533189d31Sths{ TARGET_NR_sched_get_priority_max, "sched_get_priority_max" , NULL, NULL, NULL },
118633189d31Sths#endif
118733189d31Sths#ifdef TARGET_NR_sched_get_priority_min
118833189d31Sths{ TARGET_NR_sched_get_priority_min, "sched_get_priority_min" , NULL, NULL, NULL },
118933189d31Sths#endif
119033189d31Sths#ifdef TARGET_NR_sched_getscheduler
119133189d31Sths{ TARGET_NR_sched_getscheduler, "sched_getscheduler" , NULL, NULL, NULL },
119233189d31Sths#endif
119333189d31Sths#ifdef TARGET_NR_sched_rr_get_interval
119433189d31Sths{ TARGET_NR_sched_rr_get_interval, "sched_rr_get_interval" , NULL, NULL, NULL },
119533189d31Sths#endif
119633189d31Sths#ifdef TARGET_NR_sched_setaffinity
119733189d31Sths{ TARGET_NR_sched_setaffinity, "sched_setaffinity" , NULL, NULL, NULL },
119833189d31Sths#endif
1199fea55615SAleksandar Markovic#ifdef TARGET_NR_sched_setatt
1200fea55615SAleksandar Markovic{ TARGET_NR_sched_setatt, "sched_setatt" , NULL, NULL, NULL },
1201fea55615SAleksandar Markovic#endif
120233189d31Sths#ifdef TARGET_NR_sched_set_affinity
120333189d31Sths{ TARGET_NR_sched_set_affinity, "sched_set_affinity" , NULL, NULL, NULL },
120433189d31Sths#endif
120533189d31Sths#ifdef TARGET_NR_sched_setparam
120633189d31Sths{ TARGET_NR_sched_setparam, "sched_setparam" , NULL, NULL, NULL },
120733189d31Sths#endif
120833189d31Sths#ifdef TARGET_NR_sched_setscheduler
120933189d31Sths{ TARGET_NR_sched_setscheduler, "sched_setscheduler" , NULL, NULL, NULL },
121033189d31Sths#endif
121133189d31Sths#ifdef TARGET_NR_sched_yield
121233189d31Sths{ TARGET_NR_sched_yield, "sched_yield" , NULL, NULL, NULL },
121333189d31Sths#endif
1214fea55615SAleksandar Markovic#ifdef TARGET_NR_seccomp
1215fea55615SAleksandar Markovic{ TARGET_NR_seccomp, "seccomp" , NULL, NULL, NULL },
1216fea55615SAleksandar Markovic#endif
121733189d31Sths#ifdef TARGET_NR_security
121833189d31Sths{ TARGET_NR_security, "security" , NULL, NULL, NULL },
121933189d31Sths#endif
122033189d31Sths#ifdef TARGET_NR_select
122133189d31Sths{ TARGET_NR_select, "select" , NULL, NULL, NULL },
122233189d31Sths#endif
122333189d31Sths#ifdef TARGET_NR_semctl
122433189d31Sths{ TARGET_NR_semctl, "semctl" , NULL, print_semctl, NULL },
122533189d31Sths#endif
122633189d31Sths#ifdef TARGET_NR_semget
122733189d31Sths{ TARGET_NR_semget, "semget" , NULL, NULL, NULL },
122833189d31Sths#endif
122933189d31Sths#ifdef TARGET_NR_semop
123033189d31Sths{ TARGET_NR_semop, "semop" , NULL, NULL, NULL },
123133189d31Sths#endif
123233189d31Sths#ifdef TARGET_NR_semtimedop
123333189d31Sths{ TARGET_NR_semtimedop, "semtimedop" , NULL, NULL, NULL },
123433189d31Sths#endif
123533189d31Sths#ifdef TARGET_NR_send
123633189d31Sths{ TARGET_NR_send, "send" , NULL, NULL, NULL },
123733189d31Sths#endif
123833189d31Sths#ifdef TARGET_NR_sendfile
123933189d31Sths{ TARGET_NR_sendfile, "sendfile" , NULL, NULL, NULL },
124033189d31Sths#endif
124133189d31Sths#ifdef TARGET_NR_sendfile64
124233189d31Sths{ TARGET_NR_sendfile64, "sendfile64" , NULL, NULL, NULL },
124333189d31Sths#endif
1244fea55615SAleksandar Markovic#ifdef TARGET_NR_sendmmsg
1245fea55615SAleksandar Markovic{ TARGET_NR_sendmmsg, "sendmmsg" , NULL, NULL, NULL },
1246fea55615SAleksandar Markovic#endif
124733189d31Sths#ifdef TARGET_NR_sendmsg
124833189d31Sths{ TARGET_NR_sendmsg, "sendmsg" , NULL, NULL, NULL },
124933189d31Sths#endif
125033189d31Sths#ifdef TARGET_NR_sendto
125133189d31Sths{ TARGET_NR_sendto, "sendto" , NULL, NULL, NULL },
125233189d31Sths#endif
125333189d31Sths#ifdef TARGET_NR_setdomainname
125433189d31Sths{ TARGET_NR_setdomainname, "setdomainname" , NULL, NULL, NULL },
125533189d31Sths#endif
125633189d31Sths#ifdef TARGET_NR_setfsgid
125733189d31Sths{ TARGET_NR_setfsgid, "setfsgid" , NULL, NULL, NULL },
125833189d31Sths#endif
125933189d31Sths#ifdef TARGET_NR_setfsgid32
126033189d31Sths{ TARGET_NR_setfsgid32, "setfsgid32" , NULL, NULL, NULL },
126133189d31Sths#endif
126233189d31Sths#ifdef TARGET_NR_setfsuid
126333189d31Sths{ TARGET_NR_setfsuid, "setfsuid" , NULL, NULL, NULL },
126433189d31Sths#endif
126533189d31Sths#ifdef TARGET_NR_setfsuid32
126633189d31Sths{ TARGET_NR_setfsuid32, "setfsuid32" , NULL, NULL, NULL },
126733189d31Sths#endif
126833189d31Sths#ifdef TARGET_NR_setgid
126933189d31Sths{ TARGET_NR_setgid, "setgid" , NULL, NULL, NULL },
127033189d31Sths#endif
127133189d31Sths#ifdef TARGET_NR_setgid32
127233189d31Sths{ TARGET_NR_setgid32, "setgid32" , NULL, NULL, NULL },
127333189d31Sths#endif
127433189d31Sths#ifdef TARGET_NR_setgroups
127533189d31Sths{ TARGET_NR_setgroups, "setgroups" , NULL, NULL, NULL },
127633189d31Sths#endif
127733189d31Sths#ifdef TARGET_NR_setgroups32
127833189d31Sths{ TARGET_NR_setgroups32, "setgroups32" , NULL, NULL, NULL },
127933189d31Sths#endif
128033189d31Sths#ifdef TARGET_NR_sethae
128133189d31Sths{ TARGET_NR_sethae, "sethae" , NULL, NULL, NULL },
128233189d31Sths#endif
128333189d31Sths#ifdef TARGET_NR_sethostname
128433189d31Sths{ TARGET_NR_sethostname, "sethostname" , NULL, NULL, NULL },
128533189d31Sths#endif
128633189d31Sths#ifdef TARGET_NR_setitimer
128733189d31Sths{ TARGET_NR_setitimer, "setitimer" , NULL, NULL, NULL },
128833189d31Sths#endif
128933189d31Sths#ifdef TARGET_NR_set_mempolicy
129033189d31Sths{ TARGET_NR_set_mempolicy, "set_mempolicy" , NULL, NULL, NULL },
129133189d31Sths#endif
12929af5c906SRiku Voipio#ifdef TARGET_NR_setns
12939af5c906SRiku Voipio{ TARGET_NR_setns, "setns" , NULL, NULL, NULL },
12949af5c906SRiku Voipio#endif
129533189d31Sths#ifdef TARGET_NR_setpgid
129633189d31Sths{ TARGET_NR_setpgid, "setpgid" , NULL, NULL, NULL },
129733189d31Sths#endif
129833189d31Sths#ifdef TARGET_NR_setpgrp
129933189d31Sths{ TARGET_NR_setpgrp, "setpgrp" , NULL, NULL, NULL },
130033189d31Sths#endif
130133189d31Sths#ifdef TARGET_NR_setpriority
130233189d31Sths{ TARGET_NR_setpriority, "setpriority" , NULL, NULL, NULL },
130333189d31Sths#endif
130433189d31Sths#ifdef TARGET_NR_setregid
130533189d31Sths{ TARGET_NR_setregid, "setregid" , NULL, NULL, NULL },
130633189d31Sths#endif
130733189d31Sths#ifdef TARGET_NR_setregid32
130833189d31Sths{ TARGET_NR_setregid32, "setregid32" , NULL, NULL, NULL },
130933189d31Sths#endif
131033189d31Sths#ifdef TARGET_NR_setresgid
131133189d31Sths{ TARGET_NR_setresgid, "setresgid" , NULL, NULL, NULL },
131233189d31Sths#endif
131333189d31Sths#ifdef TARGET_NR_setresgid32
131433189d31Sths{ TARGET_NR_setresgid32, "setresgid32" , NULL, NULL, NULL },
131533189d31Sths#endif
131633189d31Sths#ifdef TARGET_NR_setresuid
131733189d31Sths{ TARGET_NR_setresuid, "setresuid" , NULL, NULL, NULL },
131833189d31Sths#endif
131933189d31Sths#ifdef TARGET_NR_setresuid32
132033189d31Sths{ TARGET_NR_setresuid32, "setresuid32" , NULL, NULL, NULL },
132133189d31Sths#endif
132233189d31Sths#ifdef TARGET_NR_setreuid
132333189d31Sths{ TARGET_NR_setreuid, "setreuid" , NULL, NULL, NULL },
132433189d31Sths#endif
132533189d31Sths#ifdef TARGET_NR_setreuid32
132633189d31Sths{ TARGET_NR_setreuid32, "setreuid32" , NULL, NULL, NULL },
132733189d31Sths#endif
132833189d31Sths#ifdef TARGET_NR_setrlimit
132933189d31Sths{ TARGET_NR_setrlimit, "setrlimit" , NULL, NULL, NULL },
133033189d31Sths#endif
133133189d31Sths#ifdef TARGET_NR_set_robust_list
133233189d31Sths{ TARGET_NR_set_robust_list, "set_robust_list" , NULL, NULL, NULL },
133333189d31Sths#endif
133433189d31Sths#ifdef TARGET_NR_setsid
133533189d31Sths{ TARGET_NR_setsid, "setsid" , NULL, NULL, NULL },
133633189d31Sths#endif
133733189d31Sths#ifdef TARGET_NR_setsockopt
133833189d31Sths{ TARGET_NR_setsockopt, "setsockopt" , NULL, NULL, NULL },
133933189d31Sths#endif
134033189d31Sths#ifdef TARGET_NR_set_thread_area
13419a6309e7SLaurent Vivier{ TARGET_NR_set_thread_area, "set_thread_area", "%s(0x"TARGET_ABI_FMT_lx")",
13429a6309e7SLaurent Vivier  NULL, NULL },
134333189d31Sths#endif
134433189d31Sths#ifdef TARGET_NR_set_tid_address
134533189d31Sths{ TARGET_NR_set_tid_address, "set_tid_address" , NULL, NULL, NULL },
134633189d31Sths#endif
134733189d31Sths#ifdef TARGET_NR_settimeofday
134833189d31Sths{ TARGET_NR_settimeofday, "settimeofday" , NULL, NULL, NULL },
134933189d31Sths#endif
135033189d31Sths#ifdef TARGET_NR_setuid
135133189d31Sths{ TARGET_NR_setuid, "setuid" , NULL, NULL, NULL },
135233189d31Sths#endif
135333189d31Sths#ifdef TARGET_NR_setuid32
135433189d31Sths{ TARGET_NR_setuid32, "setuid32" , NULL, NULL, NULL },
135533189d31Sths#endif
135633189d31Sths#ifdef TARGET_NR_setxattr
135733189d31Sths{ TARGET_NR_setxattr, "setxattr" , NULL, NULL, NULL },
135833189d31Sths#endif
135933189d31Sths#ifdef TARGET_NR_sgetmask
136033189d31Sths{ TARGET_NR_sgetmask, "sgetmask" , NULL, NULL, NULL },
136133189d31Sths#endif
136233189d31Sths#ifdef TARGET_NR_shmat
1363d4354694Sbalrog{ TARGET_NR_shmat, "shmat" , NULL, NULL, print_syscall_ret_addr },
136433189d31Sths#endif
136533189d31Sths#ifdef TARGET_NR_shmctl
136633189d31Sths{ TARGET_NR_shmctl, "shmctl" , NULL, NULL, NULL },
136733189d31Sths#endif
136833189d31Sths#ifdef TARGET_NR_shmdt
136933189d31Sths{ TARGET_NR_shmdt, "shmdt" , NULL, NULL, NULL },
137033189d31Sths#endif
137133189d31Sths#ifdef TARGET_NR_shmget
137233189d31Sths{ TARGET_NR_shmget, "shmget" , NULL, NULL, NULL },
137333189d31Sths#endif
137433189d31Sths#ifdef TARGET_NR_shutdown
137533189d31Sths{ TARGET_NR_shutdown, "shutdown" , NULL, NULL, NULL },
137633189d31Sths#endif
137733189d31Sths#ifdef TARGET_NR_sigaction
137833189d31Sths{ TARGET_NR_sigaction, "sigaction" , NULL, NULL, NULL },
137933189d31Sths#endif
138033189d31Sths#ifdef TARGET_NR_sigaltstack
138133189d31Sths{ TARGET_NR_sigaltstack, "sigaltstack" , "%s(%p,%p)", NULL, NULL },
138233189d31Sths#endif
138333189d31Sths#ifdef TARGET_NR_signal
138433189d31Sths{ TARGET_NR_signal, "signal" , NULL, NULL, NULL },
138533189d31Sths#endif
1386fea55615SAleksandar Markovic#ifdef TARGET_NR_signalfd
1387fea55615SAleksandar Markovic{ TARGET_NR_signalfd, "signalfd" , NULL, NULL, NULL },
1388fea55615SAleksandar Markovic#endif
1389fea55615SAleksandar Markovic#ifdef TARGET_NR_signalfd4
1390fea55615SAleksandar Markovic{ TARGET_NR_signalfd4, "signalfd4" , NULL, NULL, NULL },
1391fea55615SAleksandar Markovic#endif
139233189d31Sths#ifdef TARGET_NR_sigpending
139333189d31Sths{ TARGET_NR_sigpending, "sigpending" , NULL, NULL, NULL },
139433189d31Sths#endif
139533189d31Sths#ifdef TARGET_NR_sigprocmask
139633189d31Sths{ TARGET_NR_sigprocmask, "sigprocmask" , NULL, NULL, NULL },
139733189d31Sths#endif
139833189d31Sths#ifdef TARGET_NR_sigreturn
139933189d31Sths{ TARGET_NR_sigreturn, "sigreturn" , NULL, NULL, NULL },
140033189d31Sths#endif
140133189d31Sths#ifdef TARGET_NR_sigsuspend
140233189d31Sths{ TARGET_NR_sigsuspend, "sigsuspend" , NULL, NULL, NULL },
140333189d31Sths#endif
140433189d31Sths#ifdef TARGET_NR_socket
14058997d1bdSLaurent Vivier{ TARGET_NR_socket, "socket" , NULL, print_socket, NULL },
140633189d31Sths#endif
140733189d31Sths#ifdef TARGET_NR_socketcall
1408fb3aabf3SLaurent Vivier{ TARGET_NR_socketcall, "socketcall" , NULL, print_socketcall, NULL },
140933189d31Sths#endif
141033189d31Sths#ifdef TARGET_NR_socketpair
141133189d31Sths{ TARGET_NR_socketpair, "socketpair" , NULL, NULL, NULL },
141233189d31Sths#endif
141333189d31Sths#ifdef TARGET_NR_splice
141433189d31Sths{ TARGET_NR_splice, "splice" , NULL, NULL, NULL },
141533189d31Sths#endif
141633189d31Sths#ifdef TARGET_NR_ssetmask
141733189d31Sths{ TARGET_NR_ssetmask, "ssetmask" , NULL, NULL, NULL },
141833189d31Sths#endif
141933189d31Sths#ifdef TARGET_NR_stat
142074d753acSMika Westerberg{ TARGET_NR_stat, "stat" , NULL, print_stat, NULL },
142133189d31Sths#endif
142233189d31Sths#ifdef TARGET_NR_stat64
142374d753acSMika Westerberg{ TARGET_NR_stat64, "stat64" , NULL, print_stat64, NULL },
142433189d31Sths#endif
142533189d31Sths#ifdef TARGET_NR_statfs
142674d753acSMika Westerberg{ TARGET_NR_statfs, "statfs" , NULL, print_statfs, NULL },
142733189d31Sths#endif
142833189d31Sths#ifdef TARGET_NR_statfs64
142974d753acSMika Westerberg{ TARGET_NR_statfs64, "statfs64" , NULL, print_statfs64, NULL },
143033189d31Sths#endif
143133189d31Sths#ifdef TARGET_NR_stime
143233189d31Sths{ TARGET_NR_stime, "stime" , NULL, NULL, NULL },
143333189d31Sths#endif
143433189d31Sths#ifdef TARGET_NR_streams1
143533189d31Sths{ TARGET_NR_streams1, "streams1" , NULL, NULL, NULL },
143633189d31Sths#endif
143733189d31Sths#ifdef TARGET_NR_streams2
143833189d31Sths{ TARGET_NR_streams2, "streams2" , NULL, NULL, NULL },
143933189d31Sths#endif
144033189d31Sths#ifdef TARGET_NR_stty
144133189d31Sths{ TARGET_NR_stty, "stty" , NULL, NULL, NULL },
144233189d31Sths#endif
144333189d31Sths#ifdef TARGET_NR_swapcontext
144433189d31Sths{ TARGET_NR_swapcontext, "swapcontext" , NULL, NULL, NULL },
144533189d31Sths#endif
144633189d31Sths#ifdef TARGET_NR_swapoff
144733189d31Sths{ TARGET_NR_swapoff, "swapoff" , NULL, NULL, NULL },
144833189d31Sths#endif
144933189d31Sths#ifdef TARGET_NR_swapon
145033189d31Sths{ TARGET_NR_swapon, "swapon" , NULL, NULL, NULL },
145133189d31Sths#endif
145233189d31Sths#ifdef TARGET_NR_symlink
145374d753acSMika Westerberg{ TARGET_NR_symlink, "symlink" , NULL, print_symlink, NULL },
145433189d31Sths#endif
145533189d31Sths#ifdef TARGET_NR_symlinkat
145674d753acSMika Westerberg{ TARGET_NR_symlinkat, "symlinkat", NULL, print_symlinkat, NULL },
145733189d31Sths#endif
145833189d31Sths#ifdef TARGET_NR_sync
145933189d31Sths{ TARGET_NR_sync, "sync" , NULL, NULL, NULL },
146033189d31Sths#endif
1461fea55615SAleksandar Markovic#ifdef TARGET_NR_syncfs
1462fea55615SAleksandar Markovic{ TARGET_NR_syncfs, "syncfs" , NULL, NULL, NULL },
1463fea55615SAleksandar Markovic#endif
146433189d31Sths#ifdef TARGET_NR_syscall
146533189d31Sths{ TARGET_NR_syscall, "syscall" , NULL, NULL, NULL },
146633189d31Sths#endif
146733189d31Sths#ifdef TARGET_NR__sysctl
146833189d31Sths{ TARGET_NR__sysctl, "_sysctl" , NULL, NULL, NULL },
146933189d31Sths#endif
147033189d31Sths#ifdef TARGET_NR_sys_epoll_create
147133189d31Sths{ TARGET_NR_sys_epoll_create, "sys_epoll_create" , NULL, NULL, NULL },
147233189d31Sths#endif
147333189d31Sths#ifdef TARGET_NR_sys_epoll_ctl
147433189d31Sths{ TARGET_NR_sys_epoll_ctl, "sys_epoll_ctl" , NULL, NULL, NULL },
147533189d31Sths#endif
147633189d31Sths#ifdef TARGET_NR_sys_epoll_wait
147733189d31Sths{ TARGET_NR_sys_epoll_wait, "sys_epoll_wait" , NULL, NULL, NULL },
147833189d31Sths#endif
147933189d31Sths#ifdef TARGET_NR_sysfs
148033189d31Sths{ TARGET_NR_sysfs, "sysfs" , NULL, NULL, NULL },
148133189d31Sths#endif
148233189d31Sths#ifdef TARGET_NR_sysinfo
148333189d31Sths{ TARGET_NR_sysinfo, "sysinfo" , NULL, NULL, NULL },
148433189d31Sths#endif
148533189d31Sths#ifdef TARGET_NR_sys_kexec_load
148633189d31Sths{ TARGET_NR_sys_kexec_load, "sys_kexec_load" , NULL, NULL, NULL },
148733189d31Sths#endif
148833189d31Sths#ifdef TARGET_NR_syslog
1489da2c8ad7SAleksandar Markovic{ TARGET_NR_syslog, "syslog" , NULL, print_syslog, NULL },
149033189d31Sths#endif
149133189d31Sths#ifdef TARGET_NR_sysmips
149233189d31Sths{ TARGET_NR_sysmips, "sysmips" , NULL, NULL, NULL },
149333189d31Sths#endif
149433189d31Sths#ifdef TARGET_NR_sys_setaltroot
149533189d31Sths{ TARGET_NR_sys_setaltroot, "sys_setaltroot" , NULL, NULL, NULL },
149633189d31Sths#endif
149733189d31Sths#ifdef TARGET_NR_tee
149833189d31Sths{ TARGET_NR_tee, "tee" , NULL, NULL, NULL },
149933189d31Sths#endif
150033189d31Sths#ifdef TARGET_NR_tgkill
150133189d31Sths{ TARGET_NR_tgkill, "tgkill" , NULL, NULL, NULL },
150233189d31Sths#endif
150333189d31Sths#ifdef TARGET_NR_time
150433189d31Sths{ TARGET_NR_time, "time" , NULL, NULL, NULL },
150533189d31Sths#endif
150633189d31Sths#ifdef TARGET_NR_timer_create
150733189d31Sths{ TARGET_NR_timer_create, "timer_create" , NULL, NULL, NULL },
150833189d31Sths#endif
150933189d31Sths#ifdef TARGET_NR_timer_delete
151033189d31Sths{ TARGET_NR_timer_delete, "timer_delete" , NULL, NULL, NULL },
151133189d31Sths#endif
151233189d31Sths#ifdef TARGET_NR_timer_getoverrun
151333189d31Sths{ TARGET_NR_timer_getoverrun, "timer_getoverrun" , NULL, NULL, NULL },
151433189d31Sths#endif
151533189d31Sths#ifdef TARGET_NR_timer_gettime
151633189d31Sths{ TARGET_NR_timer_gettime, "timer_gettime" , NULL, NULL, NULL },
151733189d31Sths#endif
151833189d31Sths#ifdef TARGET_NR_timer_settime
151933189d31Sths{ TARGET_NR_timer_settime, "timer_settime" , NULL, NULL, NULL },
152033189d31Sths#endif
1521fea55615SAleksandar Markovic#ifdef TARGET_NR_timerfd
1522fea55615SAleksandar Markovic{ TARGET_NR_timerfd, "timerfd" , NULL, NULL, NULL },
1523fea55615SAleksandar Markovic#endif
152451834341SRiku Voipio#ifdef TARGET_NR_timerfd_create
152551834341SRiku Voipio{ TARGET_NR_timerfd_create, "timerfd_create" , NULL, NULL, NULL },
152651834341SRiku Voipio#endif
152751834341SRiku Voipio#ifdef TARGET_NR_timerfd_gettime
152851834341SRiku Voipio{ TARGET_NR_timerfd_gettime, "timerfd_gettime" , NULL, NULL, NULL },
152951834341SRiku Voipio#endif
153051834341SRiku Voipio#ifdef TARGET_NR_timerfd_settime
153151834341SRiku Voipio{ TARGET_NR_timerfd_settime, "timerfd_settime" , NULL, NULL, NULL },
153251834341SRiku Voipio#endif
153333189d31Sths#ifdef TARGET_NR_times
153433189d31Sths{ TARGET_NR_times, "times" , NULL, NULL, NULL },
153533189d31Sths#endif
153633189d31Sths#ifdef TARGET_NR_tkill
153733189d31Sths{ TARGET_NR_tkill, "tkill" , NULL, NULL, NULL },
153833189d31Sths#endif
153933189d31Sths#ifdef TARGET_NR_truncate
154033189d31Sths{ TARGET_NR_truncate, "truncate" , NULL, NULL, NULL },
154133189d31Sths#endif
154233189d31Sths#ifdef TARGET_NR_truncate64
154333189d31Sths{ TARGET_NR_truncate64, "truncate64" , NULL, NULL, NULL },
154433189d31Sths#endif
154533189d31Sths#ifdef TARGET_NR_tuxcall
154633189d31Sths{ TARGET_NR_tuxcall, "tuxcall" , NULL, NULL, NULL },
154733189d31Sths#endif
154833189d31Sths#ifdef TARGET_NR_ugetrlimit
154933189d31Sths{ TARGET_NR_ugetrlimit, "ugetrlimit" , NULL, NULL, NULL },
155033189d31Sths#endif
155133189d31Sths#ifdef TARGET_NR_ulimit
155233189d31Sths{ TARGET_NR_ulimit, "ulimit" , NULL, NULL, NULL },
155333189d31Sths#endif
155433189d31Sths#ifdef TARGET_NR_umask
155533189d31Sths{ TARGET_NR_umask, "umask" , "%s(%#o)", NULL, NULL },
155633189d31Sths#endif
155733189d31Sths#ifdef TARGET_NR_umount
155874d753acSMika Westerberg{ TARGET_NR_umount, "umount" , NULL, print_umount, NULL },
155933189d31Sths#endif
156033189d31Sths#ifdef TARGET_NR_umount2
156174d753acSMika Westerberg{ TARGET_NR_umount2, "umount2" , NULL, print_umount2, NULL },
156233189d31Sths#endif
156333189d31Sths#ifdef TARGET_NR_uname
156433189d31Sths{ TARGET_NR_uname, "uname" , "%s(%p)", NULL, NULL },
156533189d31Sths#endif
156633189d31Sths#ifdef TARGET_NR_unlink
156774d753acSMika Westerberg{ TARGET_NR_unlink, "unlink" , NULL, print_unlink, NULL },
156833189d31Sths#endif
156933189d31Sths#ifdef TARGET_NR_unlinkat
157074d753acSMika Westerberg{ TARGET_NR_unlinkat, "unlinkat" , NULL, print_unlinkat, NULL },
157133189d31Sths#endif
157233189d31Sths#ifdef TARGET_NR_unshare
157333189d31Sths{ TARGET_NR_unshare, "unshare" , NULL, NULL, NULL },
157433189d31Sths#endif
1575fea55615SAleksandar Markovic#ifdef TARGET_NR_userfaultfd
1576fea55615SAleksandar Markovic{ TARGET_NR_userfaultfd, "userfaultfd" , NULL, NULL, NULL },
1577fea55615SAleksandar Markovic#endif
157833189d31Sths#ifdef TARGET_NR_unused109
157933189d31Sths{ TARGET_NR_unused109, "unused109" , NULL, NULL, NULL },
158033189d31Sths#endif
158133189d31Sths#ifdef TARGET_NR_unused150
158233189d31Sths{ TARGET_NR_unused150, "unused150" , NULL, NULL, NULL },
158333189d31Sths#endif
158433189d31Sths#ifdef TARGET_NR_unused18
158533189d31Sths{ TARGET_NR_unused18, "unused18" , NULL, NULL, NULL },
158633189d31Sths#endif
158733189d31Sths#ifdef TARGET_NR_unused28
158833189d31Sths{ TARGET_NR_unused28, "unused28" , NULL, NULL, NULL },
158933189d31Sths#endif
159033189d31Sths#ifdef TARGET_NR_unused59
159133189d31Sths{ TARGET_NR_unused59, "unused59" , NULL, NULL, NULL },
159233189d31Sths#endif
159333189d31Sths#ifdef TARGET_NR_unused84
159433189d31Sths{ TARGET_NR_unused84, "unused84" , NULL, NULL, NULL },
159533189d31Sths#endif
159633189d31Sths#ifdef TARGET_NR_uselib
159733189d31Sths{ TARGET_NR_uselib, "uselib" , NULL, NULL, NULL },
159833189d31Sths#endif
159933189d31Sths#ifdef TARGET_NR_ustat
160033189d31Sths{ TARGET_NR_ustat, "ustat" , "%s(%#x,%p)", NULL, NULL },
160133189d31Sths#endif
160233189d31Sths#ifdef TARGET_NR_utime
160374d753acSMika Westerberg{ TARGET_NR_utime, "utime" , NULL, print_utime, NULL },
160433189d31Sths#endif
160533189d31Sths#ifdef TARGET_NR_utimes
160674d753acSMika Westerberg{ TARGET_NR_utimes, "utimes" , NULL, print_utimes, NULL },
160733189d31Sths#endif
160833189d31Sths#ifdef TARGET_NR_utrap_install
160933189d31Sths{ TARGET_NR_utrap_install, "utrap_install" , NULL, NULL, NULL },
161033189d31Sths#endif
161133189d31Sths#ifdef TARGET_NR_vfork
161233189d31Sths{ TARGET_NR_vfork, "vfork" , NULL, NULL, NULL },
161333189d31Sths#endif
161433189d31Sths#ifdef TARGET_NR_vhangup
161533189d31Sths{ TARGET_NR_vhangup, "vhangup" , NULL, NULL, NULL },
161633189d31Sths#endif
161733189d31Sths#ifdef TARGET_NR_vm86
161833189d31Sths{ TARGET_NR_vm86, "vm86" , NULL, NULL, NULL },
161933189d31Sths#endif
162033189d31Sths#ifdef TARGET_NR_vm86old
162133189d31Sths{ TARGET_NR_vm86old, "vm86old" , NULL, NULL, NULL },
162233189d31Sths#endif
162333189d31Sths#ifdef TARGET_NR_vmsplice
162433189d31Sths{ TARGET_NR_vmsplice, "vmsplice" , NULL, NULL, NULL },
162533189d31Sths#endif
162633189d31Sths#ifdef TARGET_NR_vserver
162733189d31Sths{ TARGET_NR_vserver, "vserver" , NULL, NULL, NULL },
162833189d31Sths#endif
162933189d31Sths#ifdef TARGET_NR_wait4
163033189d31Sths{ TARGET_NR_wait4, "wait4" , NULL, NULL, NULL },
163133189d31Sths#endif
163233189d31Sths#ifdef TARGET_NR_waitid
163333189d31Sths{ TARGET_NR_waitid, "waitid" , "%s(%#x,%d,%p,%#x)", NULL, NULL },
163433189d31Sths#endif
163533189d31Sths#ifdef TARGET_NR_waitpid
163633189d31Sths{ TARGET_NR_waitpid, "waitpid" , "%s(%d,%p,%#x)", NULL, NULL },
163733189d31Sths#endif
163833189d31Sths#ifdef TARGET_NR_write
163933189d31Sths{ TARGET_NR_write, "write" , "%s(%d,%#x,%d)", NULL, NULL },
164033189d31Sths#endif
164133189d31Sths#ifdef TARGET_NR_writev
164233189d31Sths{ TARGET_NR_writev, "writev" , "%s(%d,%p,%#x)", NULL, NULL },
164333189d31Sths#endif
164433189d31Sths#ifdef TARGET_NR_utimensat
164574d753acSMika Westerberg{ TARGET_NR_utimensat, "utimensat", NULL, print_utimensat, NULL },
164633189d31Sths#endif
1647c727f47dSPeter Maydell#ifdef TARGET_NR_sync_file_range
1648c727f47dSPeter Maydell{ TARGET_NR_sync_file_range, "sync_file_range", NULL, NULL, NULL },
1649c727f47dSPeter Maydell#endif
1650c727f47dSPeter Maydell#ifdef TARGET_NR_sync_file_range2
1651c727f47dSPeter Maydell{ TARGET_NR_sync_file_range2, "sync_file_range2", NULL, NULL, NULL },
1652c727f47dSPeter Maydell#endif
1653e7ea6cbeSRichard Henderson#ifdef TARGET_NR_pipe2
1654e7ea6cbeSRichard Henderson{ TARGET_NR_pipe2, "pipe2", NULL, NULL, NULL },
1655e7ea6cbeSRichard Henderson#endif
165689aaf1a6SRiku Voipio#ifdef TARGET_NR_atomic_cmpxchg_32
165789aaf1a6SRiku Voipio{ TARGET_NR_atomic_cmpxchg_32, "atomic_cmpxchg_32", NULL, NULL, NULL },
165889aaf1a6SRiku Voipio#endif
165989aaf1a6SRiku Voipio#ifdef TARGET_NR_atomic_barrier
166089aaf1a6SRiku Voipio{ TARGET_NR_atomic_barrier, "atomic_barrier", NULL, NULL, NULL },
166189aaf1a6SRiku Voipio#endif
1662