Home
last modified time | relevance | path

Searched refs:__NR_fstat (Results 1 – 23 of 23) sorted by relevance

/external/valgrind/main/include/vki/
Dvki-scnums-amd64-linux.h42 #define __NR_fstat 5 macro
Dvki-scnums-ppc64-linux.h145 #define __NR_fstat 108 macro
Dvki-scnums-arm-linux.h145 #define __NR_fstat 108 macro
Dvki-scnums-ppc32-linux.h145 #define __NR_fstat 108 macro
Dvki-scnums-x86-linux.h145 #define __NR_fstat 108 macro
Dvki-scnums-darwin.h388 #define __NR_fstat VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(189) macro
Dvki-scnums-aix5.h1602 #define __NR_fstat 9999 macro
/external/kernel-headers/original/asm-x86/
Dunistd_32.h116 #define __NR_fstat 108 macro
/external/strace/
Dsyscall-android.h58 #define SYS_fstat __NR_fstat
/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-common.c308 res = VG_(do_syscall2)(__NR_fstat, fd, (UWord)&buf); in ML_()
/external/valgrind/main/memcheck/tests/x86-linux/
Dscalar.c499 GO(__NR_fstat, "2s 1m"); in main()
500 SY(__NR_fstat, x0, x0); FAIL; in main()
Dscalar.stderr.exp1045 108: __NR_fstat 2s 1m
/external/valgrind/main/memcheck/tests/darwin/
Dscalar.c1092 GO(__NR_fstat, "2s 1m"); in main()
1093 SY(__NR_fstat, x0, x0); FAIL; in main()
/external/kernel-headers/original/asm-arm/
Dunistd.h136 #define __NR_fstat (__NR_SYSCALL_BASE+108) macro
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-ppc64-linux.c1295 GENXY(__NR_fstat, sys_newfstat), // 108
Dsyswrap-ppc32-linux.c1563 GENXY(__NR_fstat, sys_newfstat), // 108
Dsyswrap-amd64-linux.c1061 GENXY(__NR_fstat, sys_newfstat), // 5
Dsyswrap-arm-linux.c1363 GENXY(__NR_fstat, sys_newfstat), // 108
Dsyswrap-x86-linux.c1920 GENXY(__NR_fstat, sys_newfstat), // 108
Dsyswrap-darwin.c7793 GENXY(__NR_fstat, sys_newfstat),
/external/valgrind/main/coregrind/
Dm_libcfile.c315 res = VG_(do_syscall2)(__NR_fstat, (UWord)fd, (UWord)&buf); in VG_()
/external/valgrind/main/docs/internals/
Dporting-to-ARM.txt1015 #define __NR_fstat (__NR_SYSCALL_BASE+108)
/external/valgrind/main/exp-ptrcheck/
Dh_main.c2268 ADD(0, __NR_fstat); in setup_post_syscall_table()