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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp1536 * @param pszSymPrefix What to prefix the symbols in the list with. The
1543 * pszSymPrefix before resolving. There are a couple
1560 const char *pszSymPrefix, const char *pszSymList,
1579 size_t const cchSymPrefix = strlen(pszSymPrefix);
1581 memcpy(szSymbol, pszSymPrefix, cchSymPrefix);
1636 AssertMsgFailedBreakStmt(("Invalid skip instruction %.*s (prefix=%s)\n", cchSym, pszCur, pszSymPrefix),
1639 ("off=%#x cb=%#x (sym=%.*s prefix=%s)\n", offInterface, cbInterface, cchSym, pszCur, pszSymPrefix),
1558 PDMR3LdrGetInterfaceSymbols(PVM pVM, void *pvInterface, size_t cbInterface, const char *pszModule, const char *pszSearchPath, const char *pszSymPrefix, const char *pszSymList, bool fRing0) argument
H A DPDMDriver.cpp1591 const char *pszSymPrefix, const char *pszSymList)
1595 LogFlow(("pdmR3DrvHlp_LdrGetRCInterfaceSymbols: caller='%s'/%d: pvInterface=%p cbInterface=%zu pszSymPrefix=%p:{%s} pszSymList=%p:{%s}\n",
1596 pDrvIns->pReg->szName, pDrvIns->iInstance, pvInterface, cbInterface, pszSymPrefix, pszSymPrefix, pszSymList, pszSymList));
1599 if ( strncmp(pszSymPrefix, "drv", 3) == 0
1600 && RTStrIStr(pszSymPrefix + 3, pDrvIns->pReg->szName) != NULL)
1606 pszSymPrefix, pszSymList,
1617 pszSymPrefix, pDrvIns->pReg->szName));
1629 const char *pszSymPrefix, const char *pszSymList)
1633 LogFlow(("pdmR3DrvHlp_LdrGetR0InterfaceSymbols: caller='%s'/%d: pvInterface=%p cbInterface=%zu pszSymPrefix
1590 pdmR3DrvHlp_LdrGetRCInterfaceSymbols(PPDMDRVINS pDrvIns, void *pvInterface, size_t cbInterface, const char *pszSymPrefix, const char *pszSymList) argument
1628 pdmR3DrvHlp_LdrGetR0InterfaceSymbols(PPDMDRVINS pDrvIns, void *pvInterface, size_t cbInterface, const char *pszSymPrefix, const char *pszSymList) argument
[all...]

Completed in 54 milliseconds