Home | History | Annotate | Download | only in msan

Lines Matching refs:mmap64

975 INTERCEPTOR(void *, mmap64, void *addr, SIZE_T length, int prot, int flags,
986 void *res = REAL(mmap64)(addr, length, prot, flags, fd, offset);
991 #define MSAN_MAYBE_INTERCEPT_MMAP64 INTERCEPT_FUNCTION(mmap64)