Searched refs:sys_getdents64 (Results 1 – 17 of 17) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | 2008-11-13-inlineasm-3.ll | 9 define i32 @sys_getdents64(i32 %fd, %struct.linux_dirent64* %dirent, i32 %count) {
|
/external/strace/linux/ |
D | syscall.h | 88 int sys_getdents64();
|
/external/strace/linux/sh/ |
D | syscallent.h | 255 { 3, TD, sys_getdents64, "getdents64" }, /* 220 */
|
/external/strace/linux/i386/ |
D | syscallent.h | 253 { 3, TD, sys_getdents64, "getdents64" }, /* 220 */
|
/external/strace/linux/arm/ |
D | syscallent.h | 250 { 3, 0, sys_getdents64, "getdents64" }, /* 217 */
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | priv_syswrap-generic.h | 205 DECL_TEMPLATE(generic, sys_getdents64); // * (SVr4,SVID?)
|
D | syswrap-ppc64-linux.c | 1341 GENXY(__NR_getdents64, sys_getdents64), // 202
|
D | syswrap-ppc32-linux.c | 1698 GENXY(__NR_getdents64, sys_getdents64), // 202
|
D | syswrap-s390x-linux.c | 1372 GENXY(__NR_getdents64, sys_getdents64), // 220
|
D | syswrap-amd64-linux.c | 1316 GENXY(__NR_getdents64, sys_getdents64), // 217
|
D | syswrap-arm-linux.c | 1642 GENXY(__NR_getdents64, sys_getdents64), // 220
|
D | syswrap-generic.c | 3113 PRE(sys_getdents64) in PRE() argument 3123 POST(sys_getdents64) in POST() argument
|
D | syswrap-x86-linux.c | 2082 GENXY(__NR_getdents64, sys_getdents64), // 220
|
/external/strace/ |
D | ChangeLog-CVS | 805 * file.c [_LFS64_LARGEFILE] (sys_getdents64): Do the same 854 * linux/ia64/syscallent.h: Use sys_getdents64. 966 getgroups32, sys_getdents64. 1560 (sys_getdents64): Use PRIu64/PRId64 to avoid gcc warnings on 2184 (sys_getdents64) [_LFS64_LARGEFILE]: Likewise. 3042 * file.c (sys_getdents64): Don't cast d_ino and d_off to unsigned long. 3060 (sys_getdents64) [LINUX]: Print d_type field. 3512 * linux/sparc/syscall.h: Declare sys_getdents64, sys_llseek. 3566 * linux/hppa/syscallent.h: Use sys_getdents64, sys_truncate64, 3603 * linux/syscallent.h: Use sys_getdents64, sys_truncate64, [all …]
|
D | file.c | 2575 sys_getdents64(struct tcb *tcp) in sys_getdents64() function
|
D | ChangeLog | 1254 * file.c (sys_getdents, sys_getdents64): Avoid malloc(0) call.
|
/external/strace/linux/mips/ |
D | syscallent.h | 4224 { 3, TF, sys_getdents64, "getdents64" }, /* 4219 */
|