Home
last modified time | relevance | path

Searched refs:sysent0 (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Dsyscall.c68 const struct_sysent sysent0[] = { variable
133 nsyscalls0 = ARRAY_SIZE(sysent0)
153 const struct_sysent *sysent = sysent0;
173 sysent0,
Ddefs.h1405 extern const struct_sysent sysent0[];
1416 # define sysent sysent0
DChangeLog-CVS2598 * syscall.c (sysent0, sysent1, sysent2, sysent): Add const to defn.
DChangeLog46382 The future change will need to typedef sysent to sysent0,
46384 gets mangled into "struct sysent0".
48187 * syscall.c: Initialize sysent to sysent0 etc.