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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp1189 char *pszNearSym2; member in struct:QMFEIPARG
1236 if (pArgs->pszNearSym2 && pArgs->cchNearSym2)
1238 *pArgs->pszNearSym2 = '\0';
1240 strncat(pArgs->pszNearSym2, pszSymbol, pArgs->cchNearSym2);
1245 strncat(pArgs->pszNearSym2, szOrd, pArgs->cchNearSym2);
1269 * @param pszNearSym2 Name of the closes symbol from below.
1270 * @param cchNearSym2 Size of the buffer pointed to by pszNearSym2.
1271 * @param pNearSym2 The address of pszNearSym2.
1276 char *pszNearSym2, size_t cchNearSym2, PRTUINTPTR pNearSym2)
1308 if (pszNearSym2) *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