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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp1107 uint64_t cbGroup0 = 0; local
1117 if (offEnd > cbGroup0)
1118 cbGroup0 = offEnd;
1133 if (cbGroup0 && !fNoGroups)
1135 rc = RTDbgModSegmentAdd(pThis->hCnt, 0, cbGroup0, pszGroup0 ? pszGroup0 : "Seg00", 0 /*fFlags*/, NULL);
1136 uRva += cbGroup0;
1298 uint16_t iSeg = iSeg0 + (cbGroup0 > 0); /** @todo probably wrong... */

Completed in 54 milliseconds