Searched refs:am_mmap_anon_fixed_client (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_aspacemgr.h215 extern SysRes VG_(am_mmap_anon_fixed_client)
/external/valgrind/main/coregrind/m_ume/
H A Dmacho.c247 res = VG_(am_mmap_anon_fixed_client)(addr, length, prot);
360 res = VG_(am_mmap_anon_fixed_client)(stackbase, stacksize, VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC);
H A Delf.c229 res = VG_(am_mmap_anon_fixed_client)(
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c557 res = VG_(am_mmap_anon_fixed_client)(
845 sres = VG_(am_mmap_anon_fixed_client)(
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c238 VG_(am_mmap_anon_fixed_client), which do both phases entirely within
2312 SysRes VG_(am_mmap_anon_fixed_client) ( Addr start, SizeT length, UInt prot ) function

Completed in 70 milliseconds