Searched refs:notify_core_and_tool_of_mprotect (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/coregrind/m_syswrap/ |
D | priv_syswrap-generic.h | 73 ML_(notify_core_and_tool_of_mprotect) ( Addr a, SizeT len, Int prot );
|
D | syswrap-generic.c | 221 ML_(notify_core_and_tool_of_mprotect) ( Addr a, SizeT len, Int prot ) in ML_() argument 3544 ML_(notify_core_and_tool_of_mprotect)(a, len, prot); in POST() local
|
D | syswrap-darwin.c | 5433 ML_(notify_core_and_tool_of_mprotect)(start, end-start, prot); in POST() 6125 ML_(notify_core_and_tool_of_mprotect)(start, end-start, prot); in POST()
|