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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp1966 static uint8_t rtDwarfCursor_GetUByte(PRTDWARFCURSOR pCursor, uint8_t uErrValue) function
2440 uint8_t bOpCode = rtDwarfCursor_GetUByte(pCursor, DW_LNS_extended);
2566 bOpCode = rtDwarfCursor_GetUByte(pCursor, 0);
2732 LnState.Hdr.cbMinInstr = rtDwarfCursor_GetUByte(pCursor, 0);
2734 LnState.Hdr.cMaxOpsPerInstr = rtDwarfCursor_GetUByte(pCursor, 0);
2737 LnState.Hdr.u8DefIsStmt = rtDwarfCursor_GetUByte(pCursor, 0);
2739 LnState.Hdr.u8LineRange = rtDwarfCursor_GetUByte(pCursor, 0);
2740 LnState.Hdr.u8OpcodeBase = rtDwarfCursor_GetUByte(pCursor, 0);
2761 rtDwarfCursor_GetUByte(pCursor, 0);

Completed in 50 milliseconds