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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp882 VMMR3DECL(int) PDMR3LdrGetSymbolRC(PVM pVM, const char *pszModule, const char *pszSymbol, PRTRCPTR pRCPtrValue) function
937 * Same as PDMR3LdrGetSymbolRC except that the module will be attempted loaded if not found.
965 * and hand it over to PDMR3LdrGetSymbolRC when that's done.
987 return PDMR3LdrGetSymbolRC(pVM, pszModule, pszSymbol, pRCPtrValue);

Completed in 36 milliseconds