HomeSort by relevance Sort by last modified time
    Searched refs:__NR_mprotect (Results 1 - 25 of 219) sorted by null

1 2 3 4 5 6 7 8 9

  /bionic/libc/arch-arm/syscalls/
mprotect.S 7 ldr r7, =__NR_mprotect
  /bionic/libc/arch-arm64/syscalls/
mprotect.S 6 mov x8, __NR_mprotect
  /bionic/libc/arch-mips/syscalls/
mprotect.S 8 li v0, __NR_mprotect
  /bionic/libc/arch-x86_64/syscalls/
mprotect.S 6 movl $__NR_mprotect, %eax
  /bionic/libc/arch-mips64/syscalls/
mprotect.S 8 li v0, __NR_mprotect
  /bionic/libc/arch-x86/syscalls/
mprotect.S 18 movl $__NR_mprotect, %eax
  /external/valgrind/memcheck/tests/
leak-segv-jmp.c 189 #ifndef __NR_mprotect
190 #define __NR_mprotect 0
208 mprotect_result = do_syscall_WRK(__NR_mprotect,
  /cts/tests/tests/os/jni/seccomp-tests/tests/
sigsegv.c 76 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_mprotect, 3, 0),
107 register unsigned long res asm ("rax") = __NR_mprotect;
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 34 #define __NR_mprotect 10
unistd_32.h 177 #define __NR_mprotect 125
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 34 #define __NR_mprotect 10
unistd_32.h 177 #define __NR_mprotect 125
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 34 #define __NR_mprotect 10
unistd_32.h 177 #define __NR_mprotect 125
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 14 #define __NR_mprotect 10
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 48 #define __NR_mprotect 10
vki-scnums-arm64-linux.h 271 #define __NR_mprotect 226
vki-scnums-s390x-linux.h 133 #define __NR_mprotect 125
vki-scnums-tilegx-linux.h 383 #define __NR_mprotect 226
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 34 #define __NR_mprotect 10
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 34 #define __NR_mprotect 10
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 329 #define __NR_mprotect 226
  /development/ndk/platforms/android-21/include/asm-generic/
unistd.h 327 #define __NR_mprotect 226
  /development/ndk/platforms/android-3/include/sys/
linux-syscalls.h 59 #define __NR_mprotect (__NR_SYSCALL_BASE + 125)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
unistd_32.h 177 #define __NR_mprotect 125

Completed in 153 milliseconds

1 2 3 4 5 6 7 8 9