Home | History | Annotate | Download | only in coregrind

Lines Matching refs:SysRes

196 extern SysRes VG_(am_do_mmap_NO_NOTIFY)
210 extern SysRes VG_(am_mmap_file_fixed_client)
212 extern SysRes VG_(am_mmap_named_file_fixed_client)
217 extern SysRes VG_(am_mmap_anon_fixed_client)
223 extern SysRes VG_(am_mmap_anon_float_client) ( SizeT length, Int prot );
228 extern SysRes VG_(am_mmap_anon_float_valgrind)( SizeT cszB );
233 extern SysRes VG_(am_mmap_file_float_valgrind)
239 extern SysRes VG_(am_shared_mmap_file_float_valgrind)
244 extern SysRes VG_(am_mmap_client_heap) ( SizeT length, Int prot );
251 extern SysRes VG_(am_munmap_client)( /*OUT*/Bool* need_discard,