Searched refs:notify_core_and_tool_of_mprotect (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/m_syswrap/ |
D | priv_syswrap-generic.h | 89 ML_(notify_core_and_tool_of_mprotect) ( Addr a, SizeT len, Int prot );
|
D | syswrap-generic.c | 252 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
|
D | syswrap-darwin.c | 6505 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()
|