Searched refs:SUPR3HardenedLdrLoad (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibLdr.cpp648 * Worker for SUPR3HardenedLdrLoad and SUPR3HardenedLdrLoadAppPriv.
681 SUPR3DECL(int) SUPR3HardenedLdrLoad(const char *pszFilename, PRTLDRMOD phLdrMod, uint32_t fFlags, PRTERRINFO pErrInfo) function
761 * Pass it on to SUPR3HardenedLdrLoad.
763 rc = SUPR3HardenedLdrLoad(szPath, phLdrMod, fFlags, pErrInfo);
/vbox/include/VBox/
H A Dsup.h1519 * This is similar to SUPR3HardenedLdrLoad, except it does not load the module
1543 SUPR3DECL(int) SUPR3HardenedLdrLoad(const char *pszFilename, PRTLDRMOD phLdrMod, uint32_t fFlags, PRTERRINFO pErrInfo);
1564 * This differs from SUPR3HardenedLdrLoad() in that it can load modules from

Completed in 1110 milliseconds