HomeSort by relevance Sort by last modified time
    Searched refs:am_mmap_anon_fixed_client (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/coregrind/
pub_core_aspacemgr.h 215 extern SysRes VG_(am_mmap_anon_fixed_client)
  /external/valgrind/main/coregrind/m_ume/
macho.c 247 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);
elf.c 229 res = VG_(am_mmap_anon_fixed_client)(
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 557 res = VG_(am_mmap_anon_fixed_client)(
845 sres = VG_(am_mmap_anon_fixed_client)(
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 238 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
    [all...]

Completed in 3247 milliseconds