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

  /external/compiler-rt/lib/esan/
esan.h 50 bool fixMmapAddr(void **Addr, SIZE_T Size, int Flags);
esan_linux.cpp 52 bool fixMmapAddr(void **Addr, SIZE_T Size, int Flags) {
esan_interceptors.cpp 352 if (!fixMmapAddr(&addr, sz, flags))
363 if (!fixMmapAddr(&addr, sz, flags))

Completed in 66 milliseconds