Searched refs:rtDwarfCursor_GetULeb128 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp1644 static uint64_t rtDwarfCursor_GetULeb128(PRTDWARFCURSOR pCursor, uint64_t uErrValue) function
1779 uint64_t u64 = rtDwarfCursor_GetULeb128(pCursor, uErrValue);
2479 uint64_t u64Adv = rtDwarfCursor_GetULeb128(pCursor, 0);
2558 uint64_t cbInstr = rtDwarfCursor_GetULeb128(pCursor, UINT64_MAX);
2662 uint64_t idxInc = rtDwarfCursor_GetULeb128(pCursor, UINT64_MAX);
3099 case DW_FORM_udata: uAddr = rtDwarfCursor_GetULeb128(pCursor, 0); break;
3165 case DW_FORM_udata: uAddr = rtDwarfCursor_GetULeb128(pCursor, 0); break;
3276 case DW_FORM_ref_udata: off = rtDwarfCursor_GetULeb128(pCursor, 0); break;
3410 case DW_FORM_udata: u64Val = rtDwarfCursor_GetULeb128(pCursor, 0); break;
3494 cbBlock = rtDwarfCursor_GetULeb128(pCurso
[all...]

Completed in 40 milliseconds