/external/strace/ |
io.c | 45 #define sys_pread64 sys_pread 183 sys_pread(struct tcb *tcp) function 281 sys_pread(struct tcb *tcp) function
|
syscall.c | 486 sysent[tcp->scno].sys_func == sys_pread || [all...] |
/external/strace/linux/ |
syscall.h | 82 int sys_getresuid(), sys_getresgid(), sys_pread(), sys_pwrite(), sys_getcwd();
|
/external/strace/linux/arm/ |
syscallent.h | 212 { 5, TF, sys_pread, "pread" }, /* 180 */
|
/external/strace/linux/i386/ |
syscallent.h | 212 { 5, TD, sys_pread, "pread64", SYS_read }, /* 180 */
|
/external/strace/linux/sh/ |
syscallent.h | 214 { 6, TD, sys_pread, "pread" }, /* 180 */
|
/external/strace/linux/mips/ |
syscallent.h | [all...] |