Searched refs:__NR_mprotect (Results 1 - 22 of 22) sorted by relevance

/external/valgrind/main/include/vki/
H A Dvki-scnums-amd64-linux.h48 #define __NR_mprotect 10 macro
H A Dvki-scnums-s390x-linux.h133 #define __NR_mprotect 125 macro
H A Dvki-scnums-arm-linux.h162 #define __NR_mprotect 125 macro
H A Dvki-scnums-ppc32-linux.h162 #define __NR_mprotect 125 macro
H A Dvki-scnums-ppc64-linux.h162 #define __NR_mprotect 125 macro
H A Dvki-scnums-x86-linux.h162 #define __NR_mprotect 125 macro
H A Dvki-scnums-darwin.h269 #define __NR_mprotect VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(74) macro
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h133 #define __NR_mprotect 125 macro
/external/strace/
H A Dsyscall-android.h139 #define SYS_mprotect __NR_mprotect
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-common.c186 return VG_(do_syscall3)(__NR_mprotect, (UWord)start, length, prot );
/external/kernel-headers/original/asm-mips/
H A Dunistd.h148 #define __NR_mprotect (__NR_Linux + 125) macro
397 #define __NR_mprotect (__NR_Linux + 10) macro
720 #define __NR_mprotect (__NR_Linux + 10) macro
/external/kernel-headers/original/asm-arm/
H A Dunistd.h153 #define __NR_mprotect (__NR_SYSCALL_BASE+125) macro
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c578 // __NR_mprotect 125
579 GO(__NR_mprotect, "3s 0m");
580 SY(__NR_mprotect, x0+1, x0, x0); FAILx(EINVAL);
H A Dscalar.stderr.exp1447 125: __NR_mprotect 3s 0m
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c157 // __NR_mprotect 74
1166 // __NR_mprotect 125
1167 GO(__NR_mprotect, "3s 0m");
1168 SY(__NR_mprotect, x0+1, x0, x0); FAILx(EINVAL);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c1249 GENXY(__NR_mprotect, sys_mprotect), // 125
H A Dsyswrap-amd64-linux.c1068 GENXY(__NR_mprotect, sys_mprotect), // 10
H A Dsyswrap-ppc32-linux.c1602 GENXY(__NR_mprotect, sys_mprotect), // 125
H A Dsyswrap-s390x-linux.c1258 GENXY(__NR_mprotect, sys_mprotect), // 125
H A Dsyswrap-arm-linux.c1525 GENXY(__NR_mprotect, sys_mprotect), // 125
H A Dsyswrap-x86-linux.c1965 GENXY(__NR_mprotect, sys_mprotect), // 125
H A Dsyswrap-darwin.c7904 GENXY(__NR_mprotect, sys_mprotect),

Completed in 208 milliseconds