Searched refs:xmmap (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dxmmap.c26 /* $Id: xmmap.c,v 1.15 2009/02/16 04:21:40 djm Exp $ */
48 xmmap(size_t size) function
H A Dopenbsd-compat.h229 void *xmmap(size_t size);
/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldNew.cpp162 void* xmmap(void* addr, size_t len, int prot, int flags, int fd, off_t offset) function
H A DImageLoader.h156 extern "C" void* xmmap(void* addr, size_t len, int prot, int flags, int fd, off_t offset);
H A DImageLoaderMachO.cpp1951 void* loadAddress = xmmap((void*)requestedLoadAddress, size, protection, MAP_FIXED | MAP_PRIVATE, fd, fileOffset);
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dmonitor_mm.c101 address = xmmap(size);

Completed in 193 milliseconds