syscalls.d
8.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
/home/elopes/RIOT/examples/network_app/bin/native/cpu/syscalls.o: \
/home/elopes/RIOT/cpu/native/syscalls.c /usr/include/stdc-predef.h \
/home/elopes/RIOT/examples/network_app/bin/native/riotbuild/riotbuild.h \
/usr/include/dlfcn.h /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
/usr/include/gnu/stubs-32.h \
/usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h \
/usr/include/bits/dlfcn.h /usr/include/err.h \
/usr/lib/gcc/x86_64-linux-gnu/6/include/stdarg.h /usr/include/errno.h \
/usr/include/bits/errno.h /usr/include/linux/errno.h \
/usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h /usr/include/string.h \
/usr/include/xlocale.h /usr/include/unistd.h \
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
/usr/include/bits/confname.h /usr/include/getopt.h /usr/include/stdlib.h \
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/bits/byteswap.h \
/usr/include/bits/byteswap-16.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/sigset.h \
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
/usr/include/bits/stdlib-float.h /usr/include/stdio.h \
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
/usr/include/sys/time.h /usr/include/ifaddrs.h /usr/include/sys/socket.h \
/usr/include/sys/uio.h /usr/include/bits/uio.h \
/usr/include/bits/socket.h /usr/include/bits/socket_type.h \
/usr/include/bits/sockaddr.h /usr/include/asm/socket.h \
/usr/include/asm-generic/socket.h /usr/include/asm/sockios.h \
/usr/include/asm-generic/sockios.h /usr/include/sys/stat.h \
/usr/include/bits/stat.h /home/elopes/RIOT/cpu/native/include/cpu.h \
/home/elopes/RIOT/core/include/irq.h \
/usr/lib/gcc/x86_64-linux-gnu/6/include/stdbool.h \
/home/elopes/RIOT/core/include/arch/irq_arch.h \
/home/elopes/RIOT/sys/include/xtimer.h \
/usr/lib/gcc/x86_64-linux-gnu/6/include/stdint.h /usr/include/stdint.h \
/usr/include/bits/wchar.h /home/elopes/RIOT/sys/include/timex.h \
/usr/include/inttypes.h /home/elopes/RIOT/core/include/msg.h \
/home/elopes/RIOT/core/include/kernel_types.h \
/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/syslimits.h \
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
/usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
/home/elopes/RIOT/core/include/mutex.h \
/home/elopes/RIOT/core/include/list.h \
/home/elopes/RIOT/boards/native/include/board.h \
/home/elopes/RIOT/cpu/native/include/periph_conf.h \
/home/elopes/RIOT/sys/include/xtimer/tick_conversion.h \
/home/elopes/RIOT/sys/include/div.h \
/home/elopes/RIOT/core/include/assert.h \
/home/elopes/RIOT/core/include/panic.h \
/home/elopes/RIOT/core/include/kernel_defines.h \
/home/elopes/RIOT/sys/include/xtimer/implementation.h \
/home/elopes/RIOT/drivers/include/periph/timer.h \
/home/elopes/RIOT/cpu/native/include/periph_cpu.h \
/home/elopes/RIOT/drivers/include/periph/dev_enums.h \
/home/elopes/RIOT/cpu/native/include/native_internal.h \
/usr/include/signal.h /usr/include/bits/signum.h \
/usr/include/bits/siginfo.h /usr/include/bits/sigaction.h \
/usr/include/bits/sigcontext.h /usr/include/bits/sigstack.h \
/usr/include/sys/ucontext.h /usr/include/bits/sigthread.h \
/usr/include/ucontext.h /usr/include/netdb.h /usr/include/netinet/in.h \
/usr/include/bits/in.h /usr/include/rpc/netdb.h \
/usr/include/bits/netdb.h /usr/include/bits/timex.h \
/home/elopes/RIOT/core/include/kernel_types.h \
/home/elopes/RIOT/core/include/sched.h \
/home/elopes/RIOT/core/include/bitarithm.h \
/home/elopes/RIOT/core/include/native_sched.h \
/home/elopes/RIOT/core/include/clist.h \
/home/elopes/RIOT/core/include/debug.h \
/home/elopes/RIOT/core/include/sched.h \
/home/elopes/RIOT/core/include/thread.h \
/home/elopes/RIOT/core/include/cib.h \
/home/elopes/RIOT/core/include/assert.h \
/home/elopes/RIOT/core/include/msg.h \
/home/elopes/RIOT/core/include/arch/thread_arch.h \
/home/elopes/RIOT/core/include/kernel_defines.h \
/home/elopes/RIOT/cpu/native/include/cpu_conf.h
/usr/include/stdc-predef.h:
/home/elopes/RIOT/examples/network_app/bin/native/riotbuild/riotbuild.h:
/usr/include/dlfcn.h:
/usr/include/features.h:
/usr/include/sys/cdefs.h:
/usr/include/bits/wordsize.h:
/usr/include/gnu/stubs.h:
/usr/include/gnu/stubs-32.h:
/usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h:
/usr/include/bits/dlfcn.h:
/usr/include/err.h:
/usr/lib/gcc/x86_64-linux-gnu/6/include/stdarg.h:
/usr/include/errno.h:
/usr/include/bits/errno.h:
/usr/include/linux/errno.h:
/usr/include/asm/errno.h:
/usr/include/asm-generic/errno.h:
/usr/include/asm-generic/errno-base.h:
/usr/include/string.h:
/usr/include/xlocale.h:
/usr/include/unistd.h:
/usr/include/bits/posix_opt.h:
/usr/include/bits/environments.h:
/usr/include/bits/types.h:
/usr/include/bits/typesizes.h:
/usr/include/bits/confname.h:
/usr/include/getopt.h:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h:
/usr/include/sys/types.h:
/usr/include/time.h:
/usr/include/endian.h:
/usr/include/bits/endian.h:
/usr/include/bits/byteswap.h:
/usr/include/bits/byteswap-16.h:
/usr/include/sys/select.h:
/usr/include/bits/select.h:
/usr/include/bits/sigset.h:
/usr/include/bits/time.h:
/usr/include/sys/sysmacros.h:
/usr/include/bits/pthreadtypes.h:
/usr/include/alloca.h:
/usr/include/bits/stdlib-float.h:
/usr/include/stdio.h:
/usr/include/libio.h:
/usr/include/_G_config.h:
/usr/include/wchar.h:
/usr/include/bits/stdio_lim.h:
/usr/include/bits/sys_errlist.h:
/usr/include/sys/time.h:
/usr/include/ifaddrs.h:
/usr/include/sys/socket.h:
/usr/include/sys/uio.h:
/usr/include/bits/uio.h:
/usr/include/bits/socket.h:
/usr/include/bits/socket_type.h:
/usr/include/bits/sockaddr.h:
/usr/include/asm/socket.h:
/usr/include/asm-generic/socket.h:
/usr/include/asm/sockios.h:
/usr/include/asm-generic/sockios.h:
/usr/include/sys/stat.h:
/usr/include/bits/stat.h:
/home/elopes/RIOT/cpu/native/include/cpu.h:
/home/elopes/RIOT/core/include/irq.h:
/usr/lib/gcc/x86_64-linux-gnu/6/include/stdbool.h:
/home/elopes/RIOT/core/include/arch/irq_arch.h:
/home/elopes/RIOT/sys/include/xtimer.h:
/usr/lib/gcc/x86_64-linux-gnu/6/include/stdint.h:
/usr/include/stdint.h:
/usr/include/bits/wchar.h:
/home/elopes/RIOT/sys/include/timex.h:
/usr/include/inttypes.h:
/home/elopes/RIOT/core/include/msg.h:
/home/elopes/RIOT/core/include/kernel_types.h:
/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/limits.h:
/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/syslimits.h:
/usr/include/limits.h:
/usr/include/bits/posix1_lim.h:
/usr/include/bits/local_lim.h:
/usr/include/linux/limits.h:
/usr/include/bits/posix2_lim.h:
/usr/include/bits/xopen_lim.h:
/home/elopes/RIOT/core/include/mutex.h:
/home/elopes/RIOT/core/include/list.h:
/home/elopes/RIOT/boards/native/include/board.h:
/home/elopes/RIOT/cpu/native/include/periph_conf.h:
/home/elopes/RIOT/sys/include/xtimer/tick_conversion.h:
/home/elopes/RIOT/sys/include/div.h:
/home/elopes/RIOT/core/include/assert.h:
/home/elopes/RIOT/core/include/panic.h:
/home/elopes/RIOT/core/include/kernel_defines.h:
/home/elopes/RIOT/sys/include/xtimer/implementation.h:
/home/elopes/RIOT/drivers/include/periph/timer.h:
/home/elopes/RIOT/cpu/native/include/periph_cpu.h:
/home/elopes/RIOT/drivers/include/periph/dev_enums.h:
/home/elopes/RIOT/cpu/native/include/native_internal.h:
/usr/include/signal.h:
/usr/include/bits/signum.h:
/usr/include/bits/siginfo.h:
/usr/include/bits/sigaction.h:
/usr/include/bits/sigcontext.h:
/usr/include/bits/sigstack.h:
/usr/include/sys/ucontext.h:
/usr/include/bits/sigthread.h:
/usr/include/ucontext.h:
/usr/include/netdb.h:
/usr/include/netinet/in.h:
/usr/include/bits/in.h:
/usr/include/rpc/netdb.h:
/usr/include/bits/netdb.h:
/usr/include/bits/timex.h:
/home/elopes/RIOT/core/include/kernel_types.h:
/home/elopes/RIOT/core/include/sched.h:
/home/elopes/RIOT/core/include/bitarithm.h:
/home/elopes/RIOT/core/include/native_sched.h:
/home/elopes/RIOT/core/include/clist.h:
/home/elopes/RIOT/core/include/debug.h:
/home/elopes/RIOT/core/include/sched.h:
/home/elopes/RIOT/core/include/thread.h:
/home/elopes/RIOT/core/include/cib.h:
/home/elopes/RIOT/core/include/assert.h:
/home/elopes/RIOT/core/include/msg.h:
/home/elopes/RIOT/core/include/arch/thread_arch.h:
/home/elopes/RIOT/core/include/kernel_defines.h:
/home/elopes/RIOT/cpu/native/include/cpu_conf.h: