HomeSort by relevance Sort by last modified time
    Searched defs:mprotect (Results 1 - 5 of 5) 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/driver/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);

Completed in 201 milliseconds