Home | History | Annotate | Download | only in msan

Lines Matching refs:mmap64

1047 INTERCEPTOR(void *, mmap64, void *addr, SIZE_T length, int prot, int flags,
1058 void *res = REAL(mmap64)(addr, length, prot, flags, fd, offset);
1063 #define MSAN_MAYBE_INTERCEPT_MMAP64 INTERCEPT_FUNCTION(mmap64)