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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp1708 static int64_t rtDwarfCursor_GetSLeb128(PRTDWARFCURSOR pCursor, int64_t sErrValue) function
1799 int64_t s64 = rtDwarfCursor_GetSLeb128(pCursor, sErrValue);
3588 uOperand1 = rtDwarfCursor_GetSLeb128(&pLoc->Cursor, 0);
3592 uOperand2 = rtDwarfCursor_GetSLeb128(&pLoc->Cursor, 0);

Completed in 49 milliseconds