Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2008-11-13-inlineasm-3.ll9 define i32 @sys_getdents64(i32 %fd, %struct.linux_dirent64* %dirent, i32 %count) {
/external/llvm/test/CodeGen/X86/
D2008-11-13-inlineasm-3.ll9 define i32 @sys_getdents64(i32 %fd, %struct.linux_dirent64* %dirent, i32 %count) {
/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-generic.h227 DECL_TEMPLATE(generic, sys_getdents64); // * (SVr4,SVID?)
Dsyswrap-arm64-linux.c677 GENXY(__NR_getdents64, sys_getdents64), // 61
Dsyswrap-ppc64-linux.c777 GENXY(__NR_getdents64, sys_getdents64), // 202
Dsyswrap-ppc32-linux.c862 GENXY(__NR_getdents64, sys_getdents64), // 202
Dsyswrap-amd64-linux.c720 GENXY(__NR_getdents64, sys_getdents64), // 217
Dsyswrap-s390x-linux.c680 GENXY(__NR_getdents64, sys_getdents64), // 220
Dsyswrap-arm-linux.c819 GENXY(__NR_getdents64, sys_getdents64), // 220
Dsyswrap-mips32-linux.c938 GENXY (__NR_getdents64, sys_getdents64), // 219
Dsyswrap-x86-linux.c1428 GENXY(__NR_getdents64, sys_getdents64), // 220
Dsyswrap-generic.c3404 PRE(sys_getdents64) in PRE() argument
3414 POST(sys_getdents64) in POST() argument
Dsyswrap-solaris.c10994 GENXY(__NR_getdents64, sys_getdents64), /* 213 */
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h198 __SC_COMP(__NR_getdents64, sys_getdents64, compat_sys_getdents64)
/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 …]
DChangeLog22858 (sys_getdents, sys_getdents64): Do not use xmalloc for dirents,
23757 * dirent.c (sys_getdents, sys_getdents64): Likewise.
25915 (sys_getdents64): Likewise.
28219 * file.c (print_old_dirent, sys_readdir, sys_getdents, sys_getdents64):
28225 (sys_getdents64): Likewise.
29788 * file.c (sys_truncate64, sys_ftruncate64, sys_getdents64): Define
35486 (sys_getdents64): Cap len to 1024*1024.
35577 (sys_getdents64): Likewise.
38227 * file.c (sys_getdents, sys_getdents64): Avoid malloc(0) call.