Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-generic.h89 ML_(notify_core_and_tool_of_mprotect) ( Addr a, SizeT len, Int prot );
Dsyswrap-generic.c252 ML_(notify_core_and_tool_of_mprotect) ( Addr a, SizeT len, Int prot ) in ML_() argument
3865 ML_(notify_core_and_tool_of_mprotect)(a, len, prot); in POST() local
Dsyswrap-darwin.c6505 ML_(notify_core_and_tool_of_mprotect)(start, end-start, prot); in POST()
7197 ML_(notify_core_and_tool_of_mprotect)(start, end-start, prot); in POST()
9428 ML_(notify_core_and_tool_of_mprotect)((Addr)a2, (SizeT)a3, (Int)a5); in POST()