xref: /qemu/linux-user/strace.list (revision 4de596cb)
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
933189d31Sths#ifdef TARGET_NR_access
1074d753acSMika Westerberg{ TARGET_NR_access, "access" , NULL, print_access, NULL },
1133189d31Sths#endif
1233189d31Sths#ifdef TARGET_NR_acct
1333189d31Sths{ TARGET_NR_acct, "acct" , NULL, NULL, NULL },
1433189d31Sths#endif
1533189d31Sths#ifdef TARGET_NR_add_key
1633189d31Sths{ TARGET_NR_add_key, "add_key" , NULL, NULL, NULL },
1733189d31Sths#endif
1833189d31Sths#ifdef TARGET_NR_adjtimex
1933189d31Sths{ TARGET_NR_adjtimex, "adjtimex" , NULL, NULL, NULL },
2033189d31Sths#endif
2133189d31Sths#ifdef TARGET_NR_afs_syscall
2233189d31Sths{ TARGET_NR_afs_syscall, "afs_syscall" , NULL, NULL, NULL },
2333189d31Sths#endif
2433189d31Sths#ifdef TARGET_NR_alarm
2533189d31Sths{ TARGET_NR_alarm, "alarm" , NULL, NULL, NULL },
2633189d31Sths#endif
2733189d31Sths#ifdef TARGET_NR_aplib
2833189d31Sths{ TARGET_NR_aplib, "aplib" , NULL, NULL, NULL },
2933189d31Sths#endif
3033189d31Sths#ifdef TARGET_NR_arch_prctl
3133189d31Sths{ TARGET_NR_arch_prctl, "arch_prctl" , NULL, NULL, NULL },
3233189d31Sths#endif
3333189d31Sths#ifdef TARGET_NR_arm_fadvise64_64
3433189d31Sths{ TARGET_NR_arm_fadvise64_64, "arm_fadvise64_64" , NULL, NULL, NULL },
3533189d31Sths#endif
3633189d31Sths#ifdef TARGET_NR_bdflush
3733189d31Sths{ TARGET_NR_bdflush, "bdflush" , NULL, NULL, NULL },
3833189d31Sths#endif
3933189d31Sths#ifdef TARGET_NR_bind
4033189d31Sths{ TARGET_NR_bind, "bind" , NULL, NULL, NULL },
4133189d31Sths#endif
4233189d31Sths#ifdef TARGET_NR_break
4333189d31Sths{ TARGET_NR_break, "break" , NULL, NULL, NULL },
4433189d31Sths#endif
4533189d31Sths#ifdef TARGET_NR_brk
4674d753acSMika Westerberg{ TARGET_NR_brk, "brk" , NULL, print_brk, print_syscall_ret_addr },
4733189d31Sths#endif
4833189d31Sths#ifdef TARGET_NR_cachectl
4933189d31Sths{ TARGET_NR_cachectl, "cachectl" , NULL, NULL, NULL },
5033189d31Sths#endif
5133189d31Sths#ifdef TARGET_NR_cacheflush
5233189d31Sths{ TARGET_NR_cacheflush, "cacheflush" , NULL, NULL, NULL },
5333189d31Sths#endif
5433189d31Sths#ifdef TARGET_NR_capget
5533189d31Sths{ TARGET_NR_capget, "capget" , NULL, NULL, NULL },
5633189d31Sths#endif
5733189d31Sths#ifdef TARGET_NR_capset
5833189d31Sths{ TARGET_NR_capset, "capset" , NULL, NULL, NULL },
5933189d31Sths#endif
6033189d31Sths#ifdef TARGET_NR_chdir
6174d753acSMika Westerberg{ TARGET_NR_chdir, "chdir" , NULL, print_chdir, NULL },
6233189d31Sths#endif
6333189d31Sths#ifdef TARGET_NR_chmod
6474d753acSMika Westerberg{ TARGET_NR_chmod, "chmod" , NULL, print_chmod, NULL },
6533189d31Sths#endif
6633189d31Sths#ifdef TARGET_NR_chown
6733189d31Sths{ TARGET_NR_chown, "chown" , NULL, NULL, NULL },
6833189d31Sths#endif
6933189d31Sths#ifdef TARGET_NR_chown32
7033189d31Sths{ TARGET_NR_chown32, "chown32" , NULL, NULL, NULL },
7133189d31Sths#endif
7233189d31Sths#ifdef TARGET_NR_chroot
7333189d31Sths{ TARGET_NR_chroot, "chroot" , NULL, NULL, NULL },
7433189d31Sths#endif
7533189d31Sths#ifdef TARGET_NR_clock_getres
7633189d31Sths{ TARGET_NR_clock_getres, "clock_getres" , NULL, NULL, NULL },
7733189d31Sths#endif
7833189d31Sths#ifdef TARGET_NR_clock_gettime
7933189d31Sths{ TARGET_NR_clock_gettime, "clock_gettime" , NULL, NULL, NULL },
8033189d31Sths#endif
8133189d31Sths#ifdef TARGET_NR_clock_nanosleep
8233189d31Sths{ TARGET_NR_clock_nanosleep, "clock_nanosleep" , NULL, NULL, NULL },
8333189d31Sths#endif
8433189d31Sths#ifdef TARGET_NR_clock_settime
8533189d31Sths{ TARGET_NR_clock_settime, "clock_settime" , NULL, NULL, NULL },
8633189d31Sths#endif
8733189d31Sths#ifdef TARGET_NR_clone
8833189d31Sths{ TARGET_NR_clone, "clone" , NULL, NULL, NULL },
8933189d31Sths#endif
9033189d31Sths#ifdef TARGET_NR_close
9133189d31Sths{ TARGET_NR_close, "close" , "%s(%d)", NULL, NULL },
9233189d31Sths#endif
9333189d31Sths#ifdef TARGET_NR_connect
9433189d31Sths{ TARGET_NR_connect, "connect" , "%s(%d,%#x,%d)", NULL, NULL },
9533189d31Sths#endif
9633189d31Sths#ifdef TARGET_NR_creat
9774d753acSMika Westerberg{ TARGET_NR_creat, "creat" , NULL, print_creat, NULL },
9833189d31Sths#endif
9933189d31Sths#ifdef TARGET_NR_create_module
10033189d31Sths{ TARGET_NR_create_module, "create_module" , NULL, NULL, NULL },
10133189d31Sths#endif
10233189d31Sths#ifdef TARGET_NR_delete_module
10333189d31Sths{ TARGET_NR_delete_module, "delete_module" , NULL, NULL, NULL },
10433189d31Sths#endif
10533189d31Sths#ifdef TARGET_NR_dipc
10633189d31Sths{ TARGET_NR_dipc, "dipc" , NULL, NULL, NULL },
10733189d31Sths#endif
10833189d31Sths#ifdef TARGET_NR_dup
10933189d31Sths{ TARGET_NR_dup, "dup" , NULL, NULL, NULL },
11033189d31Sths#endif
11133189d31Sths#ifdef TARGET_NR_dup2
11233189d31Sths{ TARGET_NR_dup2, "dup2" , NULL, NULL, NULL },
11333189d31Sths#endif
11433189d31Sths#ifdef TARGET_NR_epoll_create
11533189d31Sths{ TARGET_NR_epoll_create, "epoll_create" , NULL, NULL, NULL },
11633189d31Sths#endif
11733189d31Sths#ifdef TARGET_NR_epoll_ctl
11833189d31Sths{ TARGET_NR_epoll_ctl, "epoll_ctl" , NULL, NULL, NULL },
11933189d31Sths#endif
12033189d31Sths#ifdef TARGET_NR_epoll_ctl_old
12133189d31Sths{ TARGET_NR_epoll_ctl_old, "epoll_ctl_old" , NULL, NULL, NULL },
12233189d31Sths#endif
12333189d31Sths#ifdef TARGET_NR_epoll_wait
12433189d31Sths{ TARGET_NR_epoll_wait, "epoll_wait" , NULL, NULL, NULL },
12533189d31Sths#endif
12633189d31Sths#ifdef TARGET_NR_epoll_wait_old
12733189d31Sths{ TARGET_NR_epoll_wait_old, "epoll_wait_old" , NULL, NULL, NULL },
12833189d31Sths#endif
12933189d31Sths#ifdef TARGET_NR_execv
13074d753acSMika Westerberg{ TARGET_NR_execv, "execv" , NULL, print_execv, NULL },
13133189d31Sths#endif
13233189d31Sths#ifdef TARGET_NR_execve
13333189d31Sths{ TARGET_NR_execve, "execve" , NULL, print_execve, NULL },
13433189d31Sths#endif
13533189d31Sths#ifdef TARGET_NR_exec_with_loader
13633189d31Sths{ TARGET_NR_exec_with_loader, "exec_with_loader" , NULL, NULL, NULL },
13733189d31Sths#endif
13833189d31Sths#ifdef TARGET_NR_exit
13933189d31Sths{ TARGET_NR_exit, "exit" , "%s(%d)\n", NULL, NULL },
14033189d31Sths#endif
14133189d31Sths#ifdef TARGET_NR__exit
14233189d31Sths{ TARGET_NR__exit, "_exit" , "%s(%d)\n", NULL, NULL },
14333189d31Sths#endif
14433189d31Sths#ifdef TARGET_NR_exit_group
14533189d31Sths{ TARGET_NR_exit_group, "exit_group" , "%s(%d)\n", NULL, NULL },
14633189d31Sths#endif
14733189d31Sths#ifdef TARGET_NR_faccessat
14874d753acSMika Westerberg{ TARGET_NR_faccessat, "faccessat" , NULL, print_faccessat, NULL },
14933189d31Sths#endif
15033189d31Sths#ifdef TARGET_NR_fadvise64
15133189d31Sths{ TARGET_NR_fadvise64, "fadvise64" , NULL, NULL, NULL },
15233189d31Sths#endif
15333189d31Sths#ifdef TARGET_NR_fadvise64_64
15433189d31Sths{ TARGET_NR_fadvise64_64, "fadvise64_64" , NULL, NULL, NULL },
15533189d31Sths#endif
15633189d31Sths#ifdef TARGET_NR_fchdir
15733189d31Sths{ TARGET_NR_fchdir, "fchdir" , NULL, NULL, NULL },
15833189d31Sths#endif
15933189d31Sths#ifdef TARGET_NR_fchmod
16033189d31Sths{ TARGET_NR_fchmod, "fchmod" , "%s(%d,%#o)", NULL, NULL },
16133189d31Sths#endif
16233189d31Sths#ifdef TARGET_NR_fchmodat
16374d753acSMika Westerberg{ TARGET_NR_fchmodat, "fchmodat" , NULL, print_fchmodat, NULL },
16433189d31Sths#endif
16533189d31Sths#ifdef TARGET_NR_fchown
16674d753acSMika Westerberg{ TARGET_NR_fchown, "fchown" , "%s(%d,%d,%d)", NULL, NULL },
16733189d31Sths#endif
16833189d31Sths#ifdef TARGET_NR_fchown32
16933189d31Sths{ TARGET_NR_fchown32, "fchown32" , NULL, NULL, NULL },
17033189d31Sths#endif
17133189d31Sths#ifdef TARGET_NR_fchownat
17274d753acSMika Westerberg{ TARGET_NR_fchownat, "fchownat" , NULL, print_fchownat, NULL },
17333189d31Sths#endif
17433189d31Sths#ifdef TARGET_NR_fcntl
17574d753acSMika Westerberg{ TARGET_NR_fcntl, "fcntl" , NULL, print_fcntl, NULL },
17633189d31Sths#endif
17733189d31Sths#ifdef TARGET_NR_fcntl64
17874d753acSMika Westerberg{ TARGET_NR_fcntl64, "fcntl64" , NULL, print_fcntl64, NULL },
17933189d31Sths#endif
18033189d31Sths#ifdef TARGET_NR_fdatasync
18133189d31Sths{ TARGET_NR_fdatasync, "fdatasync" , NULL, NULL, NULL },
18233189d31Sths#endif
18333189d31Sths#ifdef TARGET_NR_fgetxattr
18433189d31Sths{ TARGET_NR_fgetxattr, "fgetxattr" , NULL, NULL, NULL },
18533189d31Sths#endif
18633189d31Sths#ifdef TARGET_NR_flistxattr
18733189d31Sths{ TARGET_NR_flistxattr, "flistxattr" , NULL, NULL, NULL },
18833189d31Sths#endif
18933189d31Sths#ifdef TARGET_NR_flock
19033189d31Sths{ TARGET_NR_flock, "flock" , NULL, NULL, NULL },
19133189d31Sths#endif
19233189d31Sths#ifdef TARGET_NR_fork
19333189d31Sths{ TARGET_NR_fork, "fork" , "%s()", NULL, NULL },
19433189d31Sths#endif
19533189d31Sths#ifdef TARGET_NR_fremovexattr
19633189d31Sths{ TARGET_NR_fremovexattr, "fremovexattr" , NULL, NULL, NULL },
19733189d31Sths#endif
19833189d31Sths#ifdef TARGET_NR_fsetxattr
19933189d31Sths{ TARGET_NR_fsetxattr, "fsetxattr" , NULL, NULL, NULL },
20033189d31Sths#endif
20133189d31Sths#ifdef TARGET_NR_fstat
20274d753acSMika Westerberg{ TARGET_NR_fstat, "fstat" , NULL, print_fstat, NULL },
20333189d31Sths#endif
20433189d31Sths#ifdef TARGET_NR_fstat64
20574d753acSMika Westerberg{ TARGET_NR_fstat64, "fstat64" , NULL, print_fstat64, NULL },
20633189d31Sths#endif
20733189d31Sths#ifdef TARGET_NR_fstatfs
20833189d31Sths{ TARGET_NR_fstatfs, "fstatfs" , "%s(%d,%p)", NULL, NULL },
20933189d31Sths#endif
21033189d31Sths#ifdef TARGET_NR_fstatfs64
21133189d31Sths{ TARGET_NR_fstatfs64, "fstatfs64" , "%s(%d,%p)", NULL, NULL },
21233189d31Sths#endif
21333189d31Sths#ifdef TARGET_NR_fsync
21433189d31Sths{ TARGET_NR_fsync, "fsync" , NULL, NULL, NULL },
21533189d31Sths#endif
21633189d31Sths#ifdef TARGET_NR_ftime
21733189d31Sths{ TARGET_NR_ftime, "ftime" , NULL, NULL, NULL },
21833189d31Sths#endif
21933189d31Sths#ifdef TARGET_NR_ftruncate
22033189d31Sths{ TARGET_NR_ftruncate, "ftruncate" , NULL, NULL, NULL },
22133189d31Sths#endif
22233189d31Sths#ifdef TARGET_NR_ftruncate64
22333189d31Sths{ TARGET_NR_ftruncate64, "ftruncate64" , NULL, NULL, NULL },
22433189d31Sths#endif
22533189d31Sths#ifdef TARGET_NR_futex
22674d753acSMika Westerberg{ TARGET_NR_futex, "futex" , NULL, print_futex, NULL },
22733189d31Sths#endif
22833189d31Sths#ifdef TARGET_NR_futimesat
22974d753acSMika Westerberg{ TARGET_NR_futimesat, "futimesat" , NULL, print_futimesat, NULL },
23033189d31Sths#endif
23133189d31Sths#ifdef TARGET_NR_getcwd
23233189d31Sths{ TARGET_NR_getcwd, "getcwd" , "%s(%p,%d)", NULL, NULL },
23333189d31Sths#endif
23433189d31Sths#ifdef TARGET_NR_getdents
23533189d31Sths{ TARGET_NR_getdents, "getdents" , NULL, NULL, NULL },
23633189d31Sths#endif
23733189d31Sths#ifdef TARGET_NR_getdents64
23833189d31Sths{ TARGET_NR_getdents64, "getdents64" , NULL, NULL, NULL },
23933189d31Sths#endif
24033189d31Sths#ifdef TARGET_NR_getdomainname
24133189d31Sths{ TARGET_NR_getdomainname, "getdomainname" , NULL, NULL, NULL },
24233189d31Sths#endif
24333189d31Sths#ifdef TARGET_NR_getdtablesize
24433189d31Sths{ TARGET_NR_getdtablesize, "getdtablesize" , NULL, NULL, NULL },
24533189d31Sths#endif
24633189d31Sths#ifdef TARGET_NR_getegid
24733189d31Sths{ TARGET_NR_getegid, "getegid" , NULL, NULL, NULL },
24833189d31Sths#endif
24933189d31Sths#ifdef TARGET_NR_getegid32
25033189d31Sths{ TARGET_NR_getegid32, "getegid32" , NULL, NULL, NULL },
25133189d31Sths#endif
25233189d31Sths#ifdef TARGET_NR_geteuid
25333189d31Sths{ TARGET_NR_geteuid, "geteuid" , NULL, NULL, NULL },
25433189d31Sths#endif
25533189d31Sths#ifdef TARGET_NR_geteuid32
25633189d31Sths{ TARGET_NR_geteuid32, "geteuid32" , NULL, NULL, NULL },
25733189d31Sths#endif
25833189d31Sths#ifdef TARGET_NR_getgid
25933189d31Sths{ TARGET_NR_getgid, "getgid" , NULL, NULL, NULL },
26033189d31Sths#endif
26133189d31Sths#ifdef TARGET_NR_getgid32
26233189d31Sths{ TARGET_NR_getgid32, "getgid32" , NULL, NULL, NULL },
26333189d31Sths#endif
26433189d31Sths#ifdef TARGET_NR_getgroups
26533189d31Sths{ TARGET_NR_getgroups, "getgroups" , NULL, NULL, NULL },
26633189d31Sths#endif
26733189d31Sths#ifdef TARGET_NR_getgroups32
26833189d31Sths{ TARGET_NR_getgroups32, "getgroups32" , NULL, NULL, NULL },
26933189d31Sths#endif
27033189d31Sths#ifdef TARGET_NR_gethostname
27133189d31Sths{ TARGET_NR_gethostname, "gethostname" , NULL, NULL, NULL },
27233189d31Sths#endif
27333189d31Sths#ifdef TARGET_NR_getitimer
27433189d31Sths{ TARGET_NR_getitimer, "getitimer" , NULL, NULL, NULL },
27533189d31Sths#endif
27633189d31Sths#ifdef TARGET_NR_get_kernel_syms
27733189d31Sths{ TARGET_NR_get_kernel_syms, "get_kernel_syms" , NULL, NULL, NULL },
27833189d31Sths#endif
27933189d31Sths#ifdef TARGET_NR_get_mempolicy
28033189d31Sths{ TARGET_NR_get_mempolicy, "get_mempolicy" , NULL, NULL, NULL },
28133189d31Sths#endif
28233189d31Sths#ifdef TARGET_NR_getpagesize
28333189d31Sths{ TARGET_NR_getpagesize, "getpagesize" , NULL, NULL, NULL },
28433189d31Sths#endif
28533189d31Sths#ifdef TARGET_NR_getpeername
28633189d31Sths{ TARGET_NR_getpeername, "getpeername" , NULL, NULL, NULL },
28733189d31Sths#endif
28833189d31Sths#ifdef TARGET_NR_getpgid
28933189d31Sths{ TARGET_NR_getpgid, "getpgid" , NULL, NULL, NULL },
29033189d31Sths#endif
29133189d31Sths#ifdef TARGET_NR_getpgrp
29233189d31Sths{ TARGET_NR_getpgrp, "getpgrp" , NULL, NULL, NULL },
29333189d31Sths#endif
29433189d31Sths#ifdef TARGET_NR_getpid
29533189d31Sths{ TARGET_NR_getpid, "getpid" , NULL, NULL, NULL },
29633189d31Sths#endif
29733189d31Sths#ifdef TARGET_NR_getpmsg
29833189d31Sths{ TARGET_NR_getpmsg, "getpmsg" , NULL, NULL, NULL },
29933189d31Sths#endif
30033189d31Sths#ifdef TARGET_NR_getppid
30133189d31Sths{ TARGET_NR_getppid, "getppid" , NULL, NULL, NULL },
30233189d31Sths#endif
30333189d31Sths#ifdef TARGET_NR_getpriority
30433189d31Sths{ TARGET_NR_getpriority, "getpriority", "%s(%#x,%#x)", NULL, NULL },
30533189d31Sths#endif
30633189d31Sths#ifdef TARGET_NR_getresgid
30733189d31Sths{ TARGET_NR_getresgid, "getresgid" , NULL, NULL, NULL },
30833189d31Sths#endif
30933189d31Sths#ifdef TARGET_NR_getresgid32
31033189d31Sths{ TARGET_NR_getresgid32, "getresgid32" , NULL, NULL, NULL },
31133189d31Sths#endif
31233189d31Sths#ifdef TARGET_NR_getresuid
31333189d31Sths{ TARGET_NR_getresuid, "getresuid" , NULL, NULL, NULL },
31433189d31Sths#endif
31533189d31Sths#ifdef TARGET_NR_getresuid32
31633189d31Sths{ TARGET_NR_getresuid32, "getresuid32" , NULL, NULL, NULL },
31733189d31Sths#endif
31833189d31Sths#ifdef TARGET_NR_getrlimit
31933189d31Sths{ TARGET_NR_getrlimit, "getrlimit" , NULL, NULL, NULL },
32033189d31Sths#endif
32133189d31Sths#ifdef TARGET_NR_get_robust_list
32233189d31Sths{ TARGET_NR_get_robust_list, "get_robust_list" , NULL, NULL, NULL },
32333189d31Sths#endif
32433189d31Sths#ifdef TARGET_NR_getrusage
32533189d31Sths{ TARGET_NR_getrusage, "getrusage" , NULL, NULL, NULL },
32633189d31Sths#endif
32733189d31Sths#ifdef TARGET_NR_getsid
32833189d31Sths{ TARGET_NR_getsid, "getsid" , NULL, NULL, NULL },
32933189d31Sths#endif
33033189d31Sths#ifdef TARGET_NR_getsockname
33133189d31Sths{ TARGET_NR_getsockname, "getsockname" , NULL, NULL, NULL },
33233189d31Sths#endif
33333189d31Sths#ifdef TARGET_NR_getsockopt
33433189d31Sths{ TARGET_NR_getsockopt, "getsockopt" , NULL, NULL, NULL },
33533189d31Sths#endif
33633189d31Sths#ifdef TARGET_NR_get_thread_area
33733189d31Sths{ TARGET_NR_get_thread_area, "get_thread_area" , NULL, NULL, NULL },
33833189d31Sths#endif
33933189d31Sths#ifdef TARGET_NR_gettid
34033189d31Sths{ TARGET_NR_gettid, "gettid" , NULL, NULL, NULL },
34133189d31Sths#endif
34233189d31Sths#ifdef TARGET_NR_gettimeofday
34333189d31Sths{ TARGET_NR_gettimeofday, "gettimeofday" , NULL, NULL, NULL },
34433189d31Sths#endif
34533189d31Sths#ifdef TARGET_NR_getuid
34633189d31Sths{ TARGET_NR_getuid, "getuid" , NULL, NULL, NULL },
34733189d31Sths#endif
34833189d31Sths#ifdef TARGET_NR_getuid32
34933189d31Sths{ TARGET_NR_getuid32, "getuid32" , NULL, NULL, NULL },
35033189d31Sths#endif
35133189d31Sths#ifdef TARGET_NR_getxattr
35233189d31Sths{ TARGET_NR_getxattr, "getxattr" , NULL, NULL, NULL },
35333189d31Sths#endif
35433189d31Sths#ifdef TARGET_NR_getxgid
35533189d31Sths{ TARGET_NR_getxgid, "getxgid" , NULL, NULL, NULL },
35633189d31Sths#endif
35733189d31Sths#ifdef TARGET_NR_getxpid
35833189d31Sths{ TARGET_NR_getxpid, "getxpid" , NULL, NULL, NULL },
35933189d31Sths#endif
36033189d31Sths#ifdef TARGET_NR_getxuid
36133189d31Sths{ TARGET_NR_getxuid, "getxuid" , NULL, NULL, NULL },
36233189d31Sths#endif
36333189d31Sths#ifdef TARGET_NR_gtty
36433189d31Sths{ TARGET_NR_gtty, "gtty" , NULL, NULL, NULL },
36533189d31Sths#endif
36633189d31Sths#ifdef TARGET_NR_idle
36733189d31Sths{ TARGET_NR_idle, "idle" , NULL, NULL, NULL },
36833189d31Sths#endif
36933189d31Sths#ifdef TARGET_NR_init_module
37033189d31Sths{ TARGET_NR_init_module, "init_module" , NULL, NULL, NULL },
37133189d31Sths#endif
37233189d31Sths#ifdef TARGET_NR_inotify_add_watch
37333189d31Sths{ TARGET_NR_inotify_add_watch, "inotify_add_watch" , NULL, NULL, NULL },
37433189d31Sths#endif
37533189d31Sths#ifdef TARGET_NR_inotify_init
37633189d31Sths{ TARGET_NR_inotify_init, "inotify_init" , NULL, NULL, NULL },
37733189d31Sths#endif
37833189d31Sths#ifdef TARGET_NR_inotify_rm_watch
37933189d31Sths{ TARGET_NR_inotify_rm_watch, "inotify_rm_watch" , NULL, NULL, NULL },
38033189d31Sths#endif
38133189d31Sths#ifdef TARGET_NR_io_cancel
38233189d31Sths{ TARGET_NR_io_cancel, "io_cancel" , NULL, NULL, NULL },
38333189d31Sths#endif
38433189d31Sths#ifdef TARGET_NR_ioctl
38533189d31Sths{ TARGET_NR_ioctl, "ioctl" , NULL, NULL, NULL },
38633189d31Sths#endif
38733189d31Sths#ifdef TARGET_NR_io_destroy
38833189d31Sths{ TARGET_NR_io_destroy, "io_destroy" , NULL, NULL, NULL },
38933189d31Sths#endif
39033189d31Sths#ifdef TARGET_NR_io_getevents
39133189d31Sths{ TARGET_NR_io_getevents, "io_getevents" , NULL, NULL, NULL },
39233189d31Sths#endif
39333189d31Sths#ifdef TARGET_NR_ioperm
39433189d31Sths{ TARGET_NR_ioperm, "ioperm" , NULL, NULL, NULL },
39533189d31Sths#endif
39633189d31Sths#ifdef TARGET_NR_iopl
39733189d31Sths{ TARGET_NR_iopl, "iopl" , NULL, NULL, NULL },
39833189d31Sths#endif
39933189d31Sths#ifdef TARGET_NR_ioprio_get
40033189d31Sths{ TARGET_NR_ioprio_get, "ioprio_get" , NULL, NULL, NULL },
40133189d31Sths#endif
40233189d31Sths#ifdef TARGET_NR_ioprio_set
40333189d31Sths{ TARGET_NR_ioprio_set, "ioprio_set" , NULL, NULL, NULL },
40433189d31Sths#endif
40533189d31Sths#ifdef TARGET_NR_io_setup
40633189d31Sths{ TARGET_NR_io_setup, "io_setup" , NULL, NULL, NULL },
40733189d31Sths#endif
40833189d31Sths#ifdef TARGET_NR_io_submit
40933189d31Sths{ TARGET_NR_io_submit, "io_submit" , NULL, NULL, NULL },
41033189d31Sths#endif
41133189d31Sths#ifdef TARGET_NR_ipc
41233189d31Sths{ TARGET_NR_ipc, "ipc" , NULL, print_ipc, NULL },
41333189d31Sths#endif
41433189d31Sths#ifdef TARGET_NR_kexec_load
41533189d31Sths{ TARGET_NR_kexec_load, "kexec_load" , NULL, NULL, NULL },
41633189d31Sths#endif
41733189d31Sths#ifdef TARGET_NR_keyctl
41833189d31Sths{ TARGET_NR_keyctl, "keyctl" , NULL, NULL, NULL },
41933189d31Sths#endif
42033189d31Sths#ifdef TARGET_NR_kill
42133189d31Sths{ TARGET_NR_kill, "kill" , NULL, NULL, NULL },
42233189d31Sths#endif
42333189d31Sths#ifdef TARGET_NR_lchown
42433189d31Sths{ TARGET_NR_lchown, "lchown" , NULL, NULL, NULL },
42533189d31Sths#endif
42633189d31Sths#ifdef TARGET_NR_lchown32
42733189d31Sths{ TARGET_NR_lchown32, "lchown32" , NULL, NULL, NULL },
42833189d31Sths#endif
42933189d31Sths#ifdef TARGET_NR_lgetxattr
43033189d31Sths{ TARGET_NR_lgetxattr, "lgetxattr" , NULL, NULL, NULL },
43133189d31Sths#endif
43233189d31Sths#ifdef TARGET_NR_link
43374d753acSMika Westerberg{ TARGET_NR_link, "link" , NULL, print_link, NULL },
43433189d31Sths#endif
43533189d31Sths#ifdef TARGET_NR_linkat
43674d753acSMika Westerberg{ TARGET_NR_linkat, "linkat" , NULL, print_linkat, NULL },
43733189d31Sths#endif
43833189d31Sths#ifdef TARGET_NR_Linux
43933189d31Sths{ TARGET_NR_Linux, "Linux" , NULL, NULL, NULL },
44033189d31Sths#endif
44133189d31Sths#ifdef TARGET_NR_listen
44233189d31Sths{ TARGET_NR_listen, "listen" , NULL, NULL, NULL },
44333189d31Sths#endif
44433189d31Sths#ifdef TARGET_NR_listxattr
44533189d31Sths{ TARGET_NR_listxattr, "listxattr" , NULL, NULL, NULL },
44633189d31Sths#endif
44733189d31Sths#ifdef TARGET_NR_llistxattr
44833189d31Sths{ TARGET_NR_llistxattr, "llistxattr" , NULL, NULL, NULL },
44933189d31Sths#endif
45033189d31Sths#ifdef TARGET_NR__llseek
45133189d31Sths{ TARGET_NR__llseek, "_llseek" , NULL, NULL, NULL },
45233189d31Sths#endif
45333189d31Sths#ifdef TARGET_NR_lock
45433189d31Sths{ TARGET_NR_lock, "lock" , NULL, NULL, NULL },
45533189d31Sths#endif
45633189d31Sths#ifdef TARGET_NR_lookup_dcookie
45733189d31Sths{ TARGET_NR_lookup_dcookie, "lookup_dcookie" , NULL, NULL, NULL },
45833189d31Sths#endif
45933189d31Sths#ifdef TARGET_NR_lremovexattr
46033189d31Sths{ TARGET_NR_lremovexattr, "lremovexattr" , NULL, NULL, NULL },
46133189d31Sths#endif
46233189d31Sths#ifdef TARGET_NR_lseek
46333189d31Sths{ TARGET_NR_lseek, "lseek" , NULL, NULL, NULL },
46433189d31Sths#endif
46533189d31Sths#ifdef TARGET_NR_lsetxattr
46633189d31Sths{ TARGET_NR_lsetxattr, "lsetxattr" , NULL, NULL, NULL },
46733189d31Sths#endif
46833189d31Sths#ifdef TARGET_NR_lstat
46974d753acSMika Westerberg{ TARGET_NR_lstat, "lstat" , NULL, print_lstat, NULL },
47033189d31Sths#endif
47133189d31Sths#ifdef TARGET_NR_lstat64
47274d753acSMika Westerberg{ TARGET_NR_lstat64, "lstat64" , NULL, print_lstat64, NULL },
47333189d31Sths#endif
47433189d31Sths#ifdef TARGET_NR_madvise
47533189d31Sths{ TARGET_NR_madvise, "madvise" , NULL, NULL, NULL },
47633189d31Sths#endif
47733189d31Sths#ifdef TARGET_NR_madvise1
47833189d31Sths{ TARGET_NR_madvise1, "madvise1" , NULL, NULL, NULL },
47933189d31Sths#endif
48033189d31Sths#ifdef TARGET_NR_mbind
48133189d31Sths{ TARGET_NR_mbind, "mbind" , NULL, NULL, NULL },
48233189d31Sths#endif
48333189d31Sths#ifdef TARGET_NR_memory_ordering
48433189d31Sths{ TARGET_NR_memory_ordering, "memory_ordering" , NULL, NULL, NULL },
48533189d31Sths#endif
48633189d31Sths#ifdef TARGET_NR_migrate_pages
48733189d31Sths{ TARGET_NR_migrate_pages, "migrate_pages" , NULL, NULL, NULL },
48833189d31Sths#endif
48933189d31Sths#ifdef TARGET_NR_mincore
49033189d31Sths{ TARGET_NR_mincore, "mincore" , NULL, NULL, NULL },
49133189d31Sths#endif
49233189d31Sths#ifdef TARGET_NR_mkdir
49374d753acSMika Westerberg{ TARGET_NR_mkdir, "mkdir" , NULL, print_mkdir, NULL },
49433189d31Sths#endif
49533189d31Sths#ifdef TARGET_NR_mkdirat
49674d753acSMika Westerberg{ TARGET_NR_mkdirat, "mkdirat" , NULL, print_mkdirat, NULL },
49733189d31Sths#endif
498*4de596cbSLaurent Vivier#ifdef TARGET_NR_rmdir
499*4de596cbSLaurent Vivier{ TARGET_NR_rmdir, "rmdir" , NULL, print_rmdir, NULL },
500*4de596cbSLaurent Vivier#endif
50133189d31Sths#ifdef TARGET_NR_mknod
50274d753acSMika Westerberg{ TARGET_NR_mknod, "mknod" , NULL, print_mknod, NULL },
50333189d31Sths#endif
50433189d31Sths#ifdef TARGET_NR_mknodat
50574d753acSMika Westerberg{ TARGET_NR_mknodat, "mknodat" , NULL, print_mknodat, NULL },
50633189d31Sths#endif
50733189d31Sths#ifdef TARGET_NR_mlock
50833189d31Sths{ TARGET_NR_mlock, "mlock" , NULL, NULL, NULL },
50933189d31Sths#endif
51033189d31Sths#ifdef TARGET_NR_mlockall
51133189d31Sths{ TARGET_NR_mlockall, "mlockall" , NULL, NULL, NULL },
51233189d31Sths#endif
51333189d31Sths#ifdef TARGET_NR_mmap
51474d753acSMika Westerberg{ TARGET_NR_mmap, "mmap" , NULL, print_mmap, print_syscall_ret_addr },
51533189d31Sths#endif
51633189d31Sths#ifdef TARGET_NR_mmap2
51774d753acSMika Westerberg{ TARGET_NR_mmap2, "mmap2" , NULL, print_mmap2, print_syscall_ret_addr },
51833189d31Sths#endif
51933189d31Sths#ifdef TARGET_NR_modify_ldt
52033189d31Sths{ TARGET_NR_modify_ldt, "modify_ldt" , NULL, NULL, NULL },
52133189d31Sths#endif
52233189d31Sths#ifdef TARGET_NR_mount
52374d753acSMika Westerberg{ TARGET_NR_mount, "mount" , NULL, print_mount, NULL },
52433189d31Sths#endif
52533189d31Sths#ifdef TARGET_NR_move_pages
52633189d31Sths{ TARGET_NR_move_pages, "move_pages" , NULL, NULL, NULL },
52733189d31Sths#endif
52833189d31Sths#ifdef TARGET_NR_mprotect
52974d753acSMika Westerberg{ TARGET_NR_mprotect, "mprotect" , NULL, print_mprotect, NULL },
53033189d31Sths#endif
53133189d31Sths#ifdef TARGET_NR_mpx
53233189d31Sths{ TARGET_NR_mpx, "mpx" , NULL, NULL, NULL },
53333189d31Sths#endif
53433189d31Sths#ifdef TARGET_NR_mq_getsetattr
53524e1003aSaurel32{ TARGET_NR_mq_getsetattr, "mq_getsetattr" , "%s(%d,%p,%p)", NULL, NULL },
53633189d31Sths#endif
53733189d31Sths#ifdef TARGET_NR_mq_notify
53824e1003aSaurel32{ TARGET_NR_mq_notify, "mq_notify" , "%s(%d,%p)", NULL, NULL },
53933189d31Sths#endif
54033189d31Sths#ifdef TARGET_NR_mq_open
54174d753acSMika Westerberg{ TARGET_NR_mq_open, "mq_open" , NULL, print_mq_open, NULL },
54233189d31Sths#endif
54333189d31Sths#ifdef TARGET_NR_mq_timedreceive
54424e1003aSaurel32{ TARGET_NR_mq_timedreceive, "mq_timedreceive" , "%s(%d,%p,%d,%u,%p)", NULL, NULL },
54533189d31Sths#endif
54633189d31Sths#ifdef TARGET_NR_mq_timedsend
54724e1003aSaurel32{ TARGET_NR_mq_timedsend, "mq_timedsend" , "%s(%d,%p,%d,%u,%p)", NULL, NULL },
54833189d31Sths#endif
54933189d31Sths#ifdef TARGET_NR_mq_unlink
55074d753acSMika Westerberg{ TARGET_NR_mq_unlink, "mq_unlink" , NULL, print_mq_unlink, NULL },
55133189d31Sths#endif
55233189d31Sths#ifdef TARGET_NR_mremap
55333189d31Sths{ TARGET_NR_mremap, "mremap" , NULL, NULL, NULL },
55433189d31Sths#endif
55533189d31Sths#ifdef TARGET_NR_msgctl
55633189d31Sths{ TARGET_NR_msgctl, "msgctl" , NULL, NULL, NULL },
55733189d31Sths#endif
55833189d31Sths#ifdef TARGET_NR_msgget
55933189d31Sths{ TARGET_NR_msgget, "msgget" , NULL, NULL, NULL },
56033189d31Sths#endif
56133189d31Sths#ifdef TARGET_NR_msgrcv
56233189d31Sths{ TARGET_NR_msgrcv, "msgrcv" , NULL, NULL, NULL },
56333189d31Sths#endif
56433189d31Sths#ifdef TARGET_NR_msgsnd
56533189d31Sths{ TARGET_NR_msgsnd, "msgsnd" , NULL, NULL, NULL },
56633189d31Sths#endif
56733189d31Sths#ifdef TARGET_NR_msync
56833189d31Sths{ TARGET_NR_msync, "msync" , NULL, NULL, NULL },
56933189d31Sths#endif
57033189d31Sths#ifdef TARGET_NR_multiplexer
57133189d31Sths{ TARGET_NR_multiplexer, "multiplexer" , NULL, NULL, NULL },
57233189d31Sths#endif
57333189d31Sths#ifdef TARGET_NR_munlock
57433189d31Sths{ TARGET_NR_munlock, "munlock" , NULL, NULL, NULL },
57533189d31Sths#endif
57633189d31Sths#ifdef TARGET_NR_munlockall
57733189d31Sths{ TARGET_NR_munlockall, "munlockall" , NULL, NULL, NULL },
57833189d31Sths#endif
57933189d31Sths#ifdef TARGET_NR_munmap
58074d753acSMika Westerberg{ TARGET_NR_munmap, "munmap" , NULL, print_munmap, NULL },
58133189d31Sths#endif
58233189d31Sths#ifdef TARGET_NR_nanosleep
58333189d31Sths{ TARGET_NR_nanosleep, "nanosleep" , NULL, NULL, NULL },
58433189d31Sths#endif
58533189d31Sths#ifdef TARGET_NR_fstatat64
58674d753acSMika Westerberg{ TARGET_NR_fstatat64, "fstatat64" , NULL, print_fstatat64, NULL },
58733189d31Sths#endif
58833189d31Sths#ifdef TARGET_NR_newfstatat
58974d753acSMika Westerberg{ TARGET_NR_newfstatat, "newfstatat" , NULL, print_newfstatat, NULL },
59033189d31Sths#endif
59133189d31Sths#ifdef TARGET_NR__newselect
59233189d31Sths{ TARGET_NR__newselect, "_newselect" , NULL, print_newselect, print_syscall_ret_newselect },
59333189d31Sths#endif
59433189d31Sths#ifdef TARGET_NR_nfsservctl
59533189d31Sths{ TARGET_NR_nfsservctl, "nfsservctl" , NULL, NULL, NULL },
59633189d31Sths#endif
59733189d31Sths#ifdef TARGET_NR_nice
59833189d31Sths{ TARGET_NR_nice, "nice" , NULL, NULL, NULL },
59933189d31Sths#endif
60033189d31Sths#ifdef TARGET_NR_old_adjtimex
60133189d31Sths{ TARGET_NR_old_adjtimex, "old_adjtimex" , NULL, NULL, NULL },
60233189d31Sths#endif
60333189d31Sths#ifdef TARGET_NR_oldfstat
60433189d31Sths{ TARGET_NR_oldfstat, "oldfstat" , NULL, NULL, NULL },
60533189d31Sths#endif
60633189d31Sths#ifdef TARGET_NR_oldlstat
60733189d31Sths{ TARGET_NR_oldlstat, "oldlstat" , NULL, NULL, NULL },
60833189d31Sths#endif
60933189d31Sths#ifdef TARGET_NR_oldolduname
61033189d31Sths{ TARGET_NR_oldolduname, "oldolduname" , NULL, NULL, NULL },
61133189d31Sths#endif
61233189d31Sths#ifdef TARGET_NR_oldstat
61333189d31Sths{ TARGET_NR_oldstat, "oldstat" , NULL, NULL, NULL },
61433189d31Sths#endif
61533189d31Sths#ifdef TARGET_NR_oldumount
61633189d31Sths{ TARGET_NR_oldumount, "oldumount" , NULL, NULL, NULL },
61733189d31Sths#endif
61833189d31Sths#ifdef TARGET_NR_olduname
61933189d31Sths{ TARGET_NR_olduname, "olduname" , NULL, NULL, NULL },
62033189d31Sths#endif
62133189d31Sths#ifdef TARGET_NR_open
62274d753acSMika Westerberg{ TARGET_NR_open, "open" , NULL, print_open, NULL },
62333189d31Sths#endif
62433189d31Sths#ifdef TARGET_NR_openat
62574d753acSMika Westerberg{ TARGET_NR_openat, "openat" , NULL, print_openat, NULL },
62633189d31Sths#endif
62733189d31Sths#ifdef TARGET_NR_osf_adjtime
62833189d31Sths{ TARGET_NR_osf_adjtime, "osf_adjtime" , NULL, NULL, NULL },
62933189d31Sths#endif
63033189d31Sths#ifdef TARGET_NR_osf_afs_syscall
63133189d31Sths{ TARGET_NR_osf_afs_syscall, "osf_afs_syscall" , NULL, NULL, NULL },
63233189d31Sths#endif
63333189d31Sths#ifdef TARGET_NR_osf_alt_plock
63433189d31Sths{ TARGET_NR_osf_alt_plock, "osf_alt_plock" , NULL, NULL, NULL },
63533189d31Sths#endif
63633189d31Sths#ifdef TARGET_NR_osf_alt_setsid
63733189d31Sths{ TARGET_NR_osf_alt_setsid, "osf_alt_setsid" , NULL, NULL, NULL },
63833189d31Sths#endif
63933189d31Sths#ifdef TARGET_NR_osf_alt_sigpending
64033189d31Sths{ TARGET_NR_osf_alt_sigpending, "osf_alt_sigpending" , NULL, NULL, NULL },
64133189d31Sths#endif
64233189d31Sths#ifdef TARGET_NR_osf_asynch_daemon
64333189d31Sths{ TARGET_NR_osf_asynch_daemon, "osf_asynch_daemon" , NULL, NULL, NULL },
64433189d31Sths#endif
64533189d31Sths#ifdef TARGET_NR_osf_audcntl
64633189d31Sths{ TARGET_NR_osf_audcntl, "osf_audcntl" , NULL, NULL, NULL },
64733189d31Sths#endif
64833189d31Sths#ifdef TARGET_NR_osf_audgen
64933189d31Sths{ TARGET_NR_osf_audgen, "osf_audgen" , NULL, NULL, NULL },
65033189d31Sths#endif
65133189d31Sths#ifdef TARGET_NR_osf_chflags
65233189d31Sths{ TARGET_NR_osf_chflags, "osf_chflags" , NULL, NULL, NULL },
65333189d31Sths#endif
65433189d31Sths#ifdef TARGET_NR_osf_execve
65533189d31Sths{ TARGET_NR_osf_execve, "osf_execve" , NULL, NULL, NULL },
65633189d31Sths#endif
65733189d31Sths#ifdef TARGET_NR_osf_exportfs
65833189d31Sths{ TARGET_NR_osf_exportfs, "osf_exportfs" , NULL, NULL, NULL },
65933189d31Sths#endif
66033189d31Sths#ifdef TARGET_NR_osf_fchflags
66133189d31Sths{ TARGET_NR_osf_fchflags, "osf_fchflags" , NULL, NULL, NULL },
66233189d31Sths#endif
66333189d31Sths#ifdef TARGET_NR_osf_fdatasync
66433189d31Sths{ TARGET_NR_osf_fdatasync, "osf_fdatasync" , NULL, NULL, NULL },
66533189d31Sths#endif
66633189d31Sths#ifdef TARGET_NR_osf_fpathconf
66733189d31Sths{ TARGET_NR_osf_fpathconf, "osf_fpathconf" , NULL, NULL, NULL },
66833189d31Sths#endif
66933189d31Sths#ifdef TARGET_NR_osf_fstatfs
67033189d31Sths{ TARGET_NR_osf_fstatfs, "osf_fstatfs" , NULL, NULL, NULL },
67133189d31Sths#endif
67233189d31Sths#ifdef TARGET_NR_osf_fuser
67333189d31Sths{ TARGET_NR_osf_fuser, "osf_fuser" , NULL, NULL, NULL },
67433189d31Sths#endif
67533189d31Sths#ifdef TARGET_NR_osf_getaddressconf
67633189d31Sths{ TARGET_NR_osf_getaddressconf, "osf_getaddressconf" , NULL, NULL, NULL },
67733189d31Sths#endif
67833189d31Sths#ifdef TARGET_NR_osf_getdirentries
67933189d31Sths{ TARGET_NR_osf_getdirentries, "osf_getdirentries" , NULL, NULL, NULL },
68033189d31Sths#endif
68133189d31Sths#ifdef TARGET_NR_osf_getdomainname
68233189d31Sths{ TARGET_NR_osf_getdomainname, "osf_getdomainname" , NULL, NULL, NULL },
68333189d31Sths#endif
68433189d31Sths#ifdef TARGET_NR_osf_getfh
68533189d31Sths{ TARGET_NR_osf_getfh, "osf_getfh" , NULL, NULL, NULL },
68633189d31Sths#endif
68733189d31Sths#ifdef TARGET_NR_osf_getfsstat
68833189d31Sths{ TARGET_NR_osf_getfsstat, "osf_getfsstat" , NULL, NULL, NULL },
68933189d31Sths#endif
69033189d31Sths#ifdef TARGET_NR_osf_gethostid
69133189d31Sths{ TARGET_NR_osf_gethostid, "osf_gethostid" , NULL, NULL, NULL },
69233189d31Sths#endif
69333189d31Sths#ifdef TARGET_NR_osf_getitimer
69433189d31Sths{ TARGET_NR_osf_getitimer, "osf_getitimer" , NULL, NULL, NULL },
69533189d31Sths#endif
69633189d31Sths#ifdef TARGET_NR_osf_getlogin
69733189d31Sths{ TARGET_NR_osf_getlogin, "osf_getlogin" , NULL, NULL, NULL },
69833189d31Sths#endif
69933189d31Sths#ifdef TARGET_NR_osf_getmnt
70033189d31Sths{ TARGET_NR_osf_getmnt, "osf_getmnt" , NULL, NULL, NULL },
70133189d31Sths#endif
70233189d31Sths#ifdef TARGET_NR_osf_getrusage
70333189d31Sths{ TARGET_NR_osf_getrusage, "osf_getrusage" , NULL, NULL, NULL },
70433189d31Sths#endif
70533189d31Sths#ifdef TARGET_NR_osf_getsysinfo
70633189d31Sths{ TARGET_NR_osf_getsysinfo, "osf_getsysinfo" , NULL, NULL, NULL },
70733189d31Sths#endif
70833189d31Sths#ifdef TARGET_NR_osf_gettimeofday
70933189d31Sths{ TARGET_NR_osf_gettimeofday, "osf_gettimeofday" , NULL, NULL, NULL },
71033189d31Sths#endif
71133189d31Sths#ifdef TARGET_NR_osf_kloadcall
71233189d31Sths{ TARGET_NR_osf_kloadcall, "osf_kloadcall" , NULL, NULL, NULL },
71333189d31Sths#endif
71433189d31Sths#ifdef TARGET_NR_osf_kmodcall
71533189d31Sths{ TARGET_NR_osf_kmodcall, "osf_kmodcall" , NULL, NULL, NULL },
71633189d31Sths#endif
71733189d31Sths#ifdef TARGET_NR_osf_memcntl
71833189d31Sths{ TARGET_NR_osf_memcntl, "osf_memcntl" , NULL, NULL, NULL },
71933189d31Sths#endif
72033189d31Sths#ifdef TARGET_NR_osf_mincore
72133189d31Sths{ TARGET_NR_osf_mincore, "osf_mincore" , NULL, NULL, NULL },
72233189d31Sths#endif
72333189d31Sths#ifdef TARGET_NR_osf_mount
72433189d31Sths{ TARGET_NR_osf_mount, "osf_mount" , NULL, NULL, NULL },
72533189d31Sths#endif
72633189d31Sths#ifdef TARGET_NR_osf_mremap
72733189d31Sths{ TARGET_NR_osf_mremap, "osf_mremap" , NULL, NULL, NULL },
72833189d31Sths#endif
72933189d31Sths#ifdef TARGET_NR_osf_msfs_syscall
73033189d31Sths{ TARGET_NR_osf_msfs_syscall, "osf_msfs_syscall" , NULL, NULL, NULL },
73133189d31Sths#endif
73233189d31Sths#ifdef TARGET_NR_osf_msleep
73333189d31Sths{ TARGET_NR_osf_msleep, "osf_msleep" , NULL, NULL, NULL },
73433189d31Sths#endif
73533189d31Sths#ifdef TARGET_NR_osf_mvalid
73633189d31Sths{ TARGET_NR_osf_mvalid, "osf_mvalid" , NULL, NULL, NULL },
73733189d31Sths#endif
73833189d31Sths#ifdef TARGET_NR_osf_mwakeup
73933189d31Sths{ TARGET_NR_osf_mwakeup, "osf_mwakeup" , NULL, NULL, NULL },
74033189d31Sths#endif
74133189d31Sths#ifdef TARGET_NR_osf_naccept
74233189d31Sths{ TARGET_NR_osf_naccept, "osf_naccept" , NULL, NULL, NULL },
74333189d31Sths#endif
74433189d31Sths#ifdef TARGET_NR_osf_nfssvc
74533189d31Sths{ TARGET_NR_osf_nfssvc, "osf_nfssvc" , NULL, NULL, NULL },
74633189d31Sths#endif
74733189d31Sths#ifdef TARGET_NR_osf_ngetpeername
74833189d31Sths{ TARGET_NR_osf_ngetpeername, "osf_ngetpeername" , NULL, NULL, NULL },
74933189d31Sths#endif
75033189d31Sths#ifdef TARGET_NR_osf_ngetsockname
75133189d31Sths{ TARGET_NR_osf_ngetsockname, "osf_ngetsockname" , NULL, NULL, NULL },
75233189d31Sths#endif
75333189d31Sths#ifdef TARGET_NR_osf_nrecvfrom
75433189d31Sths{ TARGET_NR_osf_nrecvfrom, "osf_nrecvfrom" , NULL, NULL, NULL },
75533189d31Sths#endif
75633189d31Sths#ifdef TARGET_NR_osf_nrecvmsg
75733189d31Sths{ TARGET_NR_osf_nrecvmsg, "osf_nrecvmsg" , NULL, NULL, NULL },
75833189d31Sths#endif
75933189d31Sths#ifdef TARGET_NR_osf_nsendmsg
76033189d31Sths{ TARGET_NR_osf_nsendmsg, "osf_nsendmsg" , NULL, NULL, NULL },
76133189d31Sths#endif
76233189d31Sths#ifdef TARGET_NR_osf_ntp_adjtime
76333189d31Sths{ TARGET_NR_osf_ntp_adjtime, "osf_ntp_adjtime" , NULL, NULL, NULL },
76433189d31Sths#endif
76533189d31Sths#ifdef TARGET_NR_osf_ntp_gettime
76633189d31Sths{ TARGET_NR_osf_ntp_gettime, "osf_ntp_gettime" , NULL, NULL, NULL },
76733189d31Sths#endif
76833189d31Sths#ifdef TARGET_NR_osf_old_creat
76933189d31Sths{ TARGET_NR_osf_old_creat, "osf_old_creat" , NULL, NULL, NULL },
77033189d31Sths#endif
77133189d31Sths#ifdef TARGET_NR_osf_old_fstat
77233189d31Sths{ TARGET_NR_osf_old_fstat, "osf_old_fstat" , NULL, NULL, NULL },
77333189d31Sths#endif
77433189d31Sths#ifdef TARGET_NR_osf_old_getpgrp
77533189d31Sths{ TARGET_NR_osf_old_getpgrp, "osf_old_getpgrp" , NULL, NULL, NULL },
77633189d31Sths#endif
77733189d31Sths#ifdef TARGET_NR_osf_old_killpg
77833189d31Sths{ TARGET_NR_osf_old_killpg, "osf_old_killpg" , NULL, NULL, NULL },
77933189d31Sths#endif
78033189d31Sths#ifdef TARGET_NR_osf_old_lstat
78133189d31Sths{ TARGET_NR_osf_old_lstat, "osf_old_lstat" , NULL, NULL, NULL },
78233189d31Sths#endif
78333189d31Sths#ifdef TARGET_NR_osf_old_open
78433189d31Sths{ TARGET_NR_osf_old_open, "osf_old_open" , NULL, NULL, NULL },
78533189d31Sths#endif
78633189d31Sths#ifdef TARGET_NR_osf_oldquota
78733189d31Sths{ TARGET_NR_osf_oldquota, "osf_oldquota" , NULL, NULL, NULL },
78833189d31Sths#endif
78933189d31Sths#ifdef TARGET_NR_osf_old_sigaction
79033189d31Sths{ TARGET_NR_osf_old_sigaction, "osf_old_sigaction" , NULL, NULL, NULL },
79133189d31Sths#endif
79233189d31Sths#ifdef TARGET_NR_osf_old_sigblock
79333189d31Sths{ TARGET_NR_osf_old_sigblock, "osf_old_sigblock" , NULL, NULL, NULL },
79433189d31Sths#endif
79533189d31Sths#ifdef TARGET_NR_osf_old_sigreturn
79633189d31Sths{ TARGET_NR_osf_old_sigreturn, "osf_old_sigreturn" , NULL, NULL, NULL },
79733189d31Sths#endif
79833189d31Sths#ifdef TARGET_NR_osf_old_sigsetmask
79933189d31Sths{ TARGET_NR_osf_old_sigsetmask, "osf_old_sigsetmask" , NULL, NULL, NULL },
80033189d31Sths#endif
80133189d31Sths#ifdef TARGET_NR_osf_old_sigvec
80233189d31Sths{ TARGET_NR_osf_old_sigvec, "osf_old_sigvec" , NULL, NULL, NULL },
80333189d31Sths#endif
80433189d31Sths#ifdef TARGET_NR_osf_old_stat
80533189d31Sths{ TARGET_NR_osf_old_stat, "osf_old_stat" , NULL, NULL, NULL },
80633189d31Sths#endif
80733189d31Sths#ifdef TARGET_NR_osf_old_vadvise
80833189d31Sths{ TARGET_NR_osf_old_vadvise, "osf_old_vadvise" , NULL, NULL, NULL },
80933189d31Sths#endif
81033189d31Sths#ifdef TARGET_NR_osf_old_vtrace
81133189d31Sths{ TARGET_NR_osf_old_vtrace, "osf_old_vtrace" , NULL, NULL, NULL },
81233189d31Sths#endif
81333189d31Sths#ifdef TARGET_NR_osf_old_wait
81433189d31Sths{ TARGET_NR_osf_old_wait, "osf_old_wait" , NULL, NULL, NULL },
81533189d31Sths#endif
81633189d31Sths#ifdef TARGET_NR_osf_pathconf
81733189d31Sths{ TARGET_NR_osf_pathconf, "osf_pathconf" , NULL, NULL, NULL },
81833189d31Sths#endif
81933189d31Sths#ifdef TARGET_NR_osf_pid_block
82033189d31Sths{ TARGET_NR_osf_pid_block, "osf_pid_block" , NULL, NULL, NULL },
82133189d31Sths#endif
82233189d31Sths#ifdef TARGET_NR_osf_pid_unblock
82333189d31Sths{ TARGET_NR_osf_pid_unblock, "osf_pid_unblock" , NULL, NULL, NULL },
82433189d31Sths#endif
82533189d31Sths#ifdef TARGET_NR_osf_plock
82633189d31Sths{ TARGET_NR_osf_plock, "osf_plock" , NULL, NULL, NULL },
82733189d31Sths#endif
82833189d31Sths#ifdef TARGET_NR_osf_priocntlset
82933189d31Sths{ TARGET_NR_osf_priocntlset, "osf_priocntlset" , NULL, NULL, NULL },
83033189d31Sths#endif
83133189d31Sths#ifdef TARGET_NR_osf_profil
83233189d31Sths{ TARGET_NR_osf_profil, "osf_profil" , NULL, NULL, NULL },
83333189d31Sths#endif
83433189d31Sths#ifdef TARGET_NR_osf_proplist_syscall
83533189d31Sths{ TARGET_NR_osf_proplist_syscall, "osf_proplist_syscall" , NULL, NULL, NULL },
83633189d31Sths#endif
83733189d31Sths#ifdef TARGET_NR_osf_reboot
83833189d31Sths{ TARGET_NR_osf_reboot, "osf_reboot" , NULL, NULL, NULL },
83933189d31Sths#endif
84033189d31Sths#ifdef TARGET_NR_osf_revoke
84133189d31Sths{ TARGET_NR_osf_revoke, "osf_revoke" , NULL, NULL, NULL },
84233189d31Sths#endif
84333189d31Sths#ifdef TARGET_NR_osf_sbrk
84433189d31Sths{ TARGET_NR_osf_sbrk, "osf_sbrk" , NULL, NULL, NULL },
84533189d31Sths#endif
84633189d31Sths#ifdef TARGET_NR_osf_security
84733189d31Sths{ TARGET_NR_osf_security, "osf_security" , NULL, NULL, NULL },
84833189d31Sths#endif
84933189d31Sths#ifdef TARGET_NR_osf_select
85033189d31Sths{ TARGET_NR_osf_select, "osf_select" , NULL, NULL, NULL },
85133189d31Sths#endif
85233189d31Sths#ifdef TARGET_NR_osf_sethostid
85333189d31Sths{ TARGET_NR_osf_sethostid, "osf_sethostid" , NULL, NULL, NULL },
85433189d31Sths#endif
85533189d31Sths#ifdef TARGET_NR_osf_setitimer
85633189d31Sths{ TARGET_NR_osf_setitimer, "osf_setitimer" , NULL, NULL, NULL },
85733189d31Sths#endif
85833189d31Sths#ifdef TARGET_NR_osf_setlogin
85933189d31Sths{ TARGET_NR_osf_setlogin, "osf_setlogin" , NULL, NULL, NULL },
86033189d31Sths#endif
86133189d31Sths#ifdef TARGET_NR_osf_set_program_attributes
86233189d31Sths{ TARGET_NR_osf_set_program_attributes, "osf_set_program_attributes" , NULL, NULL, NULL },
86333189d31Sths#endif
86433189d31Sths#ifdef TARGET_NR_osf_set_speculative
86533189d31Sths{ TARGET_NR_osf_set_speculative, "osf_set_speculative" , NULL, NULL, NULL },
86633189d31Sths#endif
86733189d31Sths#ifdef TARGET_NR_osf_setsysinfo
86833189d31Sths{ TARGET_NR_osf_setsysinfo, "osf_setsysinfo" , NULL, NULL, NULL },
86933189d31Sths#endif
87033189d31Sths#ifdef TARGET_NR_osf_settimeofday
87133189d31Sths{ TARGET_NR_osf_settimeofday, "osf_settimeofday" , NULL, NULL, NULL },
87233189d31Sths#endif
87333189d31Sths#ifdef TARGET_NR_osf_shmat
87433189d31Sths{ TARGET_NR_osf_shmat, "osf_shmat" , NULL, NULL, NULL },
87533189d31Sths#endif
87633189d31Sths#ifdef TARGET_NR_osf_signal
87733189d31Sths{ TARGET_NR_osf_signal, "osf_signal" , NULL, NULL, NULL },
87833189d31Sths#endif
87933189d31Sths#ifdef TARGET_NR_osf_sigprocmask
88033189d31Sths{ TARGET_NR_osf_sigprocmask, "osf_sigprocmask" , NULL, NULL, NULL },
88133189d31Sths#endif
88233189d31Sths#ifdef TARGET_NR_osf_sigsendset
88333189d31Sths{ TARGET_NR_osf_sigsendset, "osf_sigsendset" , NULL, NULL, NULL },
88433189d31Sths#endif
88533189d31Sths#ifdef TARGET_NR_osf_sigstack
88633189d31Sths{ TARGET_NR_osf_sigstack, "osf_sigstack" , NULL, NULL, NULL },
88733189d31Sths#endif
88833189d31Sths#ifdef TARGET_NR_osf_sigwaitprim
88933189d31Sths{ TARGET_NR_osf_sigwaitprim, "osf_sigwaitprim" , NULL, NULL, NULL },
89033189d31Sths#endif
89133189d31Sths#ifdef TARGET_NR_osf_sstk
89233189d31Sths{ TARGET_NR_osf_sstk, "osf_sstk" , NULL, NULL, NULL },
89333189d31Sths#endif
89433189d31Sths#ifdef TARGET_NR_osf_statfs
89533189d31Sths{ TARGET_NR_osf_statfs, "osf_statfs" , NULL, NULL, NULL },
89633189d31Sths#endif
89733189d31Sths#ifdef TARGET_NR_osf_subsys_info
89833189d31Sths{ TARGET_NR_osf_subsys_info, "osf_subsys_info" , NULL, NULL, NULL },
89933189d31Sths#endif
90033189d31Sths#ifdef TARGET_NR_osf_swapctl
90133189d31Sths{ TARGET_NR_osf_swapctl, "osf_swapctl" , NULL, NULL, NULL },
90233189d31Sths#endif
90333189d31Sths#ifdef TARGET_NR_osf_swapon
90433189d31Sths{ TARGET_NR_osf_swapon, "osf_swapon" , NULL, NULL, NULL },
90533189d31Sths#endif
90633189d31Sths#ifdef TARGET_NR_osf_syscall
90733189d31Sths{ TARGET_NR_osf_syscall, "osf_syscall" , NULL, NULL, NULL },
90833189d31Sths#endif
90933189d31Sths#ifdef TARGET_NR_osf_sysinfo
91033189d31Sths{ TARGET_NR_osf_sysinfo, "osf_sysinfo" , NULL, NULL, NULL },
91133189d31Sths#endif
91233189d31Sths#ifdef TARGET_NR_osf_table
91333189d31Sths{ TARGET_NR_osf_table, "osf_table" , NULL, NULL, NULL },
91433189d31Sths#endif
91533189d31Sths#ifdef TARGET_NR_osf_uadmin
91633189d31Sths{ TARGET_NR_osf_uadmin, "osf_uadmin" , NULL, NULL, NULL },
91733189d31Sths#endif
91833189d31Sths#ifdef TARGET_NR_osf_usleep_thread
91933189d31Sths{ TARGET_NR_osf_usleep_thread, "osf_usleep_thread" , NULL, NULL, NULL },
92033189d31Sths#endif
92133189d31Sths#ifdef TARGET_NR_osf_uswitch
92233189d31Sths{ TARGET_NR_osf_uswitch, "osf_uswitch" , NULL, NULL, NULL },
92333189d31Sths#endif
92433189d31Sths#ifdef TARGET_NR_osf_utc_adjtime
92533189d31Sths{ TARGET_NR_osf_utc_adjtime, "osf_utc_adjtime" , NULL, NULL, NULL },
92633189d31Sths#endif
92733189d31Sths#ifdef TARGET_NR_osf_utc_gettime
92833189d31Sths{ TARGET_NR_osf_utc_gettime, "osf_utc_gettime" , NULL, NULL, NULL },
92933189d31Sths#endif
93033189d31Sths#ifdef TARGET_NR_osf_utimes
93133189d31Sths{ TARGET_NR_osf_utimes, "osf_utimes" , NULL, NULL, NULL },
93233189d31Sths#endif
93333189d31Sths#ifdef TARGET_NR_osf_utsname
93433189d31Sths{ TARGET_NR_osf_utsname, "osf_utsname" , NULL, NULL, NULL },
93533189d31Sths#endif
93633189d31Sths#ifdef TARGET_NR_osf_wait4
93733189d31Sths{ TARGET_NR_osf_wait4, "osf_wait4" , NULL, NULL, NULL },
93833189d31Sths#endif
93933189d31Sths#ifdef TARGET_NR_osf_waitid
94033189d31Sths{ TARGET_NR_osf_waitid, "osf_waitid" , NULL, NULL, NULL },
94133189d31Sths#endif
94233189d31Sths#ifdef TARGET_NR_pause
94333189d31Sths{ TARGET_NR_pause, "pause" , NULL, NULL, NULL },
94433189d31Sths#endif
94533189d31Sths#ifdef TARGET_NR_pciconfig_iobase
94633189d31Sths{ TARGET_NR_pciconfig_iobase, "pciconfig_iobase" , NULL, NULL, NULL },
94733189d31Sths#endif
94833189d31Sths#ifdef TARGET_NR_pciconfig_read
94933189d31Sths{ TARGET_NR_pciconfig_read, "pciconfig_read" , NULL, NULL, NULL },
95033189d31Sths#endif
95133189d31Sths#ifdef TARGET_NR_pciconfig_write
95233189d31Sths{ TARGET_NR_pciconfig_write, "pciconfig_write" , NULL, NULL, NULL },
95333189d31Sths#endif
95433189d31Sths#ifdef TARGET_NR_perfctr
95533189d31Sths{ TARGET_NR_perfctr, "perfctr" , NULL, NULL, NULL },
95633189d31Sths#endif
95733189d31Sths#ifdef TARGET_NR_personality
95833189d31Sths{ TARGET_NR_personality, "personality" , NULL, NULL, NULL },
95933189d31Sths#endif
96033189d31Sths#ifdef TARGET_NR_pipe
96133189d31Sths{ TARGET_NR_pipe, "pipe" , NULL, NULL, NULL },
96233189d31Sths#endif
96333189d31Sths#ifdef TARGET_NR_pivot_root
96433189d31Sths{ TARGET_NR_pivot_root, "pivot_root" , NULL, NULL, NULL },
96533189d31Sths#endif
96633189d31Sths#ifdef TARGET_NR_poll
96733189d31Sths{ TARGET_NR_poll, "poll" , NULL, NULL, NULL },
96833189d31Sths#endif
96933189d31Sths#ifdef TARGET_NR_ppoll
97033189d31Sths{ TARGET_NR_ppoll, "ppoll" , NULL, NULL, NULL },
97133189d31Sths#endif
97233189d31Sths#ifdef TARGET_NR_prctl
97333189d31Sths{ TARGET_NR_prctl, "prctl" , NULL, NULL, NULL },
97433189d31Sths#endif
97533189d31Sths#ifdef TARGET_NR_pread
97633189d31Sths{ TARGET_NR_pread, "pread" , NULL, NULL, NULL },
97733189d31Sths#endif
97833189d31Sths#ifdef TARGET_NR_pread64
97933189d31Sths{ TARGET_NR_pread64, "pread64" , NULL, NULL, NULL },
98033189d31Sths#endif
98133189d31Sths#ifdef TARGET_NR_prof
98233189d31Sths{ TARGET_NR_prof, "prof" , NULL, NULL, NULL },
98333189d31Sths#endif
98433189d31Sths#ifdef TARGET_NR_profil
98533189d31Sths{ TARGET_NR_profil, "profil" , NULL, NULL, NULL },
98633189d31Sths#endif
98733189d31Sths#ifdef TARGET_NR_pselect6
98833189d31Sths{ TARGET_NR_pselect6, "pselect6" , NULL, NULL, NULL },
98933189d31Sths#endif
99033189d31Sths#ifdef TARGET_NR_ptrace
99133189d31Sths{ TARGET_NR_ptrace, "ptrace" , NULL, NULL, NULL },
99233189d31Sths#endif
99333189d31Sths#ifdef TARGET_NR_putpmsg
99433189d31Sths{ TARGET_NR_putpmsg, "putpmsg" , NULL, NULL, NULL },
99533189d31Sths#endif
99633189d31Sths#ifdef TARGET_NR_pwrite
99733189d31Sths{ TARGET_NR_pwrite, "pwrite" , NULL, NULL, NULL },
99833189d31Sths#endif
99933189d31Sths#ifdef TARGET_NR_pwrite64
100033189d31Sths{ TARGET_NR_pwrite64, "pwrite64" , NULL, NULL, NULL },
100133189d31Sths#endif
100233189d31Sths#ifdef TARGET_NR_query_module
100333189d31Sths{ TARGET_NR_query_module, "query_module" , NULL, NULL, NULL },
100433189d31Sths#endif
100533189d31Sths#ifdef TARGET_NR_quotactl
100633189d31Sths{ TARGET_NR_quotactl, "quotactl" , NULL, NULL, NULL },
100733189d31Sths#endif
100833189d31Sths#ifdef TARGET_NR_read
100933189d31Sths{ TARGET_NR_read, "read" , "%s(%d,%#x,%d)", NULL, NULL },
101033189d31Sths#endif
101133189d31Sths#ifdef TARGET_NR_readahead
101233189d31Sths{ TARGET_NR_readahead, "readahead" , NULL, NULL, NULL },
101333189d31Sths#endif
101433189d31Sths#ifdef TARGET_NR_readdir
101533189d31Sths{ TARGET_NR_readdir, "readdir" , NULL, NULL, NULL },
101633189d31Sths#endif
101733189d31Sths#ifdef TARGET_NR_readlink
101874d753acSMika Westerberg{ TARGET_NR_readlink, "readlink" , NULL, print_readlink, NULL },
101933189d31Sths#endif
102033189d31Sths#ifdef TARGET_NR_readlinkat
102174d753acSMika Westerberg{ TARGET_NR_readlinkat, "readlinkat" , NULL, print_readlinkat, NULL },
102233189d31Sths#endif
102333189d31Sths#ifdef TARGET_NR_readv
102433189d31Sths{ TARGET_NR_readv, "readv" , NULL, NULL, NULL },
102533189d31Sths#endif
102633189d31Sths#ifdef TARGET_NR_reboot
102733189d31Sths{ TARGET_NR_reboot, "reboot" , NULL, NULL, NULL },
102833189d31Sths#endif
102933189d31Sths#ifdef TARGET_NR_recv
103033189d31Sths{ TARGET_NR_recv, "recv" , NULL, NULL, NULL },
103133189d31Sths#endif
103233189d31Sths#ifdef TARGET_NR_recvfrom
103333189d31Sths{ TARGET_NR_recvfrom, "recvfrom" , NULL, NULL, NULL },
103433189d31Sths#endif
103533189d31Sths#ifdef TARGET_NR_recvmsg
103633189d31Sths{ TARGET_NR_recvmsg, "recvmsg" , NULL, NULL, NULL },
103733189d31Sths#endif
103833189d31Sths#ifdef TARGET_NR_remap_file_pages
103933189d31Sths{ TARGET_NR_remap_file_pages, "remap_file_pages" , NULL, NULL, NULL },
104033189d31Sths#endif
104133189d31Sths#ifdef TARGET_NR_removexattr
104233189d31Sths{ TARGET_NR_removexattr, "removexattr" , NULL, NULL, NULL },
104333189d31Sths#endif
104433189d31Sths#ifdef TARGET_NR_rename
104574d753acSMika Westerberg{ TARGET_NR_rename, "rename" , NULL, print_rename, NULL },
104633189d31Sths#endif
104733189d31Sths#ifdef TARGET_NR_renameat
104874d753acSMika Westerberg{ TARGET_NR_renameat, "renameat" , NULL, print_renameat, NULL },
104933189d31Sths#endif
105033189d31Sths#ifdef TARGET_NR_request_key
105133189d31Sths{ TARGET_NR_request_key, "request_key" , NULL, NULL, NULL },
105233189d31Sths#endif
105333189d31Sths#ifdef TARGET_NR_reserved221
105433189d31Sths{ TARGET_NR_reserved221, "reserved221" , NULL, NULL, NULL },
105533189d31Sths#endif
105633189d31Sths#ifdef TARGET_NR_reserved82
105733189d31Sths{ TARGET_NR_reserved82, "reserved82" , NULL, NULL, NULL },
105833189d31Sths#endif
105933189d31Sths#ifdef TARGET_NR_restart_syscall
106033189d31Sths{ TARGET_NR_restart_syscall, "restart_syscall" , NULL, NULL, NULL },
106133189d31Sths#endif
106233189d31Sths#ifdef TARGET_NR_rmdir
106333189d31Sths{ TARGET_NR_rmdir, "rmdir" , NULL, NULL, NULL },
106433189d31Sths#endif
106533189d31Sths#ifdef TARGET_NR_rt_sigaction
106633189d31Sths{ TARGET_NR_rt_sigaction, "rt_sigaction" , NULL, NULL, NULL },
106733189d31Sths#endif
106833189d31Sths#ifdef TARGET_NR_rt_sigpending
106933189d31Sths{ TARGET_NR_rt_sigpending, "rt_sigpending" , NULL, NULL, NULL },
107033189d31Sths#endif
107133189d31Sths#ifdef TARGET_NR_rt_sigprocmask
107233189d31Sths{ TARGET_NR_rt_sigprocmask, "rt_sigprocmask" , NULL, NULL, NULL },
107333189d31Sths#endif
107433189d31Sths#ifdef TARGET_NR_rt_sigqueueinfo
107533189d31Sths{ TARGET_NR_rt_sigqueueinfo, "rt_sigqueueinfo" , NULL, NULL, NULL },
107633189d31Sths#endif
107733189d31Sths#ifdef TARGET_NR_rt_sigreturn
107833189d31Sths{ TARGET_NR_rt_sigreturn, "rt_sigreturn" , NULL, NULL, NULL },
107933189d31Sths#endif
108033189d31Sths#ifdef TARGET_NR_rt_sigsuspend
108133189d31Sths{ TARGET_NR_rt_sigsuspend, "rt_sigsuspend" , NULL, NULL, NULL },
108233189d31Sths#endif
108333189d31Sths#ifdef TARGET_NR_rt_sigtimedwait
108433189d31Sths{ TARGET_NR_rt_sigtimedwait, "rt_sigtimedwait" , NULL, NULL, NULL },
108533189d31Sths#endif
108633189d31Sths#ifdef TARGET_NR_sched_getaffinity
108733189d31Sths{ TARGET_NR_sched_getaffinity, "sched_getaffinity" , NULL, NULL, NULL },
108833189d31Sths#endif
108933189d31Sths#ifdef TARGET_NR_sched_get_affinity
109033189d31Sths{ TARGET_NR_sched_get_affinity, "sched_get_affinity" , NULL, NULL, NULL },
109133189d31Sths#endif
109233189d31Sths#ifdef TARGET_NR_sched_getparam
109333189d31Sths{ TARGET_NR_sched_getparam, "sched_getparam" , NULL, NULL, NULL },
109433189d31Sths#endif
109533189d31Sths#ifdef TARGET_NR_sched_get_priority_max
109633189d31Sths{ TARGET_NR_sched_get_priority_max, "sched_get_priority_max" , NULL, NULL, NULL },
109733189d31Sths#endif
109833189d31Sths#ifdef TARGET_NR_sched_get_priority_min
109933189d31Sths{ TARGET_NR_sched_get_priority_min, "sched_get_priority_min" , NULL, NULL, NULL },
110033189d31Sths#endif
110133189d31Sths#ifdef TARGET_NR_sched_getscheduler
110233189d31Sths{ TARGET_NR_sched_getscheduler, "sched_getscheduler" , NULL, NULL, NULL },
110333189d31Sths#endif
110433189d31Sths#ifdef TARGET_NR_sched_rr_get_interval
110533189d31Sths{ TARGET_NR_sched_rr_get_interval, "sched_rr_get_interval" , NULL, NULL, NULL },
110633189d31Sths#endif
110733189d31Sths#ifdef TARGET_NR_sched_setaffinity
110833189d31Sths{ TARGET_NR_sched_setaffinity, "sched_setaffinity" , NULL, NULL, NULL },
110933189d31Sths#endif
111033189d31Sths#ifdef TARGET_NR_sched_set_affinity
111133189d31Sths{ TARGET_NR_sched_set_affinity, "sched_set_affinity" , NULL, NULL, NULL },
111233189d31Sths#endif
111333189d31Sths#ifdef TARGET_NR_sched_setparam
111433189d31Sths{ TARGET_NR_sched_setparam, "sched_setparam" , NULL, NULL, NULL },
111533189d31Sths#endif
111633189d31Sths#ifdef TARGET_NR_sched_setscheduler
111733189d31Sths{ TARGET_NR_sched_setscheduler, "sched_setscheduler" , NULL, NULL, NULL },
111833189d31Sths#endif
111933189d31Sths#ifdef TARGET_NR_sched_yield
112033189d31Sths{ TARGET_NR_sched_yield, "sched_yield" , NULL, NULL, NULL },
112133189d31Sths#endif
112233189d31Sths#ifdef TARGET_NR_security
112333189d31Sths{ TARGET_NR_security, "security" , NULL, NULL, NULL },
112433189d31Sths#endif
112533189d31Sths#ifdef TARGET_NR_select
112633189d31Sths{ TARGET_NR_select, "select" , NULL, NULL, NULL },
112733189d31Sths#endif
112833189d31Sths#ifdef TARGET_NR_semctl
112933189d31Sths{ TARGET_NR_semctl, "semctl" , NULL, print_semctl, NULL },
113033189d31Sths#endif
113133189d31Sths#ifdef TARGET_NR_semget
113233189d31Sths{ TARGET_NR_semget, "semget" , NULL, NULL, NULL },
113333189d31Sths#endif
113433189d31Sths#ifdef TARGET_NR_semop
113533189d31Sths{ TARGET_NR_semop, "semop" , NULL, NULL, NULL },
113633189d31Sths#endif
113733189d31Sths#ifdef TARGET_NR_semtimedop
113833189d31Sths{ TARGET_NR_semtimedop, "semtimedop" , NULL, NULL, NULL },
113933189d31Sths#endif
114033189d31Sths#ifdef TARGET_NR_send
114133189d31Sths{ TARGET_NR_send, "send" , NULL, NULL, NULL },
114233189d31Sths#endif
114333189d31Sths#ifdef TARGET_NR_sendfile
114433189d31Sths{ TARGET_NR_sendfile, "sendfile" , NULL, NULL, NULL },
114533189d31Sths#endif
114633189d31Sths#ifdef TARGET_NR_sendfile64
114733189d31Sths{ TARGET_NR_sendfile64, "sendfile64" , NULL, NULL, NULL },
114833189d31Sths#endif
114933189d31Sths#ifdef TARGET_NR_sendmsg
115033189d31Sths{ TARGET_NR_sendmsg, "sendmsg" , NULL, NULL, NULL },
115133189d31Sths#endif
115233189d31Sths#ifdef TARGET_NR_sendto
115333189d31Sths{ TARGET_NR_sendto, "sendto" , NULL, NULL, NULL },
115433189d31Sths#endif
115533189d31Sths#ifdef TARGET_NR_setdomainname
115633189d31Sths{ TARGET_NR_setdomainname, "setdomainname" , NULL, NULL, NULL },
115733189d31Sths#endif
115833189d31Sths#ifdef TARGET_NR_setfsgid
115933189d31Sths{ TARGET_NR_setfsgid, "setfsgid" , NULL, NULL, NULL },
116033189d31Sths#endif
116133189d31Sths#ifdef TARGET_NR_setfsgid32
116233189d31Sths{ TARGET_NR_setfsgid32, "setfsgid32" , NULL, NULL, NULL },
116333189d31Sths#endif
116433189d31Sths#ifdef TARGET_NR_setfsuid
116533189d31Sths{ TARGET_NR_setfsuid, "setfsuid" , NULL, NULL, NULL },
116633189d31Sths#endif
116733189d31Sths#ifdef TARGET_NR_setfsuid32
116833189d31Sths{ TARGET_NR_setfsuid32, "setfsuid32" , NULL, NULL, NULL },
116933189d31Sths#endif
117033189d31Sths#ifdef TARGET_NR_setgid
117133189d31Sths{ TARGET_NR_setgid, "setgid" , NULL, NULL, NULL },
117233189d31Sths#endif
117333189d31Sths#ifdef TARGET_NR_setgid32
117433189d31Sths{ TARGET_NR_setgid32, "setgid32" , NULL, NULL, NULL },
117533189d31Sths#endif
117633189d31Sths#ifdef TARGET_NR_setgroups
117733189d31Sths{ TARGET_NR_setgroups, "setgroups" , NULL, NULL, NULL },
117833189d31Sths#endif
117933189d31Sths#ifdef TARGET_NR_setgroups32
118033189d31Sths{ TARGET_NR_setgroups32, "setgroups32" , NULL, NULL, NULL },
118133189d31Sths#endif
118233189d31Sths#ifdef TARGET_NR_sethae
118333189d31Sths{ TARGET_NR_sethae, "sethae" , NULL, NULL, NULL },
118433189d31Sths#endif
118533189d31Sths#ifdef TARGET_NR_sethostname
118633189d31Sths{ TARGET_NR_sethostname, "sethostname" , NULL, NULL, NULL },
118733189d31Sths#endif
118833189d31Sths#ifdef TARGET_NR_setitimer
118933189d31Sths{ TARGET_NR_setitimer, "setitimer" , NULL, NULL, NULL },
119033189d31Sths#endif
119133189d31Sths#ifdef TARGET_NR_set_mempolicy
119233189d31Sths{ TARGET_NR_set_mempolicy, "set_mempolicy" , NULL, NULL, NULL },
119333189d31Sths#endif
119433189d31Sths#ifdef TARGET_NR_setpgid
119533189d31Sths{ TARGET_NR_setpgid, "setpgid" , NULL, NULL, NULL },
119633189d31Sths#endif
119733189d31Sths#ifdef TARGET_NR_setpgrp
119833189d31Sths{ TARGET_NR_setpgrp, "setpgrp" , NULL, NULL, NULL },
119933189d31Sths#endif
120033189d31Sths#ifdef TARGET_NR_setpriority
120133189d31Sths{ TARGET_NR_setpriority, "setpriority" , NULL, NULL, NULL },
120233189d31Sths#endif
120333189d31Sths#ifdef TARGET_NR_setregid
120433189d31Sths{ TARGET_NR_setregid, "setregid" , NULL, NULL, NULL },
120533189d31Sths#endif
120633189d31Sths#ifdef TARGET_NR_setregid32
120733189d31Sths{ TARGET_NR_setregid32, "setregid32" , NULL, NULL, NULL },
120833189d31Sths#endif
120933189d31Sths#ifdef TARGET_NR_setresgid
121033189d31Sths{ TARGET_NR_setresgid, "setresgid" , NULL, NULL, NULL },
121133189d31Sths#endif
121233189d31Sths#ifdef TARGET_NR_setresgid32
121333189d31Sths{ TARGET_NR_setresgid32, "setresgid32" , NULL, NULL, NULL },
121433189d31Sths#endif
121533189d31Sths#ifdef TARGET_NR_setresuid
121633189d31Sths{ TARGET_NR_setresuid, "setresuid" , NULL, NULL, NULL },
121733189d31Sths#endif
121833189d31Sths#ifdef TARGET_NR_setresuid32
121933189d31Sths{ TARGET_NR_setresuid32, "setresuid32" , NULL, NULL, NULL },
122033189d31Sths#endif
122133189d31Sths#ifdef TARGET_NR_setreuid
122233189d31Sths{ TARGET_NR_setreuid, "setreuid" , NULL, NULL, NULL },
122333189d31Sths#endif
122433189d31Sths#ifdef TARGET_NR_setreuid32
122533189d31Sths{ TARGET_NR_setreuid32, "setreuid32" , NULL, NULL, NULL },
122633189d31Sths#endif
122733189d31Sths#ifdef TARGET_NR_setrlimit
122833189d31Sths{ TARGET_NR_setrlimit, "setrlimit" , NULL, NULL, NULL },
122933189d31Sths#endif
123033189d31Sths#ifdef TARGET_NR_set_robust_list
123133189d31Sths{ TARGET_NR_set_robust_list, "set_robust_list" , NULL, NULL, NULL },
123233189d31Sths#endif
123333189d31Sths#ifdef TARGET_NR_setsid
123433189d31Sths{ TARGET_NR_setsid, "setsid" , NULL, NULL, NULL },
123533189d31Sths#endif
123633189d31Sths#ifdef TARGET_NR_setsockopt
123733189d31Sths{ TARGET_NR_setsockopt, "setsockopt" , NULL, NULL, NULL },
123833189d31Sths#endif
123933189d31Sths#ifdef TARGET_NR_set_thread_area
124033189d31Sths{ TARGET_NR_set_thread_area, "set_thread_area" , NULL, NULL, NULL },
124133189d31Sths#endif
124233189d31Sths#ifdef TARGET_NR_set_tid_address
124333189d31Sths{ TARGET_NR_set_tid_address, "set_tid_address" , NULL, NULL, NULL },
124433189d31Sths#endif
124533189d31Sths#ifdef TARGET_NR_settimeofday
124633189d31Sths{ TARGET_NR_settimeofday, "settimeofday" , NULL, NULL, NULL },
124733189d31Sths#endif
124833189d31Sths#ifdef TARGET_NR_setuid
124933189d31Sths{ TARGET_NR_setuid, "setuid" , NULL, NULL, NULL },
125033189d31Sths#endif
125133189d31Sths#ifdef TARGET_NR_setuid32
125233189d31Sths{ TARGET_NR_setuid32, "setuid32" , NULL, NULL, NULL },
125333189d31Sths#endif
125433189d31Sths#ifdef TARGET_NR_setxattr
125533189d31Sths{ TARGET_NR_setxattr, "setxattr" , NULL, NULL, NULL },
125633189d31Sths#endif
125733189d31Sths#ifdef TARGET_NR_sgetmask
125833189d31Sths{ TARGET_NR_sgetmask, "sgetmask" , NULL, NULL, NULL },
125933189d31Sths#endif
126033189d31Sths#ifdef TARGET_NR_shmat
1261d4354694Sbalrog{ TARGET_NR_shmat, "shmat" , NULL, NULL, print_syscall_ret_addr },
126233189d31Sths#endif
126333189d31Sths#ifdef TARGET_NR_shmctl
126433189d31Sths{ TARGET_NR_shmctl, "shmctl" , NULL, NULL, NULL },
126533189d31Sths#endif
126633189d31Sths#ifdef TARGET_NR_shmdt
126733189d31Sths{ TARGET_NR_shmdt, "shmdt" , NULL, NULL, NULL },
126833189d31Sths#endif
126933189d31Sths#ifdef TARGET_NR_shmget
127033189d31Sths{ TARGET_NR_shmget, "shmget" , NULL, NULL, NULL },
127133189d31Sths#endif
127233189d31Sths#ifdef TARGET_NR_shutdown
127333189d31Sths{ TARGET_NR_shutdown, "shutdown" , NULL, NULL, NULL },
127433189d31Sths#endif
127533189d31Sths#ifdef TARGET_NR_sigaction
127633189d31Sths{ TARGET_NR_sigaction, "sigaction" , NULL, NULL, NULL },
127733189d31Sths#endif
127833189d31Sths#ifdef TARGET_NR_sigaltstack
127933189d31Sths{ TARGET_NR_sigaltstack, "sigaltstack" , "%s(%p,%p)", NULL, NULL },
128033189d31Sths#endif
128133189d31Sths#ifdef TARGET_NR_signal
128233189d31Sths{ TARGET_NR_signal, "signal" , NULL, NULL, NULL },
128333189d31Sths#endif
128433189d31Sths#ifdef TARGET_NR_sigpending
128533189d31Sths{ TARGET_NR_sigpending, "sigpending" , NULL, NULL, NULL },
128633189d31Sths#endif
128733189d31Sths#ifdef TARGET_NR_sigprocmask
128833189d31Sths{ TARGET_NR_sigprocmask, "sigprocmask" , NULL, NULL, NULL },
128933189d31Sths#endif
129033189d31Sths#ifdef TARGET_NR_sigreturn
129133189d31Sths{ TARGET_NR_sigreturn, "sigreturn" , NULL, NULL, NULL },
129233189d31Sths#endif
129333189d31Sths#ifdef TARGET_NR_sigsuspend
129433189d31Sths{ TARGET_NR_sigsuspend, "sigsuspend" , NULL, NULL, NULL },
129533189d31Sths#endif
129633189d31Sths#ifdef TARGET_NR_socket
129733189d31Sths{ TARGET_NR_socket, "socket" , NULL, NULL, NULL },
129833189d31Sths#endif
129933189d31Sths#ifdef TARGET_NR_socketcall
130033189d31Sths{ TARGET_NR_socketcall, "socketcall" , NULL, NULL, NULL },
130133189d31Sths#endif
130233189d31Sths#ifdef TARGET_NR_socketpair
130333189d31Sths{ TARGET_NR_socketpair, "socketpair" , NULL, NULL, NULL },
130433189d31Sths#endif
130533189d31Sths#ifdef TARGET_NR_splice
130633189d31Sths{ TARGET_NR_splice, "splice" , NULL, NULL, NULL },
130733189d31Sths#endif
130833189d31Sths#ifdef TARGET_NR_ssetmask
130933189d31Sths{ TARGET_NR_ssetmask, "ssetmask" , NULL, NULL, NULL },
131033189d31Sths#endif
131133189d31Sths#ifdef TARGET_NR_stat
131274d753acSMika Westerberg{ TARGET_NR_stat, "stat" , NULL, print_stat, NULL },
131333189d31Sths#endif
131433189d31Sths#ifdef TARGET_NR_stat64
131574d753acSMika Westerberg{ TARGET_NR_stat64, "stat64" , NULL, print_stat64, NULL },
131633189d31Sths#endif
131733189d31Sths#ifdef TARGET_NR_statfs
131874d753acSMika Westerberg{ TARGET_NR_statfs, "statfs" , NULL, print_statfs, NULL },
131933189d31Sths#endif
132033189d31Sths#ifdef TARGET_NR_statfs64
132174d753acSMika Westerberg{ TARGET_NR_statfs64, "statfs64" , NULL, print_statfs64, NULL },
132233189d31Sths#endif
132333189d31Sths#ifdef TARGET_NR_stime
132433189d31Sths{ TARGET_NR_stime, "stime" , NULL, NULL, NULL },
132533189d31Sths#endif
132633189d31Sths#ifdef TARGET_NR_streams1
132733189d31Sths{ TARGET_NR_streams1, "streams1" , NULL, NULL, NULL },
132833189d31Sths#endif
132933189d31Sths#ifdef TARGET_NR_streams2
133033189d31Sths{ TARGET_NR_streams2, "streams2" , NULL, NULL, NULL },
133133189d31Sths#endif
133233189d31Sths#ifdef TARGET_NR_stty
133333189d31Sths{ TARGET_NR_stty, "stty" , NULL, NULL, NULL },
133433189d31Sths#endif
133533189d31Sths#ifdef TARGET_NR_swapcontext
133633189d31Sths{ TARGET_NR_swapcontext, "swapcontext" , NULL, NULL, NULL },
133733189d31Sths#endif
133833189d31Sths#ifdef TARGET_NR_swapoff
133933189d31Sths{ TARGET_NR_swapoff, "swapoff" , NULL, NULL, NULL },
134033189d31Sths#endif
134133189d31Sths#ifdef TARGET_NR_swapon
134233189d31Sths{ TARGET_NR_swapon, "swapon" , NULL, NULL, NULL },
134333189d31Sths#endif
134433189d31Sths#ifdef TARGET_NR_symlink
134574d753acSMika Westerberg{ TARGET_NR_symlink, "symlink" , NULL, print_symlink, NULL },
134633189d31Sths#endif
134733189d31Sths#ifdef TARGET_NR_symlinkat
134874d753acSMika Westerberg{ TARGET_NR_symlinkat, "symlinkat", NULL, print_symlinkat, NULL },
134933189d31Sths#endif
135033189d31Sths#ifdef TARGET_NR_sync
135133189d31Sths{ TARGET_NR_sync, "sync" , NULL, NULL, NULL },
135233189d31Sths#endif
135333189d31Sths#ifdef TARGET_NR_sync_file_range
135433189d31Sths{ TARGET_NR_sync_file_range, "sync_file_range" , NULL, NULL, NULL },
135533189d31Sths#endif
135633189d31Sths#ifdef TARGET_NR_syscall
135733189d31Sths{ TARGET_NR_syscall, "syscall" , NULL, NULL, NULL },
135833189d31Sths#endif
135933189d31Sths#ifdef TARGET_NR__sysctl
136033189d31Sths{ TARGET_NR__sysctl, "_sysctl" , NULL, NULL, NULL },
136133189d31Sths#endif
136233189d31Sths#ifdef TARGET_NR_sys_epoll_create
136333189d31Sths{ TARGET_NR_sys_epoll_create, "sys_epoll_create" , NULL, NULL, NULL },
136433189d31Sths#endif
136533189d31Sths#ifdef TARGET_NR_sys_epoll_ctl
136633189d31Sths{ TARGET_NR_sys_epoll_ctl, "sys_epoll_ctl" , NULL, NULL, NULL },
136733189d31Sths#endif
136833189d31Sths#ifdef TARGET_NR_sys_epoll_wait
136933189d31Sths{ TARGET_NR_sys_epoll_wait, "sys_epoll_wait" , NULL, NULL, NULL },
137033189d31Sths#endif
137133189d31Sths#ifdef TARGET_NR_sysfs
137233189d31Sths{ TARGET_NR_sysfs, "sysfs" , NULL, NULL, NULL },
137333189d31Sths#endif
137433189d31Sths#ifdef TARGET_NR_sysinfo
137533189d31Sths{ TARGET_NR_sysinfo, "sysinfo" , NULL, NULL, NULL },
137633189d31Sths#endif
137733189d31Sths#ifdef TARGET_NR_sys_kexec_load
137833189d31Sths{ TARGET_NR_sys_kexec_load, "sys_kexec_load" , NULL, NULL, NULL },
137933189d31Sths#endif
138033189d31Sths#ifdef TARGET_NR_syslog
138133189d31Sths{ TARGET_NR_syslog, "syslog" , NULL, NULL, NULL },
138233189d31Sths#endif
138333189d31Sths#ifdef TARGET_NR_sysmips
138433189d31Sths{ TARGET_NR_sysmips, "sysmips" , NULL, NULL, NULL },
138533189d31Sths#endif
138633189d31Sths#ifdef TARGET_NR_sys_setaltroot
138733189d31Sths{ TARGET_NR_sys_setaltroot, "sys_setaltroot" , NULL, NULL, NULL },
138833189d31Sths#endif
138933189d31Sths#ifdef TARGET_NR_tee
139033189d31Sths{ TARGET_NR_tee, "tee" , NULL, NULL, NULL },
139133189d31Sths#endif
139233189d31Sths#ifdef TARGET_NR_tgkill
139333189d31Sths{ TARGET_NR_tgkill, "tgkill" , NULL, NULL, NULL },
139433189d31Sths#endif
139533189d31Sths#ifdef TARGET_NR_time
139633189d31Sths{ TARGET_NR_time, "time" , NULL, NULL, NULL },
139733189d31Sths#endif
139833189d31Sths#ifdef TARGET_NR_timer_create
139933189d31Sths{ TARGET_NR_timer_create, "timer_create" , NULL, NULL, NULL },
140033189d31Sths#endif
140133189d31Sths#ifdef TARGET_NR_timer_delete
140233189d31Sths{ TARGET_NR_timer_delete, "timer_delete" , NULL, NULL, NULL },
140333189d31Sths#endif
140433189d31Sths#ifdef TARGET_NR_timer_getoverrun
140533189d31Sths{ TARGET_NR_timer_getoverrun, "timer_getoverrun" , NULL, NULL, NULL },
140633189d31Sths#endif
140733189d31Sths#ifdef TARGET_NR_timer_gettime
140833189d31Sths{ TARGET_NR_timer_gettime, "timer_gettime" , NULL, NULL, NULL },
140933189d31Sths#endif
141033189d31Sths#ifdef TARGET_NR_timer_settime
141133189d31Sths{ TARGET_NR_timer_settime, "timer_settime" , NULL, NULL, NULL },
141233189d31Sths#endif
141333189d31Sths#ifdef TARGET_NR_times
141433189d31Sths{ TARGET_NR_times, "times" , NULL, NULL, NULL },
141533189d31Sths#endif
141633189d31Sths#ifdef TARGET_NR_tkill
141733189d31Sths{ TARGET_NR_tkill, "tkill" , NULL, NULL, NULL },
141833189d31Sths#endif
141933189d31Sths#ifdef TARGET_NR_truncate
142033189d31Sths{ TARGET_NR_truncate, "truncate" , NULL, NULL, NULL },
142133189d31Sths#endif
142233189d31Sths#ifdef TARGET_NR_truncate64
142333189d31Sths{ TARGET_NR_truncate64, "truncate64" , NULL, NULL, NULL },
142433189d31Sths#endif
142533189d31Sths#ifdef TARGET_NR_tuxcall
142633189d31Sths{ TARGET_NR_tuxcall, "tuxcall" , NULL, NULL, NULL },
142733189d31Sths#endif
142833189d31Sths#ifdef TARGET_NR_ugetrlimit
142933189d31Sths{ TARGET_NR_ugetrlimit, "ugetrlimit" , NULL, NULL, NULL },
143033189d31Sths#endif
143133189d31Sths#ifdef TARGET_NR_ulimit
143233189d31Sths{ TARGET_NR_ulimit, "ulimit" , NULL, NULL, NULL },
143333189d31Sths#endif
143433189d31Sths#ifdef TARGET_NR_umask
143533189d31Sths{ TARGET_NR_umask, "umask" , "%s(%#o)", NULL, NULL },
143633189d31Sths#endif
143733189d31Sths#ifdef TARGET_NR_umount
143874d753acSMika Westerberg{ TARGET_NR_umount, "umount" , NULL, print_umount, NULL },
143933189d31Sths#endif
144033189d31Sths#ifdef TARGET_NR_umount2
144174d753acSMika Westerberg{ TARGET_NR_umount2, "umount2" , NULL, print_umount2, NULL },
144233189d31Sths#endif
144333189d31Sths#ifdef TARGET_NR_uname
144433189d31Sths{ TARGET_NR_uname, "uname" , "%s(%p)", NULL, NULL },
144533189d31Sths#endif
144633189d31Sths#ifdef TARGET_NR_unlink
144774d753acSMika Westerberg{ TARGET_NR_unlink, "unlink" , NULL, print_unlink, NULL },
144833189d31Sths#endif
144933189d31Sths#ifdef TARGET_NR_unlinkat
145074d753acSMika Westerberg{ TARGET_NR_unlinkat, "unlinkat" , NULL, print_unlinkat, NULL },
145133189d31Sths#endif
145233189d31Sths#ifdef TARGET_NR_unshare
145333189d31Sths{ TARGET_NR_unshare, "unshare" , NULL, NULL, NULL },
145433189d31Sths#endif
145533189d31Sths#ifdef TARGET_NR_unused109
145633189d31Sths{ TARGET_NR_unused109, "unused109" , NULL, NULL, NULL },
145733189d31Sths#endif
145833189d31Sths#ifdef TARGET_NR_unused150
145933189d31Sths{ TARGET_NR_unused150, "unused150" , NULL, NULL, NULL },
146033189d31Sths#endif
146133189d31Sths#ifdef TARGET_NR_unused18
146233189d31Sths{ TARGET_NR_unused18, "unused18" , NULL, NULL, NULL },
146333189d31Sths#endif
146433189d31Sths#ifdef TARGET_NR_unused28
146533189d31Sths{ TARGET_NR_unused28, "unused28" , NULL, NULL, NULL },
146633189d31Sths#endif
146733189d31Sths#ifdef TARGET_NR_unused59
146833189d31Sths{ TARGET_NR_unused59, "unused59" , NULL, NULL, NULL },
146933189d31Sths#endif
147033189d31Sths#ifdef TARGET_NR_unused84
147133189d31Sths{ TARGET_NR_unused84, "unused84" , NULL, NULL, NULL },
147233189d31Sths#endif
147333189d31Sths#ifdef TARGET_NR_uselib
147433189d31Sths{ TARGET_NR_uselib, "uselib" , NULL, NULL, NULL },
147533189d31Sths#endif
147633189d31Sths#ifdef TARGET_NR_ustat
147733189d31Sths{ TARGET_NR_ustat, "ustat" , "%s(%#x,%p)", NULL, NULL },
147833189d31Sths#endif
147933189d31Sths#ifdef TARGET_NR_utime
148074d753acSMika Westerberg{ TARGET_NR_utime, "utime" , NULL, print_utime, NULL },
148133189d31Sths#endif
148233189d31Sths#ifdef TARGET_NR_utimes
148374d753acSMika Westerberg{ TARGET_NR_utimes, "utimes" , NULL, print_utimes, NULL },
148433189d31Sths#endif
148533189d31Sths#ifdef TARGET_NR_utrap_install
148633189d31Sths{ TARGET_NR_utrap_install, "utrap_install" , NULL, NULL, NULL },
148733189d31Sths#endif
148833189d31Sths#ifdef TARGET_NR_vfork
148933189d31Sths{ TARGET_NR_vfork, "vfork" , NULL, NULL, NULL },
149033189d31Sths#endif
149133189d31Sths#ifdef TARGET_NR_vhangup
149233189d31Sths{ TARGET_NR_vhangup, "vhangup" , NULL, NULL, NULL },
149333189d31Sths#endif
149433189d31Sths#ifdef TARGET_NR_vm86
149533189d31Sths{ TARGET_NR_vm86, "vm86" , NULL, NULL, NULL },
149633189d31Sths#endif
149733189d31Sths#ifdef TARGET_NR_vm86old
149833189d31Sths{ TARGET_NR_vm86old, "vm86old" , NULL, NULL, NULL },
149933189d31Sths#endif
150033189d31Sths#ifdef TARGET_NR_vmsplice
150133189d31Sths{ TARGET_NR_vmsplice, "vmsplice" , NULL, NULL, NULL },
150233189d31Sths#endif
150333189d31Sths#ifdef TARGET_NR_vserver
150433189d31Sths{ TARGET_NR_vserver, "vserver" , NULL, NULL, NULL },
150533189d31Sths#endif
150633189d31Sths#ifdef TARGET_NR_wait4
150733189d31Sths{ TARGET_NR_wait4, "wait4" , NULL, NULL, NULL },
150833189d31Sths#endif
150933189d31Sths#ifdef TARGET_NR_waitid
151033189d31Sths{ TARGET_NR_waitid, "waitid" , "%s(%#x,%d,%p,%#x)", NULL, NULL },
151133189d31Sths#endif
151233189d31Sths#ifdef TARGET_NR_waitpid
151333189d31Sths{ TARGET_NR_waitpid, "waitpid" , "%s(%d,%p,%#x)", NULL, NULL },
151433189d31Sths#endif
151533189d31Sths#ifdef TARGET_NR_write
151633189d31Sths{ TARGET_NR_write, "write" , "%s(%d,%#x,%d)", NULL, NULL },
151733189d31Sths#endif
151833189d31Sths#ifdef TARGET_NR_writev
151933189d31Sths{ TARGET_NR_writev, "writev" , "%s(%d,%p,%#x)", NULL, NULL },
152033189d31Sths#endif
152133189d31Sths#ifdef TARGET_NR_utimensat
152274d753acSMika Westerberg{ TARGET_NR_utimensat, "utimensat", NULL, print_utimensat, NULL },
152333189d31Sths#endif
1524c727f47dSPeter Maydell#ifdef TARGET_NR_sync_file_range
1525c727f47dSPeter Maydell{ TARGET_NR_sync_file_range, "sync_file_range", NULL, NULL, NULL },
1526c727f47dSPeter Maydell#endif
1527c727f47dSPeter Maydell#ifdef TARGET_NR_sync_file_range2
1528c727f47dSPeter Maydell{ TARGET_NR_sync_file_range2, "sync_file_range2", NULL, NULL, NULL },
1529c727f47dSPeter Maydell#endif
1530