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

/vbox/src/VBox/Debugger/
H A DDBGPlugInWinNt.cpp313 uint32_t offMap = offFile - pThis->aMappings[i].offFile; local
316 if (offMap < pThis->aMappings[i].cbMem)
318 uint32_t cbToRead = pThis->aMappings[i].cbMem - offMap;
323 DBGFR3AddrAdd(&Addr, pThis->aMappings[i].offMem + offMap);

Completed in 34 milliseconds