Home
last modified time | relevance | path

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

/external/strace/
Dsyscall.c95 const struct_sysent sysent0[] = { variable
190 nsyscalls0 = ARRAY_SIZE(sysent0)
230 const struct_sysent *sysent = sysent0;
252 sysent0,
Ddefs.h948 extern const struct_sysent sysent0[];
959 # define sysent sysent0
DChangeLog-CVS2598 * syscall.c (sysent0, sysent1, sysent2, sysent): Add const to defn.
DChangeLog31738 The future change will need to typedef sysent to sysent0,
31740 gets mangled into "struct sysent0".
33543 * syscall.c: Initialize sysent to sysent0 etc.