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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp1185 char *pszNearSym1; member in struct:QMFEIPARG
1217 if (pArgs->pszNearSym1 && pArgs->cchNearSym1)
1219 *pArgs->pszNearSym1 = '\0';
1221 strncat(pArgs->pszNearSym1, pszSymbol, pArgs->cchNearSym1);
1226 strncat(pArgs->pszNearSym1, szOrd, pArgs->cchNearSym1);
1266 * @param pszNearSym1 Name of the closes symbol from below.
1267 * @param cchNearSym1 Size of the buffer pointed to by pszNearSym1.
1268 * @param pNearSym1 The address of pszNearSym1.
1275 char *pszNearSym1, size_t cchNearSym1, PRTUINTPTR pNearSym1,
1307 if (pszNearSym1) *pszNearSym
1273 pdmR3LdrQueryModFromPC(PVM pVM, RTUINTPTR uPC, PDMMODTYPE enmType, char *pszModName, size_t cchModName, PRTUINTPTR pMod, char *pszNearSym1, size_t cchNearSym1, PRTUINTPTR pNearSym1, char *pszNearSym2, size_t cchNearSym2, PRTUINTPTR pNearSym2) argument
1362 PDMR3LdrQueryRCModFromPC(PVM pVM, RTRCPTR uPC, char *pszModName, size_t cchModName, PRTRCPTR pMod, char *pszNearSym1, size_t cchNearSym1, PRTRCPTR pNearSym1, char *pszNearSym2, size_t cchNearSym2, PRTRCPTR pNearSym2) argument
1406 PDMR3LdrQueryR0ModFromPC(PVM pVM, RTR0PTR uPC, char *pszModName, size_t cchModName, PRTR0PTR pMod, char *pszNearSym1, size_t cchNearSym1, PRTR0PTR pNearSym1, char *pszNearSym2, size_t cchNearSym2, PRTR0PTR pNearSym2) argument
[all...]

Completed in 46 milliseconds