/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 739 #ifndef __NR_pread64 740 #define __NR_pread64 180 macro 858 #ifndef __NR_pread64 859 #define __NR_pread64 (__NR_SYSCALL_BASE + 180) macro 991 #ifndef __NR_pread64 992 #define __NR_pread64 67 macro 1045 #ifndef __NR_pread64 1046 #define __NR_pread64 17 macro 1146 #ifndef __NR_pread64 1147 #define __NR_pread64 (__NR_Linux + 200) macro [all …]
|
/external/valgrind/coregrind/ |
D | m_libcfile.c | 702 res = VG_(do_syscall5)(__NR_pread64, fd, (UWord)buf, count, in VG_() 707 res = VG_(do_syscall5)(__NR_pread64, fd, (UWord)buf, count, in VG_() 712 res = VG_(do_syscall6)(__NR_pread64, fd, (UWord)buf, count, in VG_() 718 res = VG_(do_syscall6)(__NR_pread64, fd, (UWord)buf, count, in VG_() 723 res = VG_(do_syscall6)(__NR_pread64, fd, (UWord)buf, count, in VG_() 730 res = VG_(do_syscall4)(__NR_pread64, fd, (UWord)buf, count, offset); in VG_()
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 143 #define __NR_pread64 67 macro
|
D | vki-scnums-arm64-linux.h | 106 #define __NR_pread64 67 macro
|
D | vki-scnums-s390x-linux.h | 179 #define __NR_pread64 180 macro
|
D | vki-scnums-amd64-linux.h | 56 #define __NR_pread64 17 macro
|
D | vki-scnums-arm-linux.h | 217 #define __NR_pread64 180 macro
|
D | vki-scnums-ppc32-linux.h | 216 #define __NR_pread64 179 macro
|
D | vki-scnums-ppc64-linux.h | 216 #define __NR_pread64 179 macro
|
D | vki-scnums-x86-linux.h | 217 #define __NR_pread64 180 macro
|
D | vki-scnums-mips64-linux.h | 55 #define __NR_pread64 (__NR_Linux + 16) macro
|
D | vki-scnums-mips32-linux.h | 240 #define __NR_pread64 (__NR_Linux + 200) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 21 #define __NR_pread64 17 macro
|
D | unistd_32.h | 184 #define __NR_pread64 180 macro
|
D | unistd_x32.h | 18 #define __NR_pread64 (__X32_SYSCALL_BIT + 17) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 223 #define __NR_pread64 (__NR_Linux + 200) macro 412 #define __NR_pread64 (__NR_Linux + 16) macro 745 #define __NR_pread64 (__NR_Linux + 16) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 208 #define __NR_pread64 67 macro 209 __SC_COMP(__NR_pread64, sys_pread64, compat_sys_pread64)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 208 #define __NR_pread64 (__NR_SYSCALL_BASE+180) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 799 GO(__NR_pread64, "5s 1m"); in main() 800 SY(__NR_pread64, x0, x0, x0+1, x0, x0); FAIL; in main()
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 1387 GO(__NR_pread64, "5s 1m"); in main() 1388 SY(__NR_pread64, x0, x0, x0+1, x0, x0); FAIL; in main()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-arm64-linux.c | 915 GENXY(__NR_pread64, sys_pread64), // 67
|
D | syswrap-ppc64-linux.c | 995 GENXY(__NR_pread64, sys_pread64), // 179
|
D | syswrap-ppc32-linux.c | 1074 GENXY(__NR_pread64, sys_pread64), // 179
|
D | syswrap-amd64-linux.c | 718 GENXY(__NR_pread64, sys_pread64), // 17
|
D | syswrap-mips64-linux.c | 644 GENXY (__NR_pread64, sys_pread64),
|