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

1 2 3

  /development/ndk/platforms/android-3/include/sys/
linux-syscalls.h 59 #define __NR_mprotect (__NR_SYSCALL_BASE + 125)
  /development/ndk/platforms/android-9/arch-mips/include/sys/
linux-syscalls.h 73 #define __NR_mprotect (__NR_SYSCALL_BASE + 125)
    [all...]
  /development/ndk/platforms/android-9/include/sys/
linux-syscalls.h 60 #define __NR_mprotect (__NR_SYSCALL_BASE + 125)
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 34 #define __NR_mprotect 10
unistd_x32.h 34 #define __NR_mprotect (__X32_SYSCALL_BIT + 10)
  /development/ndk/platforms/android-L/arch-x86/include/asm/
unistd_64.h 34 #define __NR_mprotect 10
unistd_x32.h 34 #define __NR_mprotect (__X32_SYSCALL_BIT + 10)
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
unistd_64.h 34 #define __NR_mprotect 10
unistd_x32.h 34 #define __NR_mprotect (__X32_SYSCALL_BIT + 10)
  /external/chromium_org/sandbox/linux/services/
arm64_linux_syscalls.h 914 #if !defined(__NR_mprotect)
915 #define __NR_mprotect 226
x86_64_linux_syscalls.h 53 #if !defined(__NR_mprotect)
54 #define __NR_mprotect 10
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 618 #define __NR_mprotect 226
619 __SYSCALL(__NR_mprotect, sys_mprotect)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 14 #define __NR_mprotect 10
unistd_x32.h 14 #define __NR_mprotect (__X32_SYSCALL_BIT + 10)
  /external/linux-tools-perf/perf-3.12.0/arch/avr32/include/uapi/asm/
unistd.h 128 #define __NR_mprotect 113
  /external/linux-tools-perf/perf-3.12.0/arch/cris/include/uapi/asm/
unistd.h 133 #define __NR_mprotect 125
  /external/linux-tools-perf/perf-3.12.0/arch/frv/include/uapi/asm/
unistd.h 134 #define __NR_mprotect 125
  /external/linux-tools-perf/perf-3.12.0/arch/h8300/include/uapi/asm/
unistd.h 133 #define __NR_mprotect 125
  /external/linux-tools-perf/perf-3.12.0/arch/ia64/include/uapi/asm/
unistd.h 147 #define __NR_mprotect 1155
  /external/linux-tools-perf/perf-3.12.0/arch/m32r/include/uapi/asm/
unistd.h 133 #define __NR_mprotect 125
  /external/linux-tools-perf/perf-3.12.0/arch/m68k/include/uapi/asm/
unistd.h 133 #define __NR_mprotect 125
  /external/linux-tools-perf/perf-3.12.0/arch/s390/include/uapi/asm/
unistd.h 103 #define __NR_mprotect 125
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd.h 152 #define __NR_mprotect (__NR_SYSCALL_BASE+125)
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 327 #define __NR_mprotect 226
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd.h 181 #define __NR_mprotect (__NR_Linux + 125)
482 #define __NR_mprotect (__NR_Linux + 10)
    [all...]

Completed in 5746 milliseconds

1 2 3