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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp618 static int rtDbgModCvReadAt(PRTDBGMODCV pThis, uint32_t off, void *pvBuf, size_t cb) function
1345 rc = rtDbgModCvReadAt(pThis, pThis->offDir, &DirHdr, sizeof(DirHdr));
1354 rc = rtDbgModCvReadAt(pThis, pThis->offDir + sizeof(DirHdr),
1390 rc = rtDbgModCvReadAt(pThis, pThis->offDir, &DirHdr, sizeof(DirHdr));
1422 rc = rtDbgModCvReadAt(pThis, pThis->offDir + DirHdr.Core.cbHdr,
1986 * Note! Cannot use rtDbgModCvReadAt or rtDbgModCvReadAtAlloc here.

Completed in 53 milliseconds