Home | History | Annotate | Download | only in coregrind

Lines Matching defs:prot

82    valgrind with at least the permissions 'prot' ?  To find out
84 VKI_PROT_NONE as 'prot'. Will return False if any part of the
88 ( Addr start, SizeT len, UInt prot );
95 ( Addr start, SizeT len, UInt prot );
173 ( Addr a, SizeT len, UInt prot, UInt flags, Int fd, Off64T offset );
179 extern Bool VG_(am_notify_client_shmat)( Addr a, SizeT len, UInt prot );
190 extern Bool VG_(am_notify_mprotect)( Addr start, SizeT len, UInt prot );
206 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset);
220 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset );
222 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset );
224 ( Addr start, SizeT length, UInt prot, Int fd,
227 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd,
233 ( Addr start, SizeT length, UInt prot );
238 extern SysRes VG_(am_mmap_anon_float_client) ( SizeT length, Int prot );
249 ( SizeT length, UInt prot, Int fd, Off64T offset );
255 ( SizeT length, UInt prot, Int fd, Off64T offset );
259 extern SysRes VG_(am_mmap_client_heap) ( SizeT length, Int prot );
371 UInt prot; // Not used for removed segs.
383 UInt *prot);