Searched refs:uAddrFirst (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp751 uint64_t uAddrFirst = (uint64_t)pThis->pSegMap->aDescs[j].off local
753 if (uAddrSym - uAddrFirst < pThis->pSegMap->aDescs[j].cb)
755 Log(("CV addr fix: %04x:%08x -> %04x:%08x\n", iSeg, off, j + 1, uAddrSym - uAddrFirst));
756 off = uAddrSym - uAddrFirst;

Completed in 677 milliseconds