Searched defs:pvWhere (Results 1 - 2 of 2) sorted by relevance

/vbox/src/bldprogs/
H A Dpreload.cpp70 void *pvWhere = MapViewOfFile(hMap, local
75 if (!pvWhere)
98 void *pvWhere = mmap(NULL /*addr*/, cbFile, PROT_READ, MAP_FILE | MAP_PRIVATE, fd, 0 /*offset*/);
99 if (pvWhere == MAP_FAILED)
102 if (pvWhere == MAP_FAILED)
109 unsigned char *puchFile = (unsigned char *)pvWhere;
114 printf("info: %p/%#lx/%#x - %s\n", pvWhere, (unsigned long)cbFile, (unsigned char)uCrc, pszImage);
/vbox/src/VBox/Runtime/r3/posix/
H A Drtmempage-exec-mmap-heap-posix.cpp165 static void *mmap(void *pvWhere, size_t cb, int fProt, int fFlags, int fd, off_t off) argument
167 NOREF(pvWhere); NOREF(fd); NOREF(off);

Completed in 2000 milliseconds