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