Home
last modified time | relevance | path

Searched refs:sys_getdents64 (Results 1 – 17 of 17) sorted by relevance

/external/llvm/test/CodeGen/X86/
D2008-11-13-inlineasm-3.ll9 define i32 @sys_getdents64(i32 %fd, %struct.linux_dirent64* %dirent, i32 %count) {
/external/strace/linux/
Dsyscall.h88 int sys_getdents64();
/external/strace/linux/sh/
Dsyscallent.h255 { 3, TD, sys_getdents64, "getdents64" }, /* 220 */
/external/strace/linux/i386/
Dsyscallent.h253 { 3, TD, sys_getdents64, "getdents64" }, /* 220 */
/external/strace/linux/arm/
Dsyscallent.h250 { 3, 0, sys_getdents64, "getdents64" }, /* 217 */
/external/valgrind/main/coregrind/m_syswrap/
Dpriv_syswrap-generic.h205 DECL_TEMPLATE(generic, sys_getdents64); // * (SVr4,SVID?)
Dsyswrap-ppc64-linux.c1341 GENXY(__NR_getdents64, sys_getdents64), // 202
Dsyswrap-ppc32-linux.c1698 GENXY(__NR_getdents64, sys_getdents64), // 202
Dsyswrap-s390x-linux.c1372 GENXY(__NR_getdents64, sys_getdents64), // 220
Dsyswrap-amd64-linux.c1316 GENXY(__NR_getdents64, sys_getdents64), // 217
Dsyswrap-arm-linux.c1642 GENXY(__NR_getdents64, sys_getdents64), // 220
Dsyswrap-generic.c3113 PRE(sys_getdents64) in PRE() argument
3123 POST(sys_getdents64) in POST() argument
Dsyswrap-x86-linux.c2082 GENXY(__NR_getdents64, sys_getdents64), // 220
/external/strace/
DChangeLog-CVS805 * 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 …]
Dfile.c2575 sys_getdents64(struct tcb *tcp) in sys_getdents64() function
DChangeLog1254 * file.c (sys_getdents, sys_getdents64): Avoid malloc(0) call.
/external/strace/linux/mips/
Dsyscallent.h4224 { 3, TF, sys_getdents64, "getdents64" }, /* 4219 */