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

  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-common.c 243 VKI_MREMAP_MAYMOVE|VKI_MREMAP_FIXED/*move-or-fail*/,
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c 284 Bool f_fixed = toBool(flags & VKI_MREMAP_FIXED);
291 flags & VKI_MREMAP_FIXED ? "FIXED" : "");
295 if (flags & ~(VKI_MREMAP_FIXED | VKI_MREMAP_MAYMOVE))
    [all...]
  /external/valgrind/include/vki/
vki-linux.h     [all...]

Completed in 54 milliseconds