Lines Matching full:prot
853 INTERCEPTOR(void *, mmap, void *addr, SIZE_T length, int prot, int flags,
864 void *res = REAL(mmap)(addr, length, prot, flags, fd, offset);
870 INTERCEPTOR(void *, mmap64, void *addr, SIZE_T length, int prot, int flags,
881 void *res = REAL(mmap64)(addr, length, prot, flags, fd, offset);