HomeSort by relevance Sort by last modified time
    Searched refs:am_notify_mprotect (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/coregrind/
pub_core_aspacemgr.h 194 extern Bool VG_(am_notify_mprotect)( Addr start, SizeT len, UInt prot );
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-common.c 396 VG_(am_notify_mprotect)(
406 VG_(am_notify_mprotect)(
aspacemgr-linux.c 2122 Bool VG_(am_notify_mprotect)( Addr start, SizeT len, UInt prot ) function
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 229 d = VG_(am_notify_mprotect)(a, len, prot);
    [all...]

Completed in 287 milliseconds