Home
last modified time | relevance | path

Searched refs:am_mmap_anon_fixed_client (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_aspacemgr.h232 extern SysRes VG_(am_mmap_anon_fixed_client)
/external/valgrind/coregrind/m_ume/
Dmacho.c261 res = VG_(am_mmap_anon_fixed_client)(addr, length, prot); in load_segment()
384 …res = VG_(am_mmap_anon_fixed_client)(stackbase, stacksize, VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_E… in load_unixthread()
Delf.c231 res = VG_(am_mmap_anon_fixed_client)( in mapelf()
/external/valgrind/coregrind/m_initimg/
Dinitimg-linux.c555 res = VG_(am_mmap_anon_fixed_client)( in setup_client_stack()
896 sres = VG_(am_mmap_anon_fixed_client)( in setup_client_dataseg()
Dinitimg-solaris.c559 res = VG_(am_mmap_anon_fixed_client)(anon_start - inner_HACK, in setup_client_stack()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-solaris.c1940 SysRes sres = VG_(am_mmap_anon_fixed_client)(anon_start, anon_size, prot); in VG_()
2162 sres = VG_(am_mmap_anon_fixed_client)(anon_start, anon_size, prot); in PRE()
5911 res = VG_(am_mmap_anon_fixed_client)(page_end, zeroed_size, prot); in mmapobj_process_phdrs()
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c2421 SysRes VG_(am_mmap_anon_fixed_client) ( Addr start, SizeT length, UInt prot ) in VG_() argument