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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp345 RTCVSEGMAPDESC aDescs[1]; member in struct:RTCVSEGMAP
741 if (off <= pThis->pSegMap->aDescs[iSeg - 1].cb + pThis->pSegMap->aDescs[iSeg - 1].off)
742 off -= pThis->pSegMap->aDescs[iSeg - 1].off;
747 uint64_t uAddrSym = off + ((uint32_t)pThis->pSegMap->aDescs[iSeg - 1].iFrame << 4);
751 uint64_t uAddrFirst = (uint64_t)pThis->pSegMap->aDescs[j].off
752 + ((uint32_t)pThis->pSegMap->aDescs[j].iFrame << 4);
753 if (uAddrSym - uAddrFirst < pThis->pSegMap->aDescs[j].cb)
772 || off > pThis->pSegMap->aDescs[iSeg - 1].cb)
777 off += pThis->pSegMap->aDescs[iSe
[all...]

Completed in 50 milliseconds