Statistics
| Branch: | Revision:

root / linux-user / strace.list @ 93148aa5

History | View | Annotate | Download (46.8 kB)

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