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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp460 static void rtldrPEFreePart(PRTLDRMODPE pThis, const void *pvBits, void const *pvMem) function
1231 rtldrPEFreePart(pThis, NULL, pszName);
1250 rtldrPEFreePart(pThis, NULL, pszName);
1257 rtldrPEFreePart(pThis, NULL, paOrdinals);
1258 rtldrPEFreePart(pThis, NULL, paRVANames);
1259 rtldrPEFreePart(pThis, NULL, paAddress);
1260 rtldrPEFreePart(pThis, NULL, pExpDir);
1546 rtldrPEFreePart(pModPe, pvBits, pvPart);
1554 rtldrPEFreePart(pModPe, pvBits, paDbgDir);
1764 rtldrPEFreePart(pThi
[all...]

Completed in 84 milliseconds