Home | History | Annotate | Download | only in msan

Lines Matching refs:mmap64

870 INTERCEPTOR(void *, mmap64, void *addr, SIZE_T length, int prot, int flags,
881 void *res = REAL(mmap64)(addr, length, prot, flags, fd, offset);
1477 INTERCEPT_FUNCTION(mmap64);