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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp2216 * @param offSect The offset into the section.
2219 krtDbgModDwarfSect enmSect, uint32_t offSect)
2221 if (offSect > pThis->aSections[enmSect].cb)
2223 Log(("rtDwarfCursor_InitWithOffset: offSect=%#x cb=%#x enmSect=%d\n", offSect, pThis->aSections[enmSect].cb, enmSect));
2230 pCursor->pbStart += offSect;
2231 pCursor->pb += offSect;
2232 pCursor->cbLeft -= offSect;
2233 pCursor->cbUnitLeft -= offSect;
2218 rtDwarfCursor_InitWithOffset(PRTDWARFCURSOR pCursor, PRTDBGMODDWARF pThis, krtDbgModDwarfSect enmSect, uint32_t offSect) argument

Completed in 346 milliseconds