Home
last modified time | relevance | path

Searched refs:am_notify_mprotect (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-common.c455 VG_(am_notify_mprotect)( in VG_()
465 VG_(am_notify_mprotect)( in VG_()
Daspacemgr-linux.c2217 Bool VG_(am_notify_mprotect)( Addr start, SizeT len, UInt prot ) in VG_() argument
/external/valgrind/coregrind/
Dpub_core_aspacemgr.h190 extern Bool VG_(am_notify_mprotect)( Addr start, SizeT len, UInt prot );
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c260 d = VG_(am_notify_mprotect)(a, len, prot); in ML_()