HomeSort by relevance Sort by last modified time
    Searched refs:am_notify_mprotect (Results 1 - 4 of 4) sorted by null

  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-common.c 402 VG_(am_notify_mprotect)(
412 VG_(am_notify_mprotect)(
aspacemgr-linux.c 2053 Bool VG_(am_notify_mprotect)( Addr start, SizeT len, UInt prot ) function
    [all...]
  /external/valgrind/coregrind/
pub_core_aspacemgr.h 181 extern Bool VG_(am_notify_mprotect)( Addr start, SizeT len, UInt prot );
185 VG_(am_notify_mprotect), we merely record the given info, and don't
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c 260 d = VG_(am_notify_mprotect)(a, len, prot);
    [all...]

Completed in 37 milliseconds