/external/strace/tests-m32/ |
D | stat64.c | 32 #ifdef __NR_stat64 34 # define TEST_SYSCALL_NR __NR_stat64
|
/external/strace/tests/ |
D | stat64.c | 32 #ifdef __NR_stat64 34 # define TEST_SYSCALL_NR __NR_stat64
|
/external/strace/tests-mx32/ |
D | stat64.c | 32 #ifdef __NR_stat64 34 # define TEST_SYSCALL_NR __NR_stat64
|
/external/valgrind/include/vki/ |
D | vki-scnums-arm-linux.h | 232 #define __NR_stat64 195 macro
|
D | vki-scnums-ppc32-linux.h | 233 #define __NR_stat64 195 macro
|
D | vki-scnums-x86-linux.h | 232 #define __NR_stat64 195 macro
|
D | vki-scnums-solaris.h | 336 #define __NR_stat64 SYS_stat64 macro
|
D | vki-scnums-mips32-linux.h | 253 #define __NR_stat64 (__NR_Linux + 213) macro
|
D | vki-scnums-darwin.h | 609 #define __NR_stat64 VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(338) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_32.h | 199 #define __NR_stat64 195 macro
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 748 #ifndef __NR_stat64 749 #define __NR_stat64 195 macro 867 #ifndef __NR_stat64 868 #define __NR_stat64 (__NR_SYSCALL_BASE + 195) macro 1152 #ifndef __NR_stat64 1153 #define __NR_stat64 (__NR_Linux + 213) macro 1420 #ifndef __NR_stat64 1421 #define __NR_stat64 195 macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 158 #define __NR_stat64 (__NR_SYSCALL_BASE + 195) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 893 GO(__NR_stat64, "2s 2m"); in main() 894 SY(__NR_stat64, x0, x0); FAIL; in main()
|
D | scalar.stderr.exp | 2690 195: __NR_stat64 2s 2m
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 1460 GO(__NR_stat64, "2s 2m"); in main() 1461 SY(__NR_stat64, x0, x0); FAIL; in main()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-ppc32-linux.c | 853 PLAXY(__NR_stat64, sys_stat64), // 195
|
D | syswrap-arm-linux.c | 789 PLAXY(__NR_stat64, sys_stat64), // 195
|
D | syswrap-mips32-linux.c | 932 PLAXY (__NR_stat64, sys_stat64), // 213
|
D | syswrap-x86-linux.c | 1398 PLAXY(__NR_stat64, sys_stat64), // 195
|
D | syswrap-darwin.c | 10317 MACXY(__NR_stat64, stat64),
|
D | syswrap-solaris.c | 10997 PLAXY(__NR_stat64, sys_stat64), /* 215 */
|
/external/valgrind/coregrind/ |
D | m_libcfile.c | 350 # if defined(__NR_stat64) in VG_() 352 res = VG_(do_syscall2)(__NR_stat64, (UWord)file_name, (UWord)&buf64); in VG_()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 941 #define __NR_stat64 __NR3264_stat
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 237 #define __NR_stat64 (__NR_Linux + 213) macro
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 1102 #define __NR_stat64 (__NR_SYSCALL_BASE+195)
|