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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp1191 RTINTPTR offNearSym2; member in struct:QMFEIPARG
1233 if (off < pArgs->offNearSym2)
1235 pArgs->offNearSym2 = off;
1320 Args.offNearSym2 = RTINTPTR_MAX;
1326 if (pNearSym2 && Args.offNearSym2 != RTINTPTR_MAX)
1327 *pNearSym2 = Args.offNearSym2 + uPC;

Completed in 45 milliseconds