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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp2030 * @param pPlaces The structure where to store the special places.
2033 static int rtldrPe_CalcSpecialHashPlaces(PRTLDRMODPE pModPe, PRTLDRPEHASHSPECIALS pPlaces, PRTERRINFO pErrInfo) argument
2038 pPlaces->cbToHash = pModPe->SecurityDir.VirtualAddress;
2039 if (pPlaces->cbToHash == 0)
2042 pPlaces->cbToHash = (uint32_t)cbFile;
2043 if (pPlaces->cbToHash != (RTFOFF)cbFile)
2050 pPlaces->offCksum = (uint32_t)pModPe->offNtHdrs
2054 pPlaces->cbCksum = RT_SIZEOFMEMB(IMAGE_NT_HEADERS32, OptionalHeader.CheckSum);
2055 pPlaces->offSecDir = (uint32_t)pModPe->offNtHdrs
2059 pPlaces
[all...]

Completed in 51 milliseconds