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

  /external/valgrind/coregrind/
pub_core_aspacemgr.h 232 extern SysRes VG_(am_mmap_anon_fixed_client)
  /external/valgrind/coregrind/m_ume/
macho.c 265 res = VG_(am_mmap_anon_fixed_client)(addr, length, prot);
385 res = VG_(am_mmap_anon_fixed_client)(stackbase, stacksize, VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC);
elf.c 467 res = VG_(am_mmap_anon_fixed_client)(
  /external/valgrind/coregrind/m_initimg/
initimg-linux.c 554 res = VG_(am_mmap_anon_fixed_client)(
896 sres = VG_(am_mmap_anon_fixed_client)(
    [all...]
initimg-solaris.c 560 res = VG_(am_mmap_anon_fixed_client)(anon_start - inner_HACK,
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c     [all...]
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 251 VG_(am_mmap_anon_fixed_client), which do both phases entirely within
2437 SysRes VG_(am_mmap_anon_fixed_client) ( Addr start, SizeT length, UInt prot ) function
    [all...]

Completed in 273 milliseconds