/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | linux_syscall_support.h | 508 #ifndef __NR_stat64 509 #define __NR_stat64 195 macro 552 #ifndef __NR_stat64 553 #define __NR_stat64 (__NR_SYSCALL_BASE + 195) macro 588 #ifndef __NR_stat64 589 #define __NR_stat64 (__NR_Linux + 213) macro 654 #ifndef __NR_stat64 655 #define __NR_stat64 195 macro
|
/external/chromium_org/sandbox/linux/services/ |
D | x86_32_linux_syscalls.h | 793 #if !defined(__NR_stat64) 794 #define __NR_stat64 195 macro
|
D | arm_linux_syscalls.h | 634 #if !defined(__NR_stat64) 635 #define __NR_stat64 (__NR_SYSCALL_BASE+195) macro
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | linux_syscall_support.h | 522 #ifndef __NR_stat64 523 #define __NR_stat64 195 macro 566 #ifndef __NR_stat64 567 #define __NR_stat64 (__NR_SYSCALL_BASE + 195) macro 602 #ifndef __NR_stat64 603 #define __NR_stat64 (__NR_Linux + 213) macro 668 #ifndef __NR_stat64 669 #define __NR_stat64 195 macro
|
/external/valgrind/main/include/vki/ |
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-arm-linux.h | 232 #define __NR_stat64 195 macro
|
D | vki-scnums-mips32-linux.h | 253 #define __NR_stat64 (__NR_Linux + 213) macro
|
D | vki-scnums-darwin.h | 555 #define __NR_stat64 VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(338) macro
|
/external/kernel-headers/original/asm-x86/ |
D | unistd_32.h | 203 #define __NR_stat64 195 macro
|
/external/kernel-headers/original/asm-arm/ |
D | unistd.h | 223 #define __NR_stat64 (__NR_SYSCALL_BASE+195) macro
|
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 127 case __NR_stat64: in IsFileSystem()
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.c | 874 GO(__NR_stat64, "2s 2m"); in main() 875 SY(__NR_stat64, x0, x0); FAIL; in main()
|
D | scalar.stderr.exp | 2546 195: __NR_stat64 2s 2m
|
/external/valgrind/main/coregrind/ |
D | m_libcfile.c | 281 # if defined(__NR_stat64) in VG_() 283 res = VG_(do_syscall2)(__NR_stat64, (UWord)file_name, (UWord)&buf64); in VG_()
|
/external/valgrind/main/memcheck/tests/darwin/ |
D | scalar.c | 1454 GO(__NR_stat64, "2s 2m"); in main() 1455 SY(__NR_stat64, x0, x0); FAIL; in main()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux.cc | 144 int res = internal_syscall(__NR_stat64, path, &buf64); in internal_stat()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-ppc32-linux.c | 1691 PLAXY(__NR_stat64, sys_stat64), // 195
|
D | syswrap-arm-linux.c | 1685 PLAXY(__NR_stat64, sys_stat64), // 195
|
D | syswrap-mips32-linux.c | 1646 PLAXY (__NR_stat64, sys_stat64), // 213
|
D | syswrap-x86-linux.c | 2054 PLAXY(__NR_stat64, sys_stat64), // 195
|
D | syswrap-darwin.c | 8282 MACXY(__NR_stat64, stat64),
|
/external/kernel-headers/original/asm-mips/ |
D | unistd.h | 236 #define __NR_stat64 (__NR_Linux + 213) macro
|
/external/valgrind/main/docs/internals/ |
D | porting-to-ARM.txt | 1102 #define __NR_stat64 (__NR_SYSCALL_BASE+195)
|