HomeSort by relevance Sort by last modified time
    Searched defs:mprotect (Results 1 - 7 of 7) sorted by null

  /bionic/libc/arch-arm/syscalls/
mprotect.S 6 ENTRY(mprotect) function
15 END(mprotect)
  /bionic/libc/arch-mips/syscalls/
mprotect.S 4 .globl mprotect
6 .ent mprotect
8 mprotect: label
22 .end mprotect
  /bionic/libc/arch-x86/syscalls/
mprotect.S 6 ENTRY(mprotect) function
27 END(mprotect)
  /frameworks/rs/cpu_ref/linkloader/lib/
mmanWindows.cpp 29 int mprotect(const void *, size_t, int) { function
  /development/ndk/sources/android/libportable/arch-mips/
mmap.c 112 extern int mprotect(const void *, size_t, int);
114 int WRAP(mprotect)(const void *addr, size_t size, int portable_prot) function
125 rv = REAL(mprotect)(addr, size, native_prot);
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 251 milliseconds