Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-common.c396 VG_(am_notify_mprotect)( in VG_()
406 VG_(am_notify_mprotect)( in VG_()
Daspacemgr-linux.c2122 Bool VG_(am_notify_mprotect)( Addr start, SizeT len, UInt prot ) in VG_() argument
/external/valgrind/main/coregrind/
Dpub_core_aspacemgr.h194 extern Bool VG_(am_notify_mprotect)( Addr start, SizeT len, UInt prot );
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-generic.c229 d = VG_(am_notify_mprotect)(a, len, prot); in ML_()