Home
last modified time | relevance | path

Searched refs:di_notify_mprotect (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/
Dpub_core_debuginfo.h70 extern void VG_(di_notify_mprotect)( Addr a, SizeT len, UInt prot );
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-generic.c231 VG_(di_notify_mprotect)( a, len, prot ); in ML_() local
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c953 void VG_(di_notify_mprotect)( Addr a, SizeT len, UInt prot ) in VG_() argument