Searched refs:di_notify_vm_protect (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/coregrind/
H A Dpub_core_debuginfo.h78 extern void VG_(di_notify_vm_protect)( Addr a, SizeT len, UInt prot );
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c6506 VG_(di_notify_vm_protect)(start, end-start, prot);
9429 VG_(di_notify_vm_protect)((Addr)a2, (SizeT)a3, (UInt)a5);
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c1109 void VG_(di_notify_vm_protect)( Addr a, SizeT len, UInt prot ) function
1117 VG_(printf)("di_notify_vm_protect-0:\n");
1118 VG_(printf)("di_notify_vm_protect-1: %#lx-%#lx %c%c%c\n",
1129 VG_(printf)("di_notify_vm_protect-2: wrong platform, "
1142 VG_(printf)("di_notify_vm_protect-3: looking for existing DebugInfo*\n");
1172 VG_(printf)("di_notify_vm_protect-4: found existing DebugInfo* at %p\n",
1194 VG_(printf)("di_notify_vm_protect-5: "

Completed in 506 milliseconds