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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp1556 static uint16_t rtDwarfCursor_GetU16(PRTDWARFCURSOR pCursor, uint16_t uErrValue) function
1905 case 2: u64Ret = rtDwarfCursor_GetU16(pCursor, UINT16_MAX); break;
1954 return rtDwarfCursor_GetU16(pCursor, uErrValue);
2015 case 2: return rtDwarfCursor_GetU16(pCursor, (uint16_t)uErrValue);
3096 case DW_FORM_data2: uAddr = rtDwarfCursor_GetU16(pCursor, 0); break;
3162 case DW_FORM_data2: uAddr = rtDwarfCursor_GetU16(pCursor, 0); break;
3273 case DW_FORM_ref2: off = rtDwarfCursor_GetU16(pCursor, 0); break;
3412 case DW_FORM_data2: u64Val = rtDwarfCursor_GetU16(pCursor, 0); break;
3486 cbBlock = rtDwarfCursor_GetU16(pCursor, 0);
3553 uOperand1 = rtDwarfCursor_GetU16(
[all...]

Completed in 62 milliseconds