Home
last modified time | relevance | path

Searched refs:__NR_pread64 (Results 1 – 25 of 32) sorted by relevance

12

/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h739 #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/
Dm_libcfile.c702 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/
Dvki-scnums-tilegx-linux.h143 #define __NR_pread64 67 macro
Dvki-scnums-arm64-linux.h106 #define __NR_pread64 67 macro
Dvki-scnums-s390x-linux.h179 #define __NR_pread64 180 macro
Dvki-scnums-amd64-linux.h56 #define __NR_pread64 17 macro
Dvki-scnums-arm-linux.h217 #define __NR_pread64 180 macro
Dvki-scnums-ppc32-linux.h216 #define __NR_pread64 179 macro
Dvki-scnums-ppc64-linux.h216 #define __NR_pread64 179 macro
Dvki-scnums-x86-linux.h217 #define __NR_pread64 180 macro
Dvki-scnums-mips64-linux.h55 #define __NR_pread64 (__NR_Linux + 16) macro
Dvki-scnums-mips32-linux.h240 #define __NR_pread64 (__NR_Linux + 200) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h21 #define __NR_pread64 17 macro
Dunistd_32.h184 #define __NR_pread64 180 macro
Dunistd_x32.h18 #define __NR_pread64 (__X32_SYSCALL_BIT + 17) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h223 #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/
Dunistd.h208 #define __NR_pread64 67 macro
209 __SC_COMP(__NR_pread64, sys_pread64, compat_sys_pread64)
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd.h208 #define __NR_pread64 (__NR_SYSCALL_BASE+180) macro
/external/valgrind/memcheck/tests/x86-linux/
Dscalar.c799 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/
Dscalar.c1387 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/
Dsyswrap-arm64-linux.c915 GENXY(__NR_pread64, sys_pread64), // 67
Dsyswrap-ppc64-linux.c995 GENXY(__NR_pread64, sys_pread64), // 179
Dsyswrap-ppc32-linux.c1074 GENXY(__NR_pread64, sys_pread64), // 179
Dsyswrap-amd64-linux.c718 GENXY(__NR_pread64, sys_pread64), // 17
Dsyswrap-mips64-linux.c644 GENXY (__NR_pread64, sys_pread64),

12