Home | History | Annotate | Download | only in coregrind

Lines Matching refs:SysRes

194 extern SysRes VG_(am_do_mmap_NO_NOTIFY)
208 extern SysRes VG_(am_mmap_file_fixed_client)
210 extern SysRes VG_(am_mmap_named_file_fixed_client)
215 extern SysRes VG_(am_mmap_anon_fixed_client)
221 extern SysRes VG_(am_mmap_anon_float_client) ( SizeT length, Int prot );
231 extern SysRes VG_(am_sbrk_anon_float_client) ( SizeT length, Int prot );
237 extern SysRes VG_(am_mmap_anon_float_valgrind)( SizeT cszB );
241 extern SysRes VG_(am_sbrk_anon_float_valgrind)( SizeT cszB );
247 extern SysRes VG_(am_mmap_file_float_valgrind)
249 extern SysRes VG_(am_mmap_file_float_valgrind_flags)
255 extern SysRes VG_(am_shared_mmap_file_float_valgrind)
263 extern SysRes VG_(am_munmap_client)( /*OUT*/Bool* need_discard,