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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp4060 static int rtDwarfInfo_SkipForm(PRTDWARFCURSOR pCursor, uint32_t uForm) function
4108 return rtDwarfInfo_SkipForm(pCursor, rtDwarfCursor_GetULeb128AsU32(pCursor, UINT32_MAX));
4142 int rc = rtDwarfInfo_SkipForm(pCursor, uForm);
4201 rc = rtDwarfInfo_SkipForm(pCursor, uForm);

Completed in 138 milliseconds