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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp1585 static uint32_t rtDwarfCursor_GetU32(PRTDWARFCURSOR pCursor, uint32_t uErrValue) function
1906 case 4: u64Ret = rtDwarfCursor_GetU32(pCursor, UINT32_MAX); break;
1998 return rtDwarfCursor_GetU32(pCursor, (uint32_t)uErrValue);
2016 case 4: return rtDwarfCursor_GetU32(pCursor, (uint32_t)uErrValue);
2038 uint64_t cbUnit = rtDwarfCursor_GetU32(pCursor, 0);
3097 case DW_FORM_data4: uAddr = rtDwarfCursor_GetU32(pCursor, 0); break;
3163 case DW_FORM_data4: uAddr = rtDwarfCursor_GetU32(pCursor, 0); break;
3221 case DW_FORM_data4: off = rtDwarfCursor_GetU32(pCursor, 0); break;
3274 case DW_FORM_ref4: off = rtDwarfCursor_GetU32(pCursor, 0); break;
3336 case DW_FORM_data4: off = rtDwarfCursor_GetU32(pCurso
[all...]

Completed in 47 milliseconds