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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcontainer.cpp55 AVLRUINTPTRNODECORE AddrCore; member in struct:RTDBGMODCTNSYMBOL
65 * This may be zero while the range in AddrCore indicates 0. */
80 AVLUINTPTRNODECORE AddrCore; member in struct:RTDBGMODCTNLINE
161 pExtSym->Value = pMySym->AddrCore.Key;
162 pExtSym->offSeg = pMySym->AddrCore.Key;
198 PCRTDBGMODCTNLINE pMyLine = RT_FROM_MEMBER(pAvlCore, RTDBGMODCTNLINE const, AddrCore);
199 pLineInfo->Address = pMyLine->AddrCore.Key;
200 pLineInfo->offSeg = pMyLine->AddrCore.Key;
206 *poffDisp = off - pMyLine->AddrCore.Key;
226 pLineInfo->Address = pMyLine->AddrCore
[all...]

Completed in 44 milliseconds