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

  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-common.c 231 VKI_MREMAP_MAYMOVE|VKI_MREMAP_FIXED/*move-or-fail*/,
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 262 Bool f_maymove = toBool(flags & VKI_MREMAP_MAYMOVE);
267 flags & VKI_MREMAP_MAYMOVE ? "MAYMOVE" : "",
272 if (flags & ~(VKI_MREMAP_FIXED | VKI_MREMAP_MAYMOVE))
    [all...]
  /external/valgrind/main/include/vki/
vki-linux.h     [all...]

Completed in 434 milliseconds