block: fix deadlock in bdrv_co_flush
[qemu/kevin.git] / linux-user / strace.list
blobaa967a24754e76e3283582ce81248fd72e193a27
1 /*
2  * Note that if you change format strings in these, check also
3  * that corresponding print functions are able to handle string
4  * locking correctly (see strace.c).
5  */
6 #ifdef TARGET_NR_accept
7 { TARGET_NR_accept, "accept" , NULL, print_accept, NULL },
8 #endif
9 #ifdef TARGET_NR_access
10 { TARGET_NR_access, "access" , NULL, print_access, NULL },
11 #endif
12 #ifdef TARGET_NR_acct
13 { TARGET_NR_acct, "acct" , NULL, NULL, NULL },
14 #endif
15 #ifdef TARGET_NR_add_key
16 { TARGET_NR_add_key, "add_key" , NULL, NULL, NULL },
17 #endif
18 #ifdef TARGET_NR_adjtimex
19 { TARGET_NR_adjtimex, "adjtimex" , NULL, NULL, NULL },
20 #endif
21 #ifdef TARGET_NR_afs_syscall
22 { TARGET_NR_afs_syscall, "afs_syscall" , NULL, NULL, NULL },
23 #endif
24 #ifdef TARGET_NR_alarm
25 { TARGET_NR_alarm, "alarm" , NULL, NULL, NULL },
26 #endif
27 #ifdef TARGET_NR_aplib
28 { TARGET_NR_aplib, "aplib" , NULL, NULL, NULL },
29 #endif
30 #ifdef TARGET_NR_arch_prctl
31 { TARGET_NR_arch_prctl, "arch_prctl" , NULL, NULL, NULL },
32 #endif
33 #ifdef TARGET_NR_arm_fadvise64_64
34 { TARGET_NR_arm_fadvise64_64, "arm_fadvise64_64" , NULL, NULL, NULL },
35 #endif
36 #ifdef TARGET_NR_bdflush
37 { TARGET_NR_bdflush, "bdflush" , NULL, NULL, NULL },
38 #endif
39 #ifdef TARGET_NR_bind
40 { TARGET_NR_bind, "bind" , NULL, NULL, NULL },
41 #endif
42 #ifdef TARGET_NR_break
43 { TARGET_NR_break, "break" , NULL, NULL, NULL },
44 #endif
45 #ifdef TARGET_NR_brk
46 { TARGET_NR_brk, "brk" , NULL, print_brk, print_syscall_ret_addr },
47 #endif
48 #ifdef TARGET_NR_cachectl
49 { TARGET_NR_cachectl, "cachectl" , NULL, NULL, NULL },
50 #endif
51 #ifdef TARGET_NR_cacheflush
52 { TARGET_NR_cacheflush, "cacheflush" , NULL, NULL, NULL },
53 #endif
54 #ifdef TARGET_NR_capget
55 { TARGET_NR_capget, "capget" , NULL, NULL, NULL },
56 #endif
57 #ifdef TARGET_NR_capset
58 { TARGET_NR_capset, "capset" , NULL, NULL, NULL },
59 #endif
60 #ifdef TARGET_NR_chdir
61 { TARGET_NR_chdir, "chdir" , NULL, print_chdir, NULL },
62 #endif
63 #ifdef TARGET_NR_chmod
64 { TARGET_NR_chmod, "chmod" , NULL, print_chmod, NULL },
65 #endif
66 #ifdef TARGET_NR_chown
67 { TARGET_NR_chown, "chown" , NULL, NULL, NULL },
68 #endif
69 #ifdef TARGET_NR_chown32
70 { TARGET_NR_chown32, "chown32" , NULL, NULL, NULL },
71 #endif
72 #ifdef TARGET_NR_chroot
73 { TARGET_NR_chroot, "chroot" , NULL, NULL, NULL },
74 #endif
75 #ifdef TARGET_NR_clock_getres
76 { TARGET_NR_clock_getres, "clock_getres" , NULL, NULL, NULL },
77 #endif
78 #ifdef TARGET_NR_clock_gettime
79 { TARGET_NR_clock_gettime, "clock_gettime" , NULL, NULL, NULL },
80 #endif
81 #ifdef TARGET_NR_clock_nanosleep
82 { TARGET_NR_clock_nanosleep, "clock_nanosleep" , NULL, NULL, NULL },
83 #endif
84 #ifdef TARGET_NR_clock_settime
85 { TARGET_NR_clock_settime, "clock_settime" , NULL, NULL, NULL },
86 #endif
87 #ifdef TARGET_NR_clone
88 { TARGET_NR_clone, "clone" , NULL, print_clone, NULL },
89 #endif
90 #ifdef TARGET_NR_close
91 { TARGET_NR_close, "close" , "%s(%d)", NULL, NULL },
92 #endif
93 #ifdef TARGET_NR_connect
94 { TARGET_NR_connect, "connect" , "%s(%d,%#x,%d)", NULL, NULL },
95 #endif
96 #ifdef TARGET_NR_creat
97 { TARGET_NR_creat, "creat" , NULL, print_creat, NULL },
98 #endif
99 #ifdef TARGET_NR_create_module
100 { TARGET_NR_create_module, "create_module" , NULL, NULL, NULL },
101 #endif
102 #ifdef TARGET_NR_delete_module
103 { TARGET_NR_delete_module, "delete_module" , NULL, NULL, NULL },
104 #endif
105 #ifdef TARGET_NR_dipc
106 { TARGET_NR_dipc, "dipc" , NULL, NULL, NULL },
107 #endif
108 #ifdef TARGET_NR_dup
109 { TARGET_NR_dup, "dup" , NULL, NULL, NULL },
110 #endif
111 #ifdef TARGET_NR_dup2
112 { TARGET_NR_dup2, "dup2" , NULL, NULL, NULL },
113 #endif
114 #ifdef TARGET_NR_epoll_create
115 { TARGET_NR_epoll_create, "epoll_create" , NULL, NULL, NULL },
116 #endif
117 #ifdef TARGET_NR_epoll_create1
118 { TARGET_NR_epoll_create1, "epoll_create1" , NULL, NULL, NULL },
119 #endif
120 #ifdef TARGET_NR_epoll_ctl
121 { TARGET_NR_epoll_ctl, "epoll_ctl" , NULL, NULL, NULL },
122 #endif
123 #ifdef TARGET_NR_epoll_ctl_old
124 { TARGET_NR_epoll_ctl_old, "epoll_ctl_old" , NULL, NULL, NULL },
125 #endif
126 #ifdef TARGET_NR_epoll_wait
127 { TARGET_NR_epoll_wait, "epoll_wait" , NULL, NULL, NULL },
128 #endif
129 #ifdef TARGET_NR_epoll_wait_old
130 { TARGET_NR_epoll_wait_old, "epoll_wait_old" , NULL, NULL, NULL },
131 #endif
132 #ifdef TARGET_NR_execv
133 { TARGET_NR_execv, "execv" , NULL, print_execv, NULL },
134 #endif
135 #ifdef TARGET_NR_execve
136 { TARGET_NR_execve, "execve" , NULL, print_execve, NULL },
137 #endif
138 #ifdef TARGET_NR_exec_with_loader
139 { TARGET_NR_exec_with_loader, "exec_with_loader" , NULL, NULL, NULL },
140 #endif
141 #ifdef TARGET_NR_exit
142 { TARGET_NR_exit, "exit" , "%s(%d)\n", NULL, NULL },
143 #endif
144 #ifdef TARGET_NR__exit
145 { TARGET_NR__exit, "_exit" , "%s(%d)\n", NULL, NULL },
146 #endif
147 #ifdef TARGET_NR_exit_group
148 { TARGET_NR_exit_group, "exit_group" , "%s(%d)\n", NULL, NULL },
149 #endif
150 #ifdef TARGET_NR_faccessat
151 { TARGET_NR_faccessat, "faccessat" , NULL, print_faccessat, NULL },
152 #endif
153 #ifdef TARGET_NR_fadvise64
154 { TARGET_NR_fadvise64, "fadvise64" , NULL, NULL, NULL },
155 #endif
156 #ifdef TARGET_NR_fadvise64_64
157 { TARGET_NR_fadvise64_64, "fadvise64_64" , NULL, NULL, NULL },
158 #endif
159 #ifdef TARGET_NR_fchdir
160 { TARGET_NR_fchdir, "fchdir" , NULL, NULL, NULL },
161 #endif
162 #ifdef TARGET_NR_fchmod
163 { TARGET_NR_fchmod, "fchmod" , "%s(%d,%#o)", NULL, NULL },
164 #endif
165 #ifdef TARGET_NR_fchmodat
166 { TARGET_NR_fchmodat, "fchmodat" , NULL, print_fchmodat, NULL },
167 #endif
168 #ifdef TARGET_NR_fchown
169 { TARGET_NR_fchown, "fchown" , "%s(%d,%d,%d)", NULL, NULL },
170 #endif
171 #ifdef TARGET_NR_fchown32
172 { TARGET_NR_fchown32, "fchown32" , NULL, NULL, NULL },
173 #endif
174 #ifdef TARGET_NR_fchownat
175 { TARGET_NR_fchownat, "fchownat" , NULL, print_fchownat, NULL },
176 #endif
177 #ifdef TARGET_NR_fcntl
178 { TARGET_NR_fcntl, "fcntl" , NULL, print_fcntl, NULL },
179 #endif
180 #ifdef TARGET_NR_fcntl64
181 { TARGET_NR_fcntl64, "fcntl64" , NULL, print_fcntl64, NULL },
182 #endif
183 #ifdef TARGET_NR_fdatasync
184 { TARGET_NR_fdatasync, "fdatasync" , NULL, NULL, NULL },
185 #endif
186 #ifdef TARGET_NR_fgetxattr
187 { TARGET_NR_fgetxattr, "fgetxattr" , NULL, NULL, NULL },
188 #endif
189 #ifdef TARGET_NR_flistxattr
190 { TARGET_NR_flistxattr, "flistxattr" , NULL, NULL, NULL },
191 #endif
192 #ifdef TARGET_NR_flock
193 { TARGET_NR_flock, "flock" , NULL, NULL, NULL },
194 #endif
195 #ifdef TARGET_NR_fork
196 { TARGET_NR_fork, "fork" , "%s()", NULL, NULL },
197 #endif
198 #ifdef TARGET_NR_fremovexattr
199 { TARGET_NR_fremovexattr, "fremovexattr" , NULL, NULL, NULL },
200 #endif
201 #ifdef TARGET_NR_fsetxattr
202 { TARGET_NR_fsetxattr, "fsetxattr" , NULL, NULL, NULL },
203 #endif
204 #ifdef TARGET_NR_fstat
205 { TARGET_NR_fstat, "fstat" , NULL, print_fstat, NULL },
206 #endif
207 #ifdef TARGET_NR_fstat64
208 { TARGET_NR_fstat64, "fstat64" , NULL, print_fstat64, NULL },
209 #endif
210 #ifdef TARGET_NR_fstatfs
211 { TARGET_NR_fstatfs, "fstatfs" , "%s(%d,%p)", NULL, NULL },
212 #endif
213 #ifdef TARGET_NR_fstatfs64
214 { TARGET_NR_fstatfs64, "fstatfs64" , "%s(%d,%p)", NULL, NULL },
215 #endif
216 #ifdef TARGET_NR_fsync
217 { TARGET_NR_fsync, "fsync" , NULL, NULL, NULL },
218 #endif
219 #ifdef TARGET_NR_ftime
220 { TARGET_NR_ftime, "ftime" , NULL, NULL, NULL },
221 #endif
222 #ifdef TARGET_NR_ftruncate
223 { TARGET_NR_ftruncate, "ftruncate" , NULL, NULL, NULL },
224 #endif
225 #ifdef TARGET_NR_ftruncate64
226 { TARGET_NR_ftruncate64, "ftruncate64" , NULL, NULL, NULL },
227 #endif
228 #ifdef TARGET_NR_futex
229 { TARGET_NR_futex, "futex" , NULL, print_futex, NULL },
230 #endif
231 #ifdef TARGET_NR_futimesat
232 { TARGET_NR_futimesat, "futimesat" , NULL, print_futimesat, NULL },
233 #endif
234 #ifdef TARGET_NR_getcwd
235 { TARGET_NR_getcwd, "getcwd" , "%s(%p,%d)", NULL, NULL },
236 #endif
237 #ifdef TARGET_NR_getdents
238 { TARGET_NR_getdents, "getdents" , NULL, NULL, NULL },
239 #endif
240 #ifdef TARGET_NR_getdents64
241 { TARGET_NR_getdents64, "getdents64" , NULL, NULL, NULL },
242 #endif
243 #ifdef TARGET_NR_getdomainname
244 { TARGET_NR_getdomainname, "getdomainname" , NULL, NULL, NULL },
245 #endif
246 #ifdef TARGET_NR_getdtablesize
247 { TARGET_NR_getdtablesize, "getdtablesize" , NULL, NULL, NULL },
248 #endif
249 #ifdef TARGET_NR_getegid
250 { TARGET_NR_getegid, "getegid" , NULL, NULL, NULL },
251 #endif
252 #ifdef TARGET_NR_getegid32
253 { TARGET_NR_getegid32, "getegid32" , NULL, NULL, NULL },
254 #endif
255 #ifdef TARGET_NR_geteuid
256 { TARGET_NR_geteuid, "geteuid" , NULL, NULL, NULL },
257 #endif
258 #ifdef TARGET_NR_geteuid32
259 { TARGET_NR_geteuid32, "geteuid32" , NULL, NULL, NULL },
260 #endif
261 #ifdef TARGET_NR_getgid
262 { TARGET_NR_getgid, "getgid" , NULL, NULL, NULL },
263 #endif
264 #ifdef TARGET_NR_getgid32
265 { TARGET_NR_getgid32, "getgid32" , NULL, NULL, NULL },
266 #endif
267 #ifdef TARGET_NR_getgroups
268 { TARGET_NR_getgroups, "getgroups" , NULL, NULL, NULL },
269 #endif
270 #ifdef TARGET_NR_getgroups32
271 { TARGET_NR_getgroups32, "getgroups32" , NULL, NULL, NULL },
272 #endif
273 #ifdef TARGET_NR_gethostname
274 { TARGET_NR_gethostname, "gethostname" , NULL, NULL, NULL },
275 #endif
276 #ifdef TARGET_NR_getitimer
277 { TARGET_NR_getitimer, "getitimer" , NULL, NULL, NULL },
278 #endif
279 #ifdef TARGET_NR_get_kernel_syms
280 { TARGET_NR_get_kernel_syms, "get_kernel_syms" , NULL, NULL, NULL },
281 #endif
282 #ifdef TARGET_NR_get_mempolicy
283 { TARGET_NR_get_mempolicy, "get_mempolicy" , NULL, NULL, NULL },
284 #endif
285 #ifdef TARGET_NR_getpagesize
286 { TARGET_NR_getpagesize, "getpagesize" , NULL, NULL, NULL },
287 #endif
288 #ifdef TARGET_NR_getpeername
289 { TARGET_NR_getpeername, "getpeername" , NULL, NULL, NULL },
290 #endif
291 #ifdef TARGET_NR_getpgid
292 { TARGET_NR_getpgid, "getpgid" , NULL, NULL, NULL },
293 #endif
294 #ifdef TARGET_NR_getpgrp
295 { TARGET_NR_getpgrp, "getpgrp" , NULL, NULL, NULL },
296 #endif
297 #ifdef TARGET_NR_getpid
298 { TARGET_NR_getpid, "getpid" , "%s()", NULL, NULL },
299 #endif
300 #ifdef TARGET_NR_getpmsg
301 { TARGET_NR_getpmsg, "getpmsg" , NULL, NULL, NULL },
302 #endif
303 #ifdef TARGET_NR_getppid
304 { TARGET_NR_getppid, "getppid" , NULL, NULL, NULL },
305 #endif
306 #ifdef TARGET_NR_getpriority
307 { TARGET_NR_getpriority, "getpriority", "%s(%#x,%#x)", NULL, NULL },
308 #endif
309 #ifdef TARGET_NR_getresgid
310 { TARGET_NR_getresgid, "getresgid" , NULL, NULL, NULL },
311 #endif
312 #ifdef TARGET_NR_getresgid32
313 { TARGET_NR_getresgid32, "getresgid32" , NULL, NULL, NULL },
314 #endif
315 #ifdef TARGET_NR_getresuid
316 { TARGET_NR_getresuid, "getresuid" , NULL, NULL, NULL },
317 #endif
318 #ifdef TARGET_NR_getresuid32
319 { TARGET_NR_getresuid32, "getresuid32" , NULL, NULL, NULL },
320 #endif
321 #ifdef TARGET_NR_getrlimit
322 { TARGET_NR_getrlimit, "getrlimit" , NULL, NULL, NULL },
323 #endif
324 #ifdef TARGET_NR_get_robust_list
325 { TARGET_NR_get_robust_list, "get_robust_list" , NULL, NULL, NULL },
326 #endif
327 #ifdef TARGET_NR_getrusage
328 { TARGET_NR_getrusage, "getrusage" , NULL, NULL, NULL },
329 #endif
330 #ifdef TARGET_NR_getsid
331 { TARGET_NR_getsid, "getsid" , NULL, NULL, NULL },
332 #endif
333 #ifdef TARGET_NR_getsockname
334 { TARGET_NR_getsockname, "getsockname" , NULL, NULL, NULL },
335 #endif
336 #ifdef TARGET_NR_getsockopt
337 { TARGET_NR_getsockopt, "getsockopt" , NULL, NULL, NULL },
338 #endif
339 #ifdef TARGET_NR_get_thread_area
340 { TARGET_NR_get_thread_area, "get_thread_area", "%s(0x"TARGET_ABI_FMT_lx")",
341   NULL, NULL },
342 #endif
343 #ifdef TARGET_NR_gettid
344 { TARGET_NR_gettid, "gettid" , NULL, NULL, NULL },
345 #endif
346 #ifdef TARGET_NR_gettimeofday
347 { TARGET_NR_gettimeofday, "gettimeofday" , NULL, NULL, NULL },
348 #endif
349 #ifdef TARGET_NR_getuid
350 { TARGET_NR_getuid, "getuid" , NULL, NULL, NULL },
351 #endif
352 #ifdef TARGET_NR_getuid32
353 { TARGET_NR_getuid32, "getuid32" , NULL, NULL, NULL },
354 #endif
355 #ifdef TARGET_NR_getxattr
356 { TARGET_NR_getxattr, "getxattr" , NULL, NULL, NULL },
357 #endif
358 #ifdef TARGET_NR_getxgid
359 { TARGET_NR_getxgid, "getxgid" , NULL, NULL, NULL },
360 #endif
361 #ifdef TARGET_NR_getxpid
362 { TARGET_NR_getxpid, "getxpid" , NULL, NULL, NULL },
363 #endif
364 #ifdef TARGET_NR_getxuid
365 { TARGET_NR_getxuid, "getxuid" , NULL, NULL, NULL },
366 #endif
367 #ifdef TARGET_NR_gtty
368 { TARGET_NR_gtty, "gtty" , NULL, NULL, NULL },
369 #endif
370 #ifdef TARGET_NR_idle
371 { TARGET_NR_idle, "idle" , NULL, NULL, NULL },
372 #endif
373 #ifdef TARGET_NR_init_module
374 { TARGET_NR_init_module, "init_module" , NULL, NULL, NULL },
375 #endif
376 #ifdef TARGET_NR_inotify_add_watch
377 { TARGET_NR_inotify_add_watch, "inotify_add_watch" , NULL, NULL, NULL },
378 #endif
379 #ifdef TARGET_NR_inotify_init
380 { TARGET_NR_inotify_init, "inotify_init" , NULL, NULL, NULL },
381 #endif
382 #ifdef TARGET_NR_inotify_rm_watch
383 { TARGET_NR_inotify_rm_watch, "inotify_rm_watch" , NULL, NULL, NULL },
384 #endif
385 #ifdef TARGET_NR_io_cancel
386 { TARGET_NR_io_cancel, "io_cancel" , NULL, NULL, NULL },
387 #endif
388 #ifdef TARGET_NR_ioctl
389 { TARGET_NR_ioctl, "ioctl" , NULL, NULL, NULL },
390 #endif
391 #ifdef TARGET_NR_io_destroy
392 { TARGET_NR_io_destroy, "io_destroy" , NULL, NULL, NULL },
393 #endif
394 #ifdef TARGET_NR_io_getevents
395 { TARGET_NR_io_getevents, "io_getevents" , NULL, NULL, NULL },
396 #endif
397 #ifdef TARGET_NR_ioperm
398 { TARGET_NR_ioperm, "ioperm" , NULL, NULL, NULL },
399 #endif
400 #ifdef TARGET_NR_iopl
401 { TARGET_NR_iopl, "iopl" , NULL, NULL, NULL },
402 #endif
403 #ifdef TARGET_NR_ioprio_get
404 { TARGET_NR_ioprio_get, "ioprio_get" , NULL, NULL, NULL },
405 #endif
406 #ifdef TARGET_NR_ioprio_set
407 { TARGET_NR_ioprio_set, "ioprio_set" , NULL, NULL, NULL },
408 #endif
409 #ifdef TARGET_NR_io_setup
410 { TARGET_NR_io_setup, "io_setup" , NULL, NULL, NULL },
411 #endif
412 #ifdef TARGET_NR_io_submit
413 { TARGET_NR_io_submit, "io_submit" , NULL, NULL, NULL },
414 #endif
415 #ifdef TARGET_NR_ipc
416 { TARGET_NR_ipc, "ipc" , NULL, print_ipc, NULL },
417 #endif
418 #ifdef TARGET_NR_kexec_load
419 { TARGET_NR_kexec_load, "kexec_load" , NULL, NULL, NULL },
420 #endif
421 #ifdef TARGET_NR_keyctl
422 { TARGET_NR_keyctl, "keyctl" , NULL, NULL, NULL },
423 #endif
424 #ifdef TARGET_NR_kill
425 { TARGET_NR_kill, "kill", NULL, print_kill, NULL },
426 #endif
427 #ifdef TARGET_NR_lchown
428 { TARGET_NR_lchown, "lchown" , NULL, NULL, NULL },
429 #endif
430 #ifdef TARGET_NR_lchown32
431 { TARGET_NR_lchown32, "lchown32" , NULL, NULL, NULL },
432 #endif
433 #ifdef TARGET_NR_lgetxattr
434 { TARGET_NR_lgetxattr, "lgetxattr" , NULL, NULL, NULL },
435 #endif
436 #ifdef TARGET_NR_link
437 { TARGET_NR_link, "link" , NULL, print_link, NULL },
438 #endif
439 #ifdef TARGET_NR_linkat
440 { TARGET_NR_linkat, "linkat" , NULL, print_linkat, NULL },
441 #endif
442 #ifdef TARGET_NR_Linux
443 { TARGET_NR_Linux, "Linux" , NULL, NULL, NULL },
444 #endif
445 #ifdef TARGET_NR_listen
446 { TARGET_NR_listen, "listen" , NULL, NULL, NULL },
447 #endif
448 #ifdef TARGET_NR_listxattr
449 { TARGET_NR_listxattr, "listxattr" , NULL, NULL, NULL },
450 #endif
451 #ifdef TARGET_NR_llistxattr
452 { TARGET_NR_llistxattr, "llistxattr" , NULL, NULL, NULL },
453 #endif
454 #ifdef TARGET_NR__llseek
455 { TARGET_NR__llseek, "_llseek" , NULL, print__llseek, NULL },
456 #endif
457 #ifdef TARGET_NR_lock
458 { TARGET_NR_lock, "lock" , NULL, NULL, NULL },
459 #endif
460 #ifdef TARGET_NR_lookup_dcookie
461 { TARGET_NR_lookup_dcookie, "lookup_dcookie" , NULL, NULL, NULL },
462 #endif
463 #ifdef TARGET_NR_lremovexattr
464 { TARGET_NR_lremovexattr, "lremovexattr" , NULL, NULL, NULL },
465 #endif
466 #ifdef TARGET_NR_lseek
467 { TARGET_NR_lseek, "lseek" , NULL, NULL, NULL },
468 #endif
469 #ifdef TARGET_NR_lsetxattr
470 { TARGET_NR_lsetxattr, "lsetxattr" , NULL, NULL, NULL },
471 #endif
472 #ifdef TARGET_NR_lstat
473 { TARGET_NR_lstat, "lstat" , NULL, print_lstat, NULL },
474 #endif
475 #ifdef TARGET_NR_lstat64
476 { TARGET_NR_lstat64, "lstat64" , NULL, print_lstat64, NULL },
477 #endif
478 #ifdef TARGET_NR_madvise
479 { TARGET_NR_madvise, "madvise" , NULL, NULL, NULL },
480 #endif
481 #ifdef TARGET_NR_madvise1
482 { TARGET_NR_madvise1, "madvise1" , NULL, NULL, NULL },
483 #endif
484 #ifdef TARGET_NR_mbind
485 { TARGET_NR_mbind, "mbind" , NULL, NULL, NULL },
486 #endif
487 #ifdef TARGET_NR_memory_ordering
488 { TARGET_NR_memory_ordering, "memory_ordering" , NULL, NULL, NULL },
489 #endif
490 #ifdef TARGET_NR_migrate_pages
491 { TARGET_NR_migrate_pages, "migrate_pages" , NULL, NULL, NULL },
492 #endif
493 #ifdef TARGET_NR_mincore
494 { TARGET_NR_mincore, "mincore" , NULL, NULL, NULL },
495 #endif
496 #ifdef TARGET_NR_mkdir
497 { TARGET_NR_mkdir, "mkdir" , NULL, print_mkdir, NULL },
498 #endif
499 #ifdef TARGET_NR_mkdirat
500 { TARGET_NR_mkdirat, "mkdirat" , NULL, print_mkdirat, NULL },
501 #endif
502 #ifdef TARGET_NR_rmdir
503 { TARGET_NR_rmdir, "rmdir" , NULL, print_rmdir, NULL },
504 #endif
505 #ifdef TARGET_NR_mknod
506 { TARGET_NR_mknod, "mknod" , NULL, print_mknod, NULL },
507 #endif
508 #ifdef TARGET_NR_mknodat
509 { TARGET_NR_mknodat, "mknodat" , NULL, print_mknodat, NULL },
510 #endif
511 #ifdef TARGET_NR_mlock
512 { TARGET_NR_mlock, "mlock" , NULL, NULL, NULL },
513 #endif
514 #ifdef TARGET_NR_mlockall
515 { TARGET_NR_mlockall, "mlockall" , NULL, NULL, NULL },
516 #endif
517 #ifdef TARGET_NR_mmap
518 { TARGET_NR_mmap, "mmap" , NULL, print_mmap, print_syscall_ret_addr },
519 #endif
520 #ifdef TARGET_NR_mmap2
521 { TARGET_NR_mmap2, "mmap2" , NULL, print_mmap2, print_syscall_ret_addr },
522 #endif
523 #ifdef TARGET_NR_modify_ldt
524 { TARGET_NR_modify_ldt, "modify_ldt" , NULL, NULL, NULL },
525 #endif
526 #ifdef TARGET_NR_mount
527 { TARGET_NR_mount, "mount" , NULL, print_mount, NULL },
528 #endif
529 #ifdef TARGET_NR_move_pages
530 { TARGET_NR_move_pages, "move_pages" , NULL, NULL, NULL },
531 #endif
532 #ifdef TARGET_NR_mprotect
533 { TARGET_NR_mprotect, "mprotect" , NULL, print_mprotect, NULL },
534 #endif
535 #ifdef TARGET_NR_mpx
536 { TARGET_NR_mpx, "mpx" , NULL, NULL, NULL },
537 #endif
538 #ifdef TARGET_NR_mq_getsetattr
539 { TARGET_NR_mq_getsetattr, "mq_getsetattr" , "%s(%d,%p,%p)", NULL, NULL },
540 #endif
541 #ifdef TARGET_NR_mq_notify
542 { TARGET_NR_mq_notify, "mq_notify" , "%s(%d,%p)", NULL, NULL },
543 #endif
544 #ifdef TARGET_NR_mq_open
545 { TARGET_NR_mq_open, "mq_open" , NULL, print_mq_open, NULL },
546 #endif
547 #ifdef TARGET_NR_mq_timedreceive
548 { TARGET_NR_mq_timedreceive, "mq_timedreceive" , "%s(%d,%p,%d,%u,%p)", NULL, NULL },
549 #endif
550 #ifdef TARGET_NR_mq_timedsend
551 { TARGET_NR_mq_timedsend, "mq_timedsend" , "%s(%d,%p,%d,%u,%p)", NULL, NULL },
552 #endif
553 #ifdef TARGET_NR_mq_unlink
554 { TARGET_NR_mq_unlink, "mq_unlink" , NULL, print_mq_unlink, NULL },
555 #endif
556 #ifdef TARGET_NR_mremap
557 { TARGET_NR_mremap, "mremap" , NULL, NULL, NULL },
558 #endif
559 #ifdef TARGET_NR_msgctl
560 { TARGET_NR_msgctl, "msgctl" , NULL, NULL, NULL },
561 #endif
562 #ifdef TARGET_NR_msgget
563 { TARGET_NR_msgget, "msgget" , NULL, NULL, NULL },
564 #endif
565 #ifdef TARGET_NR_msgrcv
566 { TARGET_NR_msgrcv, "msgrcv" , NULL, NULL, NULL },
567 #endif
568 #ifdef TARGET_NR_msgsnd
569 { TARGET_NR_msgsnd, "msgsnd" , NULL, NULL, NULL },
570 #endif
571 #ifdef TARGET_NR_msync
572 { TARGET_NR_msync, "msync" , NULL, NULL, NULL },
573 #endif
574 #ifdef TARGET_NR_multiplexer
575 { TARGET_NR_multiplexer, "multiplexer" , NULL, NULL, NULL },
576 #endif
577 #ifdef TARGET_NR_munlock
578 { TARGET_NR_munlock, "munlock" , NULL, NULL, NULL },
579 #endif
580 #ifdef TARGET_NR_munlockall
581 { TARGET_NR_munlockall, "munlockall" , NULL, NULL, NULL },
582 #endif
583 #ifdef TARGET_NR_munmap
584 { TARGET_NR_munmap, "munmap" , NULL, print_munmap, NULL },
585 #endif
586 #ifdef TARGET_NR_nanosleep
587 { TARGET_NR_nanosleep, "nanosleep" , NULL, NULL, NULL },
588 #endif
589 #ifdef TARGET_NR_fstatat64
590 { TARGET_NR_fstatat64, "fstatat64" , NULL, print_fstatat64, NULL },
591 #endif
592 #ifdef TARGET_NR_newfstatat
593 { TARGET_NR_newfstatat, "newfstatat" , NULL, print_newfstatat, NULL },
594 #endif
595 #ifdef TARGET_NR__newselect
596 { TARGET_NR__newselect, "_newselect" , NULL, print_newselect, print_syscall_ret_newselect },
597 #endif
598 #ifdef TARGET_NR_nfsservctl
599 { TARGET_NR_nfsservctl, "nfsservctl" , NULL, NULL, NULL },
600 #endif
601 #ifdef TARGET_NR_nice
602 { TARGET_NR_nice, "nice" , NULL, NULL, NULL },
603 #endif
604 #ifdef TARGET_NR_old_adjtimex
605 { TARGET_NR_old_adjtimex, "old_adjtimex" , NULL, NULL, NULL },
606 #endif
607 #ifdef TARGET_NR_oldfstat
608 { TARGET_NR_oldfstat, "oldfstat" , NULL, NULL, NULL },
609 #endif
610 #ifdef TARGET_NR_oldlstat
611 { TARGET_NR_oldlstat, "oldlstat" , NULL, NULL, NULL },
612 #endif
613 #ifdef TARGET_NR_oldolduname
614 { TARGET_NR_oldolduname, "oldolduname" , NULL, NULL, NULL },
615 #endif
616 #ifdef TARGET_NR_oldstat
617 { TARGET_NR_oldstat, "oldstat" , NULL, NULL, NULL },
618 #endif
619 #ifdef TARGET_NR_olduname
620 { TARGET_NR_olduname, "olduname" , NULL, NULL, NULL },
621 #endif
622 #ifdef TARGET_NR_open
623 { TARGET_NR_open, "open" , NULL, print_open, NULL },
624 #endif
625 #ifdef TARGET_NR_openat
626 { TARGET_NR_openat, "openat" , NULL, print_openat, NULL },
627 #endif
628 #ifdef TARGET_NR_osf_adjtime
629 { TARGET_NR_osf_adjtime, "osf_adjtime" , NULL, NULL, NULL },
630 #endif
631 #ifdef TARGET_NR_osf_afs_syscall
632 { TARGET_NR_osf_afs_syscall, "osf_afs_syscall" , NULL, NULL, NULL },
633 #endif
634 #ifdef TARGET_NR_osf_alt_plock
635 { TARGET_NR_osf_alt_plock, "osf_alt_plock" , NULL, NULL, NULL },
636 #endif
637 #ifdef TARGET_NR_osf_alt_setsid
638 { TARGET_NR_osf_alt_setsid, "osf_alt_setsid" , NULL, NULL, NULL },
639 #endif
640 #ifdef TARGET_NR_osf_alt_sigpending
641 { TARGET_NR_osf_alt_sigpending, "osf_alt_sigpending" , NULL, NULL, NULL },
642 #endif
643 #ifdef TARGET_NR_osf_asynch_daemon
644 { TARGET_NR_osf_asynch_daemon, "osf_asynch_daemon" , NULL, NULL, NULL },
645 #endif
646 #ifdef TARGET_NR_osf_audcntl
647 { TARGET_NR_osf_audcntl, "osf_audcntl" , NULL, NULL, NULL },
648 #endif
649 #ifdef TARGET_NR_osf_audgen
650 { TARGET_NR_osf_audgen, "osf_audgen" , NULL, NULL, NULL },
651 #endif
652 #ifdef TARGET_NR_osf_chflags
653 { TARGET_NR_osf_chflags, "osf_chflags" , NULL, NULL, NULL },
654 #endif
655 #ifdef TARGET_NR_osf_execve
656 { TARGET_NR_osf_execve, "osf_execve" , NULL, NULL, NULL },
657 #endif
658 #ifdef TARGET_NR_osf_exportfs
659 { TARGET_NR_osf_exportfs, "osf_exportfs" , NULL, NULL, NULL },
660 #endif
661 #ifdef TARGET_NR_osf_fchflags
662 { TARGET_NR_osf_fchflags, "osf_fchflags" , NULL, NULL, NULL },
663 #endif
664 #ifdef TARGET_NR_osf_fdatasync
665 { TARGET_NR_osf_fdatasync, "osf_fdatasync" , NULL, NULL, NULL },
666 #endif
667 #ifdef TARGET_NR_osf_fpathconf
668 { TARGET_NR_osf_fpathconf, "osf_fpathconf" , NULL, NULL, NULL },
669 #endif
670 #ifdef TARGET_NR_osf_fstatfs
671 { TARGET_NR_osf_fstatfs, "osf_fstatfs" , NULL, NULL, NULL },
672 #endif
673 #ifdef TARGET_NR_osf_fuser
674 { TARGET_NR_osf_fuser, "osf_fuser" , NULL, NULL, NULL },
675 #endif
676 #ifdef TARGET_NR_osf_getaddressconf
677 { TARGET_NR_osf_getaddressconf, "osf_getaddressconf" , NULL, NULL, NULL },
678 #endif
679 #ifdef TARGET_NR_osf_getdirentries
680 { TARGET_NR_osf_getdirentries, "osf_getdirentries" , NULL, NULL, NULL },
681 #endif
682 #ifdef TARGET_NR_osf_getdomainname
683 { TARGET_NR_osf_getdomainname, "osf_getdomainname" , NULL, NULL, NULL },
684 #endif
685 #ifdef TARGET_NR_osf_getfh
686 { TARGET_NR_osf_getfh, "osf_getfh" , NULL, NULL, NULL },
687 #endif
688 #ifdef TARGET_NR_osf_getfsstat
689 { TARGET_NR_osf_getfsstat, "osf_getfsstat" , NULL, NULL, NULL },
690 #endif
691 #ifdef TARGET_NR_osf_gethostid
692 { TARGET_NR_osf_gethostid, "osf_gethostid" , NULL, NULL, NULL },
693 #endif
694 #ifdef TARGET_NR_osf_getitimer
695 { TARGET_NR_osf_getitimer, "osf_getitimer" , NULL, NULL, NULL },
696 #endif
697 #ifdef TARGET_NR_osf_getlogin
698 { TARGET_NR_osf_getlogin, "osf_getlogin" , NULL, NULL, NULL },
699 #endif
700 #ifdef TARGET_NR_osf_getmnt
701 { TARGET_NR_osf_getmnt, "osf_getmnt" , NULL, NULL, NULL },
702 #endif
703 #ifdef TARGET_NR_osf_getrusage
704 { TARGET_NR_osf_getrusage, "osf_getrusage" , NULL, NULL, NULL },
705 #endif
706 #ifdef TARGET_NR_osf_getsysinfo
707 { TARGET_NR_osf_getsysinfo, "osf_getsysinfo" , NULL, NULL, NULL },
708 #endif
709 #ifdef TARGET_NR_osf_gettimeofday
710 { TARGET_NR_osf_gettimeofday, "osf_gettimeofday" , NULL, NULL, NULL },
711 #endif
712 #ifdef TARGET_NR_osf_kloadcall
713 { TARGET_NR_osf_kloadcall, "osf_kloadcall" , NULL, NULL, NULL },
714 #endif
715 #ifdef TARGET_NR_osf_kmodcall
716 { TARGET_NR_osf_kmodcall, "osf_kmodcall" , NULL, NULL, NULL },
717 #endif
718 #ifdef TARGET_NR_osf_memcntl
719 { TARGET_NR_osf_memcntl, "osf_memcntl" , NULL, NULL, NULL },
720 #endif
721 #ifdef TARGET_NR_osf_mincore
722 { TARGET_NR_osf_mincore, "osf_mincore" , NULL, NULL, NULL },
723 #endif
724 #ifdef TARGET_NR_osf_mount
725 { TARGET_NR_osf_mount, "osf_mount" , NULL, NULL, NULL },
726 #endif
727 #ifdef TARGET_NR_osf_mremap
728 { TARGET_NR_osf_mremap, "osf_mremap" , NULL, NULL, NULL },
729 #endif
730 #ifdef TARGET_NR_osf_msfs_syscall
731 { TARGET_NR_osf_msfs_syscall, "osf_msfs_syscall" , NULL, NULL, NULL },
732 #endif
733 #ifdef TARGET_NR_osf_msleep
734 { TARGET_NR_osf_msleep, "osf_msleep" , NULL, NULL, NULL },
735 #endif
736 #ifdef TARGET_NR_osf_mvalid
737 { TARGET_NR_osf_mvalid, "osf_mvalid" , NULL, NULL, NULL },
738 #endif
739 #ifdef TARGET_NR_osf_mwakeup
740 { TARGET_NR_osf_mwakeup, "osf_mwakeup" , NULL, NULL, NULL },
741 #endif
742 #ifdef TARGET_NR_osf_naccept
743 { TARGET_NR_osf_naccept, "osf_naccept" , NULL, NULL, NULL },
744 #endif
745 #ifdef TARGET_NR_osf_nfssvc
746 { TARGET_NR_osf_nfssvc, "osf_nfssvc" , NULL, NULL, NULL },
747 #endif
748 #ifdef TARGET_NR_osf_ngetpeername
749 { TARGET_NR_osf_ngetpeername, "osf_ngetpeername" , NULL, NULL, NULL },
750 #endif
751 #ifdef TARGET_NR_osf_ngetsockname
752 { TARGET_NR_osf_ngetsockname, "osf_ngetsockname" , NULL, NULL, NULL },
753 #endif
754 #ifdef TARGET_NR_osf_nrecvfrom
755 { TARGET_NR_osf_nrecvfrom, "osf_nrecvfrom" , NULL, NULL, NULL },
756 #endif
757 #ifdef TARGET_NR_osf_nrecvmsg
758 { TARGET_NR_osf_nrecvmsg, "osf_nrecvmsg" , NULL, NULL, NULL },
759 #endif
760 #ifdef TARGET_NR_osf_nsendmsg
761 { TARGET_NR_osf_nsendmsg, "osf_nsendmsg" , NULL, NULL, NULL },
762 #endif
763 #ifdef TARGET_NR_osf_ntp_adjtime
764 { TARGET_NR_osf_ntp_adjtime, "osf_ntp_adjtime" , NULL, NULL, NULL },
765 #endif
766 #ifdef TARGET_NR_osf_ntp_gettime
767 { TARGET_NR_osf_ntp_gettime, "osf_ntp_gettime" , NULL, NULL, NULL },
768 #endif
769 #ifdef TARGET_NR_osf_old_creat
770 { TARGET_NR_osf_old_creat, "osf_old_creat" , NULL, NULL, NULL },
771 #endif
772 #ifdef TARGET_NR_osf_old_fstat
773 { TARGET_NR_osf_old_fstat, "osf_old_fstat" , NULL, NULL, NULL },
774 #endif
775 #ifdef TARGET_NR_osf_old_getpgrp
776 { TARGET_NR_osf_old_getpgrp, "osf_old_getpgrp" , NULL, NULL, NULL },
777 #endif
778 #ifdef TARGET_NR_osf_old_killpg
779 { TARGET_NR_osf_old_killpg, "osf_old_killpg" , NULL, NULL, NULL },
780 #endif
781 #ifdef TARGET_NR_osf_old_lstat
782 { TARGET_NR_osf_old_lstat, "osf_old_lstat" , NULL, NULL, NULL },
783 #endif
784 #ifdef TARGET_NR_osf_old_open
785 { TARGET_NR_osf_old_open, "osf_old_open" , NULL, NULL, NULL },
786 #endif
787 #ifdef TARGET_NR_osf_oldquota
788 { TARGET_NR_osf_oldquota, "osf_oldquota" , NULL, NULL, NULL },
789 #endif
790 #ifdef TARGET_NR_osf_old_sigaction
791 { TARGET_NR_osf_old_sigaction, "osf_old_sigaction" , NULL, NULL, NULL },
792 #endif
793 #ifdef TARGET_NR_osf_old_sigblock
794 { TARGET_NR_osf_old_sigblock, "osf_old_sigblock" , NULL, NULL, NULL },
795 #endif
796 #ifdef TARGET_NR_osf_old_sigreturn
797 { TARGET_NR_osf_old_sigreturn, "osf_old_sigreturn" , NULL, NULL, NULL },
798 #endif
799 #ifdef TARGET_NR_osf_old_sigsetmask
800 { TARGET_NR_osf_old_sigsetmask, "osf_old_sigsetmask" , NULL, NULL, NULL },
801 #endif
802 #ifdef TARGET_NR_osf_old_sigvec
803 { TARGET_NR_osf_old_sigvec, "osf_old_sigvec" , NULL, NULL, NULL },
804 #endif
805 #ifdef TARGET_NR_osf_old_stat
806 { TARGET_NR_osf_old_stat, "osf_old_stat" , NULL, NULL, NULL },
807 #endif
808 #ifdef TARGET_NR_osf_old_vadvise
809 { TARGET_NR_osf_old_vadvise, "osf_old_vadvise" , NULL, NULL, NULL },
810 #endif
811 #ifdef TARGET_NR_osf_old_vtrace
812 { TARGET_NR_osf_old_vtrace, "osf_old_vtrace" , NULL, NULL, NULL },
813 #endif
814 #ifdef TARGET_NR_osf_old_wait
815 { TARGET_NR_osf_old_wait, "osf_old_wait" , NULL, NULL, NULL },
816 #endif
817 #ifdef TARGET_NR_osf_pathconf
818 { TARGET_NR_osf_pathconf, "osf_pathconf" , NULL, NULL, NULL },
819 #endif
820 #ifdef TARGET_NR_osf_pid_block
821 { TARGET_NR_osf_pid_block, "osf_pid_block" , NULL, NULL, NULL },
822 #endif
823 #ifdef TARGET_NR_osf_pid_unblock
824 { TARGET_NR_osf_pid_unblock, "osf_pid_unblock" , NULL, NULL, NULL },
825 #endif
826 #ifdef TARGET_NR_osf_plock
827 { TARGET_NR_osf_plock, "osf_plock" , NULL, NULL, NULL },
828 #endif
829 #ifdef TARGET_NR_osf_priocntlset
830 { TARGET_NR_osf_priocntlset, "osf_priocntlset" , NULL, NULL, NULL },
831 #endif
832 #ifdef TARGET_NR_osf_profil
833 { TARGET_NR_osf_profil, "osf_profil" , NULL, NULL, NULL },
834 #endif
835 #ifdef TARGET_NR_osf_proplist_syscall
836 { TARGET_NR_osf_proplist_syscall, "osf_proplist_syscall" , NULL, NULL, NULL },
837 #endif
838 #ifdef TARGET_NR_osf_reboot
839 { TARGET_NR_osf_reboot, "osf_reboot" , NULL, NULL, NULL },
840 #endif
841 #ifdef TARGET_NR_osf_revoke
842 { TARGET_NR_osf_revoke, "osf_revoke" , NULL, NULL, NULL },
843 #endif
844 #ifdef TARGET_NR_osf_sbrk
845 { TARGET_NR_osf_sbrk, "osf_sbrk" , NULL, NULL, NULL },
846 #endif
847 #ifdef TARGET_NR_osf_security
848 { TARGET_NR_osf_security, "osf_security" , NULL, NULL, NULL },
849 #endif
850 #ifdef TARGET_NR_osf_select
851 { TARGET_NR_osf_select, "osf_select" , NULL, NULL, NULL },
852 #endif
853 #ifdef TARGET_NR_osf_sethostid
854 { TARGET_NR_osf_sethostid, "osf_sethostid" , NULL, NULL, NULL },
855 #endif
856 #ifdef TARGET_NR_osf_setitimer
857 { TARGET_NR_osf_setitimer, "osf_setitimer" , NULL, NULL, NULL },
858 #endif
859 #ifdef TARGET_NR_osf_setlogin
860 { TARGET_NR_osf_setlogin, "osf_setlogin" , NULL, NULL, NULL },
861 #endif
862 #ifdef TARGET_NR_osf_set_program_attributes
863 { TARGET_NR_osf_set_program_attributes, "osf_set_program_attributes" , NULL, NULL, NULL },
864 #endif
865 #ifdef TARGET_NR_osf_set_speculative
866 { TARGET_NR_osf_set_speculative, "osf_set_speculative" , NULL, NULL, NULL },
867 #endif
868 #ifdef TARGET_NR_osf_setsysinfo
869 { TARGET_NR_osf_setsysinfo, "osf_setsysinfo" , NULL, NULL, NULL },
870 #endif
871 #ifdef TARGET_NR_osf_settimeofday
872 { TARGET_NR_osf_settimeofday, "osf_settimeofday" , NULL, NULL, NULL },
873 #endif
874 #ifdef TARGET_NR_osf_shmat
875 { TARGET_NR_osf_shmat, "osf_shmat" , NULL, NULL, NULL },
876 #endif
877 #ifdef TARGET_NR_osf_signal
878 { TARGET_NR_osf_signal, "osf_signal" , NULL, NULL, NULL },
879 #endif
880 #ifdef TARGET_NR_osf_sigprocmask
881 { TARGET_NR_osf_sigprocmask, "osf_sigprocmask" , NULL, NULL, NULL },
882 #endif
883 #ifdef TARGET_NR_osf_sigsendset
884 { TARGET_NR_osf_sigsendset, "osf_sigsendset" , NULL, NULL, NULL },
885 #endif
886 #ifdef TARGET_NR_osf_sigstack
887 { TARGET_NR_osf_sigstack, "osf_sigstack" , NULL, NULL, NULL },
888 #endif
889 #ifdef TARGET_NR_osf_sigwaitprim
890 { TARGET_NR_osf_sigwaitprim, "osf_sigwaitprim" , NULL, NULL, NULL },
891 #endif
892 #ifdef TARGET_NR_osf_sstk
893 { TARGET_NR_osf_sstk, "osf_sstk" , NULL, NULL, NULL },
894 #endif
895 #ifdef TARGET_NR_osf_statfs
896 { TARGET_NR_osf_statfs, "osf_statfs" , NULL, NULL, NULL },
897 #endif
898 #ifdef TARGET_NR_osf_subsys_info
899 { TARGET_NR_osf_subsys_info, "osf_subsys_info" , NULL, NULL, NULL },
900 #endif
901 #ifdef TARGET_NR_osf_swapctl
902 { TARGET_NR_osf_swapctl, "osf_swapctl" , NULL, NULL, NULL },
903 #endif
904 #ifdef TARGET_NR_osf_swapon
905 { TARGET_NR_osf_swapon, "osf_swapon" , NULL, NULL, NULL },
906 #endif
907 #ifdef TARGET_NR_osf_syscall
908 { TARGET_NR_osf_syscall, "osf_syscall" , NULL, NULL, NULL },
909 #endif
910 #ifdef TARGET_NR_osf_sysinfo
911 { TARGET_NR_osf_sysinfo, "osf_sysinfo" , NULL, NULL, NULL },
912 #endif
913 #ifdef TARGET_NR_osf_table
914 { TARGET_NR_osf_table, "osf_table" , NULL, NULL, NULL },
915 #endif
916 #ifdef TARGET_NR_osf_uadmin
917 { TARGET_NR_osf_uadmin, "osf_uadmin" , NULL, NULL, NULL },
918 #endif
919 #ifdef TARGET_NR_osf_usleep_thread
920 { TARGET_NR_osf_usleep_thread, "osf_usleep_thread" , NULL, NULL, NULL },
921 #endif
922 #ifdef TARGET_NR_osf_uswitch
923 { TARGET_NR_osf_uswitch, "osf_uswitch" , NULL, NULL, NULL },
924 #endif
925 #ifdef TARGET_NR_osf_utc_adjtime
926 { TARGET_NR_osf_utc_adjtime, "osf_utc_adjtime" , NULL, NULL, NULL },
927 #endif
928 #ifdef TARGET_NR_osf_utc_gettime
929 { TARGET_NR_osf_utc_gettime, "osf_utc_gettime" , NULL, NULL, NULL },
930 #endif
931 #ifdef TARGET_NR_osf_utimes
932 { TARGET_NR_osf_utimes, "osf_utimes" , NULL, NULL, NULL },
933 #endif
934 #ifdef TARGET_NR_osf_utsname
935 { TARGET_NR_osf_utsname, "osf_utsname" , NULL, NULL, NULL },
936 #endif
937 #ifdef TARGET_NR_osf_wait4
938 { TARGET_NR_osf_wait4, "osf_wait4" , NULL, NULL, NULL },
939 #endif
940 #ifdef TARGET_NR_osf_waitid
941 { TARGET_NR_osf_waitid, "osf_waitid" , NULL, NULL, NULL },
942 #endif
943 #ifdef TARGET_NR_pause
944 { TARGET_NR_pause, "pause" , NULL, NULL, NULL },
945 #endif
946 #ifdef TARGET_NR_pciconfig_iobase
947 { TARGET_NR_pciconfig_iobase, "pciconfig_iobase" , NULL, NULL, NULL },
948 #endif
949 #ifdef TARGET_NR_pciconfig_read
950 { TARGET_NR_pciconfig_read, "pciconfig_read" , NULL, NULL, NULL },
951 #endif
952 #ifdef TARGET_NR_pciconfig_write
953 { TARGET_NR_pciconfig_write, "pciconfig_write" , NULL, NULL, NULL },
954 #endif
955 #ifdef TARGET_NR_perfctr
956 { TARGET_NR_perfctr, "perfctr" , NULL, NULL, NULL },
957 #endif
958 #ifdef TARGET_NR_personality
959 { TARGET_NR_personality, "personality" , NULL, NULL, NULL },
960 #endif
961 #ifdef TARGET_NR_pipe
962 { TARGET_NR_pipe, "pipe" , NULL, NULL, NULL },
963 #endif
964 #ifdef TARGET_NR_pivot_root
965 { TARGET_NR_pivot_root, "pivot_root" , NULL, NULL, NULL },
966 #endif
967 #ifdef TARGET_NR_poll
968 { TARGET_NR_poll, "poll" , NULL, NULL, NULL },
969 #endif
970 #ifdef TARGET_NR_ppoll
971 { TARGET_NR_ppoll, "ppoll" , NULL, NULL, NULL },
972 #endif
973 #ifdef TARGET_NR_prctl
974 { TARGET_NR_prctl, "prctl" , NULL, NULL, NULL },
975 #endif
976 #ifdef TARGET_NR_pread64
977 { TARGET_NR_pread64, "pread64" , NULL, NULL, NULL },
978 #endif
979 #ifdef TARGET_NR_prof
980 { TARGET_NR_prof, "prof" , NULL, NULL, NULL },
981 #endif
982 #ifdef TARGET_NR_profil
983 { TARGET_NR_profil, "profil" , NULL, NULL, NULL },
984 #endif
985 #ifdef TARGET_NR_pselect6
986 { TARGET_NR_pselect6, "pselect6" , NULL, NULL, NULL },
987 #endif
988 #ifdef TARGET_NR_ptrace
989 { TARGET_NR_ptrace, "ptrace" , NULL, NULL, NULL },
990 #endif
991 #ifdef TARGET_NR_putpmsg
992 { TARGET_NR_putpmsg, "putpmsg" , NULL, NULL, NULL },
993 #endif
994 #ifdef TARGET_NR_pwrite64
995 { TARGET_NR_pwrite64, "pwrite64" , NULL, NULL, NULL },
996 #endif
997 #ifdef TARGET_NR_query_module
998 { TARGET_NR_query_module, "query_module" , NULL, NULL, NULL },
999 #endif
1000 #ifdef TARGET_NR_quotactl
1001 { TARGET_NR_quotactl, "quotactl" , NULL, NULL, NULL },
1002 #endif
1003 #ifdef TARGET_NR_read
1004 { TARGET_NR_read, "read" , "%s(%d,%#x,%d)", NULL, NULL },
1005 #endif
1006 #ifdef TARGET_NR_readahead
1007 { TARGET_NR_readahead, "readahead" , NULL, NULL, NULL },
1008 #endif
1009 #ifdef TARGET_NR_readdir
1010 { TARGET_NR_readdir, "readdir" , NULL, NULL, NULL },
1011 #endif
1012 #ifdef TARGET_NR_readlink
1013 { TARGET_NR_readlink, "readlink" , NULL, print_readlink, NULL },
1014 #endif
1015 #ifdef TARGET_NR_readlinkat
1016 { TARGET_NR_readlinkat, "readlinkat" , NULL, print_readlinkat, NULL },
1017 #endif
1018 #ifdef TARGET_NR_readv
1019 { TARGET_NR_readv, "readv" , NULL, NULL, NULL },
1020 #endif
1021 #ifdef TARGET_NR_reboot
1022 { TARGET_NR_reboot, "reboot" , NULL, NULL, NULL },
1023 #endif
1024 #ifdef TARGET_NR_recv
1025 { TARGET_NR_recv, "recv" , NULL, NULL, NULL },
1026 #endif
1027 #ifdef TARGET_NR_recvfrom
1028 { TARGET_NR_recvfrom, "recvfrom" , NULL, NULL, NULL },
1029 #endif
1030 #ifdef TARGET_NR_recvmsg
1031 { TARGET_NR_recvmsg, "recvmsg" , NULL, NULL, NULL },
1032 #endif
1033 #ifdef TARGET_NR_remap_file_pages
1034 { TARGET_NR_remap_file_pages, "remap_file_pages" , NULL, NULL, NULL },
1035 #endif
1036 #ifdef TARGET_NR_removexattr
1037 { TARGET_NR_removexattr, "removexattr" , NULL, NULL, NULL },
1038 #endif
1039 #ifdef TARGET_NR_rename
1040 { TARGET_NR_rename, "rename" , NULL, print_rename, NULL },
1041 #endif
1042 #ifdef TARGET_NR_renameat
1043 { TARGET_NR_renameat, "renameat" , NULL, print_renameat, NULL },
1044 #endif
1045 #ifdef TARGET_NR_request_key
1046 { TARGET_NR_request_key, "request_key" , NULL, NULL, NULL },
1047 #endif
1048 #ifdef TARGET_NR_reserved221
1049 { TARGET_NR_reserved221, "reserved221" , NULL, NULL, NULL },
1050 #endif
1051 #ifdef TARGET_NR_reserved82
1052 { TARGET_NR_reserved82, "reserved82" , NULL, NULL, NULL },
1053 #endif
1054 #ifdef TARGET_NR_restart_syscall
1055 { TARGET_NR_restart_syscall, "restart_syscall" , NULL, NULL, NULL },
1056 #endif
1057 #ifdef TARGET_NR_rmdir
1058 { TARGET_NR_rmdir, "rmdir" , NULL, NULL, NULL },
1059 #endif
1060 #ifdef TARGET_NR_rt_sigaction
1061 { TARGET_NR_rt_sigaction, "rt_sigaction" , NULL, print_rt_sigaction, NULL },
1062 #endif
1063 #ifdef TARGET_NR_rt_sigpending
1064 { TARGET_NR_rt_sigpending, "rt_sigpending" , NULL, NULL, NULL },
1065 #endif
1066 #ifdef TARGET_NR_rt_sigprocmask
1067 { TARGET_NR_rt_sigprocmask, "rt_sigprocmask" , NULL, print_rt_sigprocmask, NULL },
1068 #endif
1069 #ifdef TARGET_NR_rt_sigqueueinfo
1070 { TARGET_NR_rt_sigqueueinfo, "rt_sigqueueinfo" , NULL, NULL, NULL },
1071 #endif
1072 #ifdef TARGET_NR_rt_sigreturn
1073 { TARGET_NR_rt_sigreturn, "rt_sigreturn" , NULL, NULL, NULL },
1074 #endif
1075 #ifdef TARGET_NR_rt_sigsuspend
1076 { TARGET_NR_rt_sigsuspend, "rt_sigsuspend" , NULL, NULL, NULL },
1077 #endif
1078 #ifdef TARGET_NR_rt_sigtimedwait
1079 { TARGET_NR_rt_sigtimedwait, "rt_sigtimedwait" , NULL, NULL, NULL },
1080 #endif
1081 #ifdef TARGET_NR_sched_getaffinity
1082 { TARGET_NR_sched_getaffinity, "sched_getaffinity" , NULL, NULL, NULL },
1083 #endif
1084 #ifdef TARGET_NR_sched_get_affinity
1085 { TARGET_NR_sched_get_affinity, "sched_get_affinity" , NULL, NULL, NULL },
1086 #endif
1087 #ifdef TARGET_NR_sched_getparam
1088 { TARGET_NR_sched_getparam, "sched_getparam" , NULL, NULL, NULL },
1089 #endif
1090 #ifdef TARGET_NR_sched_get_priority_max
1091 { TARGET_NR_sched_get_priority_max, "sched_get_priority_max" , NULL, NULL, NULL },
1092 #endif
1093 #ifdef TARGET_NR_sched_get_priority_min
1094 { TARGET_NR_sched_get_priority_min, "sched_get_priority_min" , NULL, NULL, NULL },
1095 #endif
1096 #ifdef TARGET_NR_sched_getscheduler
1097 { TARGET_NR_sched_getscheduler, "sched_getscheduler" , NULL, NULL, NULL },
1098 #endif
1099 #ifdef TARGET_NR_sched_rr_get_interval
1100 { TARGET_NR_sched_rr_get_interval, "sched_rr_get_interval" , NULL, NULL, NULL },
1101 #endif
1102 #ifdef TARGET_NR_sched_setaffinity
1103 { TARGET_NR_sched_setaffinity, "sched_setaffinity" , NULL, NULL, NULL },
1104 #endif
1105 #ifdef TARGET_NR_sched_set_affinity
1106 { TARGET_NR_sched_set_affinity, "sched_set_affinity" , NULL, NULL, NULL },
1107 #endif
1108 #ifdef TARGET_NR_sched_setparam
1109 { TARGET_NR_sched_setparam, "sched_setparam" , NULL, NULL, NULL },
1110 #endif
1111 #ifdef TARGET_NR_sched_setscheduler
1112 { TARGET_NR_sched_setscheduler, "sched_setscheduler" , NULL, NULL, NULL },
1113 #endif
1114 #ifdef TARGET_NR_sched_yield
1115 { TARGET_NR_sched_yield, "sched_yield" , NULL, NULL, NULL },
1116 #endif
1117 #ifdef TARGET_NR_security
1118 { TARGET_NR_security, "security" , NULL, NULL, NULL },
1119 #endif
1120 #ifdef TARGET_NR_select
1121 { TARGET_NR_select, "select" , NULL, NULL, NULL },
1122 #endif
1123 #ifdef TARGET_NR_semctl
1124 { TARGET_NR_semctl, "semctl" , NULL, print_semctl, NULL },
1125 #endif
1126 #ifdef TARGET_NR_semget
1127 { TARGET_NR_semget, "semget" , NULL, NULL, NULL },
1128 #endif
1129 #ifdef TARGET_NR_semop
1130 { TARGET_NR_semop, "semop" , NULL, NULL, NULL },
1131 #endif
1132 #ifdef TARGET_NR_semtimedop
1133 { TARGET_NR_semtimedop, "semtimedop" , NULL, NULL, NULL },
1134 #endif
1135 #ifdef TARGET_NR_send
1136 { TARGET_NR_send, "send" , NULL, NULL, NULL },
1137 #endif
1138 #ifdef TARGET_NR_sendfile
1139 { TARGET_NR_sendfile, "sendfile" , NULL, NULL, NULL },
1140 #endif
1141 #ifdef TARGET_NR_sendfile64
1142 { TARGET_NR_sendfile64, "sendfile64" , NULL, NULL, NULL },
1143 #endif
1144 #ifdef TARGET_NR_sendmsg
1145 { TARGET_NR_sendmsg, "sendmsg" , NULL, NULL, NULL },
1146 #endif
1147 #ifdef TARGET_NR_sendto
1148 { TARGET_NR_sendto, "sendto" , NULL, NULL, NULL },
1149 #endif
1150 #ifdef TARGET_NR_setdomainname
1151 { TARGET_NR_setdomainname, "setdomainname" , NULL, NULL, NULL },
1152 #endif
1153 #ifdef TARGET_NR_setfsgid
1154 { TARGET_NR_setfsgid, "setfsgid" , NULL, NULL, NULL },
1155 #endif
1156 #ifdef TARGET_NR_setfsgid32
1157 { TARGET_NR_setfsgid32, "setfsgid32" , NULL, NULL, NULL },
1158 #endif
1159 #ifdef TARGET_NR_setfsuid
1160 { TARGET_NR_setfsuid, "setfsuid" , NULL, NULL, NULL },
1161 #endif
1162 #ifdef TARGET_NR_setfsuid32
1163 { TARGET_NR_setfsuid32, "setfsuid32" , NULL, NULL, NULL },
1164 #endif
1165 #ifdef TARGET_NR_setgid
1166 { TARGET_NR_setgid, "setgid" , NULL, NULL, NULL },
1167 #endif
1168 #ifdef TARGET_NR_setgid32
1169 { TARGET_NR_setgid32, "setgid32" , NULL, NULL, NULL },
1170 #endif
1171 #ifdef TARGET_NR_setgroups
1172 { TARGET_NR_setgroups, "setgroups" , NULL, NULL, NULL },
1173 #endif
1174 #ifdef TARGET_NR_setgroups32
1175 { TARGET_NR_setgroups32, "setgroups32" , NULL, NULL, NULL },
1176 #endif
1177 #ifdef TARGET_NR_sethae
1178 { TARGET_NR_sethae, "sethae" , NULL, NULL, NULL },
1179 #endif
1180 #ifdef TARGET_NR_sethostname
1181 { TARGET_NR_sethostname, "sethostname" , NULL, NULL, NULL },
1182 #endif
1183 #ifdef TARGET_NR_setitimer
1184 { TARGET_NR_setitimer, "setitimer" , NULL, NULL, NULL },
1185 #endif
1186 #ifdef TARGET_NR_set_mempolicy
1187 { TARGET_NR_set_mempolicy, "set_mempolicy" , NULL, NULL, NULL },
1188 #endif
1189 #ifdef TARGET_NR_setns
1190 { TARGET_NR_setns, "setns" , NULL, NULL, NULL },
1191 #endif
1192 #ifdef TARGET_NR_setpgid
1193 { TARGET_NR_setpgid, "setpgid" , NULL, NULL, NULL },
1194 #endif
1195 #ifdef TARGET_NR_setpgrp
1196 { TARGET_NR_setpgrp, "setpgrp" , NULL, NULL, NULL },
1197 #endif
1198 #ifdef TARGET_NR_setpriority
1199 { TARGET_NR_setpriority, "setpriority" , NULL, NULL, NULL },
1200 #endif
1201 #ifdef TARGET_NR_setregid
1202 { TARGET_NR_setregid, "setregid" , NULL, NULL, NULL },
1203 #endif
1204 #ifdef TARGET_NR_setregid32
1205 { TARGET_NR_setregid32, "setregid32" , NULL, NULL, NULL },
1206 #endif
1207 #ifdef TARGET_NR_setresgid
1208 { TARGET_NR_setresgid, "setresgid" , NULL, NULL, NULL },
1209 #endif
1210 #ifdef TARGET_NR_setresgid32
1211 { TARGET_NR_setresgid32, "setresgid32" , NULL, NULL, NULL },
1212 #endif
1213 #ifdef TARGET_NR_setresuid
1214 { TARGET_NR_setresuid, "setresuid" , NULL, NULL, NULL },
1215 #endif
1216 #ifdef TARGET_NR_setresuid32
1217 { TARGET_NR_setresuid32, "setresuid32" , NULL, NULL, NULL },
1218 #endif
1219 #ifdef TARGET_NR_setreuid
1220 { TARGET_NR_setreuid, "setreuid" , NULL, NULL, NULL },
1221 #endif
1222 #ifdef TARGET_NR_setreuid32
1223 { TARGET_NR_setreuid32, "setreuid32" , NULL, NULL, NULL },
1224 #endif
1225 #ifdef TARGET_NR_setrlimit
1226 { TARGET_NR_setrlimit, "setrlimit" , NULL, NULL, NULL },
1227 #endif
1228 #ifdef TARGET_NR_set_robust_list
1229 { TARGET_NR_set_robust_list, "set_robust_list" , NULL, NULL, NULL },
1230 #endif
1231 #ifdef TARGET_NR_setsid
1232 { TARGET_NR_setsid, "setsid" , NULL, NULL, NULL },
1233 #endif
1234 #ifdef TARGET_NR_setsockopt
1235 { TARGET_NR_setsockopt, "setsockopt" , NULL, NULL, NULL },
1236 #endif
1237 #ifdef TARGET_NR_set_thread_area
1238 { TARGET_NR_set_thread_area, "set_thread_area", "%s(0x"TARGET_ABI_FMT_lx")",
1239   NULL, NULL },
1240 #endif
1241 #ifdef TARGET_NR_set_tid_address
1242 { TARGET_NR_set_tid_address, "set_tid_address" , NULL, NULL, NULL },
1243 #endif
1244 #ifdef TARGET_NR_settimeofday
1245 { TARGET_NR_settimeofday, "settimeofday" , NULL, NULL, NULL },
1246 #endif
1247 #ifdef TARGET_NR_setuid
1248 { TARGET_NR_setuid, "setuid" , NULL, NULL, NULL },
1249 #endif
1250 #ifdef TARGET_NR_setuid32
1251 { TARGET_NR_setuid32, "setuid32" , NULL, NULL, NULL },
1252 #endif
1253 #ifdef TARGET_NR_setxattr
1254 { TARGET_NR_setxattr, "setxattr" , NULL, NULL, NULL },
1255 #endif
1256 #ifdef TARGET_NR_sgetmask
1257 { TARGET_NR_sgetmask, "sgetmask" , NULL, NULL, NULL },
1258 #endif
1259 #ifdef TARGET_NR_shmat
1260 { TARGET_NR_shmat, "shmat" , NULL, NULL, print_syscall_ret_addr },
1261 #endif
1262 #ifdef TARGET_NR_shmctl
1263 { TARGET_NR_shmctl, "shmctl" , NULL, NULL, NULL },
1264 #endif
1265 #ifdef TARGET_NR_shmdt
1266 { TARGET_NR_shmdt, "shmdt" , NULL, NULL, NULL },
1267 #endif
1268 #ifdef TARGET_NR_shmget
1269 { TARGET_NR_shmget, "shmget" , NULL, NULL, NULL },
1270 #endif
1271 #ifdef TARGET_NR_shutdown
1272 { TARGET_NR_shutdown, "shutdown" , NULL, NULL, NULL },
1273 #endif
1274 #ifdef TARGET_NR_sigaction
1275 { TARGET_NR_sigaction, "sigaction" , NULL, NULL, NULL },
1276 #endif
1277 #ifdef TARGET_NR_sigaltstack
1278 { TARGET_NR_sigaltstack, "sigaltstack" , "%s(%p,%p)", NULL, NULL },
1279 #endif
1280 #ifdef TARGET_NR_signal
1281 { TARGET_NR_signal, "signal" , NULL, NULL, NULL },
1282 #endif
1283 #ifdef TARGET_NR_sigpending
1284 { TARGET_NR_sigpending, "sigpending" , NULL, NULL, NULL },
1285 #endif
1286 #ifdef TARGET_NR_sigprocmask
1287 { TARGET_NR_sigprocmask, "sigprocmask" , NULL, NULL, NULL },
1288 #endif
1289 #ifdef TARGET_NR_sigreturn
1290 { TARGET_NR_sigreturn, "sigreturn" , NULL, NULL, NULL },
1291 #endif
1292 #ifdef TARGET_NR_sigsuspend
1293 { TARGET_NR_sigsuspend, "sigsuspend" , NULL, NULL, NULL },
1294 #endif
1295 #ifdef TARGET_NR_socket
1296 { TARGET_NR_socket, "socket" , NULL, print_socket, NULL },
1297 #endif
1298 #ifdef TARGET_NR_socketcall
1299 { TARGET_NR_socketcall, "socketcall" , NULL, print_socketcall, NULL },
1300 #endif
1301 #ifdef TARGET_NR_socketpair
1302 { TARGET_NR_socketpair, "socketpair" , NULL, NULL, NULL },
1303 #endif
1304 #ifdef TARGET_NR_splice
1305 { TARGET_NR_splice, "splice" , NULL, NULL, NULL },
1306 #endif
1307 #ifdef TARGET_NR_ssetmask
1308 { TARGET_NR_ssetmask, "ssetmask" , NULL, NULL, NULL },
1309 #endif
1310 #ifdef TARGET_NR_stat
1311 { TARGET_NR_stat, "stat" , NULL, print_stat, NULL },
1312 #endif
1313 #ifdef TARGET_NR_stat64
1314 { TARGET_NR_stat64, "stat64" , NULL, print_stat64, NULL },
1315 #endif
1316 #ifdef TARGET_NR_statfs
1317 { TARGET_NR_statfs, "statfs" , NULL, print_statfs, NULL },
1318 #endif
1319 #ifdef TARGET_NR_statfs64
1320 { TARGET_NR_statfs64, "statfs64" , NULL, print_statfs64, NULL },
1321 #endif
1322 #ifdef TARGET_NR_stime
1323 { TARGET_NR_stime, "stime" , NULL, NULL, NULL },
1324 #endif
1325 #ifdef TARGET_NR_streams1
1326 { TARGET_NR_streams1, "streams1" , NULL, NULL, NULL },
1327 #endif
1328 #ifdef TARGET_NR_streams2
1329 { TARGET_NR_streams2, "streams2" , NULL, NULL, NULL },
1330 #endif
1331 #ifdef TARGET_NR_stty
1332 { TARGET_NR_stty, "stty" , NULL, NULL, NULL },
1333 #endif
1334 #ifdef TARGET_NR_swapcontext
1335 { TARGET_NR_swapcontext, "swapcontext" , NULL, NULL, NULL },
1336 #endif
1337 #ifdef TARGET_NR_swapoff
1338 { TARGET_NR_swapoff, "swapoff" , NULL, NULL, NULL },
1339 #endif
1340 #ifdef TARGET_NR_swapon
1341 { TARGET_NR_swapon, "swapon" , NULL, NULL, NULL },
1342 #endif
1343 #ifdef TARGET_NR_symlink
1344 { TARGET_NR_symlink, "symlink" , NULL, print_symlink, NULL },
1345 #endif
1346 #ifdef TARGET_NR_symlinkat
1347 { TARGET_NR_symlinkat, "symlinkat", NULL, print_symlinkat, NULL },
1348 #endif
1349 #ifdef TARGET_NR_sync
1350 { TARGET_NR_sync, "sync" , NULL, NULL, NULL },
1351 #endif
1352 #ifdef TARGET_NR_sync_file_range
1353 { TARGET_NR_sync_file_range, "sync_file_range" , NULL, NULL, NULL },
1354 #endif
1355 #ifdef TARGET_NR_syscall
1356 { TARGET_NR_syscall, "syscall" , NULL, NULL, NULL },
1357 #endif
1358 #ifdef TARGET_NR__sysctl
1359 { TARGET_NR__sysctl, "_sysctl" , NULL, NULL, NULL },
1360 #endif
1361 #ifdef TARGET_NR_sys_epoll_create
1362 { TARGET_NR_sys_epoll_create, "sys_epoll_create" , NULL, NULL, NULL },
1363 #endif
1364 #ifdef TARGET_NR_sys_epoll_ctl
1365 { TARGET_NR_sys_epoll_ctl, "sys_epoll_ctl" , NULL, NULL, NULL },
1366 #endif
1367 #ifdef TARGET_NR_sys_epoll_wait
1368 { TARGET_NR_sys_epoll_wait, "sys_epoll_wait" , NULL, NULL, NULL },
1369 #endif
1370 #ifdef TARGET_NR_sysfs
1371 { TARGET_NR_sysfs, "sysfs" , NULL, NULL, NULL },
1372 #endif
1373 #ifdef TARGET_NR_sysinfo
1374 { TARGET_NR_sysinfo, "sysinfo" , NULL, NULL, NULL },
1375 #endif
1376 #ifdef TARGET_NR_sys_kexec_load
1377 { TARGET_NR_sys_kexec_load, "sys_kexec_load" , NULL, NULL, NULL },
1378 #endif
1379 #ifdef TARGET_NR_syslog
1380 { TARGET_NR_syslog, "syslog" , NULL, NULL, NULL },
1381 #endif
1382 #ifdef TARGET_NR_sysmips
1383 { TARGET_NR_sysmips, "sysmips" , NULL, NULL, NULL },
1384 #endif
1385 #ifdef TARGET_NR_sys_setaltroot
1386 { TARGET_NR_sys_setaltroot, "sys_setaltroot" , NULL, NULL, NULL },
1387 #endif
1388 #ifdef TARGET_NR_tee
1389 { TARGET_NR_tee, "tee" , NULL, NULL, NULL },
1390 #endif
1391 #ifdef TARGET_NR_tgkill
1392 { TARGET_NR_tgkill, "tgkill" , NULL, NULL, NULL },
1393 #endif
1394 #ifdef TARGET_NR_time
1395 { TARGET_NR_time, "time" , NULL, NULL, NULL },
1396 #endif
1397 #ifdef TARGET_NR_timer_create
1398 { TARGET_NR_timer_create, "timer_create" , NULL, NULL, NULL },
1399 #endif
1400 #ifdef TARGET_NR_timer_delete
1401 { TARGET_NR_timer_delete, "timer_delete" , NULL, NULL, NULL },
1402 #endif
1403 #ifdef TARGET_NR_timer_getoverrun
1404 { TARGET_NR_timer_getoverrun, "timer_getoverrun" , NULL, NULL, NULL },
1405 #endif
1406 #ifdef TARGET_NR_timer_gettime
1407 { TARGET_NR_timer_gettime, "timer_gettime" , NULL, NULL, NULL },
1408 #endif
1409 #ifdef TARGET_NR_timer_settime
1410 { TARGET_NR_timer_settime, "timer_settime" , NULL, NULL, NULL },
1411 #endif
1412 #ifdef TARGET_NR_timerfd_create
1413 { TARGET_NR_timerfd_create, "timerfd_create" , NULL, NULL, NULL },
1414 #endif
1415 #ifdef TARGET_NR_timerfd_gettime
1416 { TARGET_NR_timerfd_gettime, "timerfd_gettime" , NULL, NULL, NULL },
1417 #endif
1418 #ifdef TARGET_NR_timerfd_settime
1419 { TARGET_NR_timerfd_settime, "timerfd_settime" , NULL, NULL, NULL },
1420 #endif
1421 #ifdef TARGET_NR_times
1422 { TARGET_NR_times, "times" , NULL, NULL, NULL },
1423 #endif
1424 #ifdef TARGET_NR_tkill
1425 { TARGET_NR_tkill, "tkill" , NULL, NULL, NULL },
1426 #endif
1427 #ifdef TARGET_NR_truncate
1428 { TARGET_NR_truncate, "truncate" , NULL, NULL, NULL },
1429 #endif
1430 #ifdef TARGET_NR_truncate64
1431 { TARGET_NR_truncate64, "truncate64" , NULL, NULL, NULL },
1432 #endif
1433 #ifdef TARGET_NR_tuxcall
1434 { TARGET_NR_tuxcall, "tuxcall" , NULL, NULL, NULL },
1435 #endif
1436 #ifdef TARGET_NR_ugetrlimit
1437 { TARGET_NR_ugetrlimit, "ugetrlimit" , NULL, NULL, NULL },
1438 #endif
1439 #ifdef TARGET_NR_ulimit
1440 { TARGET_NR_ulimit, "ulimit" , NULL, NULL, NULL },
1441 #endif
1442 #ifdef TARGET_NR_umask
1443 { TARGET_NR_umask, "umask" , "%s(%#o)", NULL, NULL },
1444 #endif
1445 #ifdef TARGET_NR_umount
1446 { TARGET_NR_umount, "umount" , NULL, print_umount, NULL },
1447 #endif
1448 #ifdef TARGET_NR_umount2
1449 { TARGET_NR_umount2, "umount2" , NULL, print_umount2, NULL },
1450 #endif
1451 #ifdef TARGET_NR_uname
1452 { TARGET_NR_uname, "uname" , "%s(%p)", NULL, NULL },
1453 #endif
1454 #ifdef TARGET_NR_unlink
1455 { TARGET_NR_unlink, "unlink" , NULL, print_unlink, NULL },
1456 #endif
1457 #ifdef TARGET_NR_unlinkat
1458 { TARGET_NR_unlinkat, "unlinkat" , NULL, print_unlinkat, NULL },
1459 #endif
1460 #ifdef TARGET_NR_unshare
1461 { TARGET_NR_unshare, "unshare" , NULL, NULL, NULL },
1462 #endif
1463 #ifdef TARGET_NR_unused109
1464 { TARGET_NR_unused109, "unused109" , NULL, NULL, NULL },
1465 #endif
1466 #ifdef TARGET_NR_unused150
1467 { TARGET_NR_unused150, "unused150" , NULL, NULL, NULL },
1468 #endif
1469 #ifdef TARGET_NR_unused18
1470 { TARGET_NR_unused18, "unused18" , NULL, NULL, NULL },
1471 #endif
1472 #ifdef TARGET_NR_unused28
1473 { TARGET_NR_unused28, "unused28" , NULL, NULL, NULL },
1474 #endif
1475 #ifdef TARGET_NR_unused59
1476 { TARGET_NR_unused59, "unused59" , NULL, NULL, NULL },
1477 #endif
1478 #ifdef TARGET_NR_unused84
1479 { TARGET_NR_unused84, "unused84" , NULL, NULL, NULL },
1480 #endif
1481 #ifdef TARGET_NR_uselib
1482 { TARGET_NR_uselib, "uselib" , NULL, NULL, NULL },
1483 #endif
1484 #ifdef TARGET_NR_ustat
1485 { TARGET_NR_ustat, "ustat" , "%s(%#x,%p)", NULL, NULL },
1486 #endif
1487 #ifdef TARGET_NR_utime
1488 { TARGET_NR_utime, "utime" , NULL, print_utime, NULL },
1489 #endif
1490 #ifdef TARGET_NR_utimes
1491 { TARGET_NR_utimes, "utimes" , NULL, print_utimes, NULL },
1492 #endif
1493 #ifdef TARGET_NR_utrap_install
1494 { TARGET_NR_utrap_install, "utrap_install" , NULL, NULL, NULL },
1495 #endif
1496 #ifdef TARGET_NR_vfork
1497 { TARGET_NR_vfork, "vfork" , NULL, NULL, NULL },
1498 #endif
1499 #ifdef TARGET_NR_vhangup
1500 { TARGET_NR_vhangup, "vhangup" , NULL, NULL, NULL },
1501 #endif
1502 #ifdef TARGET_NR_vm86
1503 { TARGET_NR_vm86, "vm86" , NULL, NULL, NULL },
1504 #endif
1505 #ifdef TARGET_NR_vm86old
1506 { TARGET_NR_vm86old, "vm86old" , NULL, NULL, NULL },
1507 #endif
1508 #ifdef TARGET_NR_vmsplice
1509 { TARGET_NR_vmsplice, "vmsplice" , NULL, NULL, NULL },
1510 #endif
1511 #ifdef TARGET_NR_vserver
1512 { TARGET_NR_vserver, "vserver" , NULL, NULL, NULL },
1513 #endif
1514 #ifdef TARGET_NR_wait4
1515 { TARGET_NR_wait4, "wait4" , NULL, NULL, NULL },
1516 #endif
1517 #ifdef TARGET_NR_waitid
1518 { TARGET_NR_waitid, "waitid" , "%s(%#x,%d,%p,%#x)", NULL, NULL },
1519 #endif
1520 #ifdef TARGET_NR_waitpid
1521 { TARGET_NR_waitpid, "waitpid" , "%s(%d,%p,%#x)", NULL, NULL },
1522 #endif
1523 #ifdef TARGET_NR_write
1524 { TARGET_NR_write, "write" , "%s(%d,%#x,%d)", NULL, NULL },
1525 #endif
1526 #ifdef TARGET_NR_writev
1527 { TARGET_NR_writev, "writev" , "%s(%d,%p,%#x)", NULL, NULL },
1528 #endif
1529 #ifdef TARGET_NR_utimensat
1530 { TARGET_NR_utimensat, "utimensat", NULL, print_utimensat, NULL },
1531 #endif
1532 #ifdef TARGET_NR_sync_file_range
1533 { TARGET_NR_sync_file_range, "sync_file_range", NULL, NULL, NULL },
1534 #endif
1535 #ifdef TARGET_NR_sync_file_range2
1536 { TARGET_NR_sync_file_range2, "sync_file_range2", NULL, NULL, NULL },
1537 #endif
1538 #ifdef TARGET_NR_pipe2
1539 { TARGET_NR_pipe2, "pipe2", NULL, NULL, NULL },
1540 #endif
1541 #ifdef TARGET_NR_atomic_cmpxchg_32
1542 { TARGET_NR_atomic_cmpxchg_32, "atomic_cmpxchg_32", NULL, NULL, NULL },
1543 #endif
1544 #ifdef TARGET_NR_atomic_barrier
1545 { TARGET_NR_atomic_barrier, "atomic_barrier", NULL, NULL, NULL },
1546 #endif