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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp1187 RTINTPTR offNearSym1; member in struct:QMFEIPARG
1214 if (off > pArgs->offNearSym1)
1216 pArgs->offNearSym1 = off;
1317 Args.offNearSym1 = RTINTPTR_MIN;
1324 if (pNearSym1 && Args.offNearSym1 != RTINTPTR_MIN)
1325 *pNearSym1 = Args.offNearSym1 + uPC;

Completed in 45 milliseconds