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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp4131 * @param pAbbrevCursor The abbreviation cursor.
4133 static int rtDwarfInfo_SkipDie(PRTDWARFCURSOR pCursor, PRTDWARFCURSOR pAbbrevCursor) argument
4137 uint32_t uAttr = rtDwarfCursor_GetULeb128AsU32(pAbbrevCursor, 0);
4138 uint32_t uForm = rtDwarfCursor_GetULeb128AsU32(pAbbrevCursor, 0);
4146 return RT_FAILURE(pCursor->rc) ? pCursor->rc : pAbbrevCursor->rc;

Completed in 90 milliseconds