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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp2107 * @param pbNewPos The new position - returned by
2110 static int rtDwarfCursor_AdvanceToPos(PRTDWARFCURSOR pCursor, uint8_t const *pbNewPos) argument
2114 AssertPtr(pbNewPos);
2115 if ((uintptr_t)pbNewPos < (uintptr_t)pCursor->pb)
2117 Log(("rtDwarfCursor_AdvanceToPos: bad position %p, current %p\n", pbNewPos, pCursor->pb));
2121 uintptr_t cbAdj = (uintptr_t)pbNewPos - (uintptr_t)pCursor->pb;

Completed in 50 milliseconds