Searched refs:am_mmap_anon_fixed_client (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/coregrind/ |
D | pub_core_aspacemgr.h | 232 extern SysRes VG_(am_mmap_anon_fixed_client)
|
/external/valgrind/coregrind/m_ume/ |
D | macho.c | 261 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()
|
D | elf.c | 231 res = VG_(am_mmap_anon_fixed_client)( in mapelf()
|
/external/valgrind/coregrind/m_initimg/ |
D | initimg-linux.c | 555 res = VG_(am_mmap_anon_fixed_client)( in setup_client_stack() 896 sres = VG_(am_mmap_anon_fixed_client)( in setup_client_dataseg()
|
D | initimg-solaris.c | 559 res = VG_(am_mmap_anon_fixed_client)(anon_start - inner_HACK, in setup_client_stack()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-solaris.c | 1940 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/ |
D | aspacemgr-linux.c | 2421 SysRes VG_(am_mmap_anon_fixed_client) ( Addr start, SizeT length, UInt prot ) in VG_() argument
|