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 223 extern SysRes VG_(am_mmap_anon_fixed_client)
  /external/valgrind/main/coregrind/m_ume/
macho.c 257 res = VG_(am_mmap_anon_fixed_client)(addr, length, prot);
370 res = VG_(am_mmap_anon_fixed_client)(stackbase, stacksize, VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC);
elf.c 228 res = VG_(am_mmap_anon_fixed_client)(
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 557 res = VG_(am_mmap_anon_fixed_client)(
856 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
2286 SysRes VG_(am_mmap_anon_fixed_client) ( Addr start, SizeT length, UInt prot ) function
    [all...]

Completed in 65 milliseconds