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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp1614 static uint64_t rtDwarfCursor_GetU64(PRTDWARFCURSOR pCursor, uint64_t uErrValue) function
1907 case 8: u64Ret = rtDwarfCursor_GetU64(pCursor, UINT64_MAX); break;
1997 return rtDwarfCursor_GetU64(pCursor, uErrValue);
2017 case 8: return rtDwarfCursor_GetU64(pCursor, uErrValue);
2044 cbUnit = rtDwarfCursor_GetU64(pCursor, 0);
3098 case DW_FORM_data8: uAddr = rtDwarfCursor_GetU64(pCursor, 0); break;
3164 case DW_FORM_data8: uAddr = rtDwarfCursor_GetU64(pCursor, 0); break;
3222 case DW_FORM_data8: off = rtDwarfCursor_GetU64(pCursor, 0); break;
3275 case DW_FORM_ref8: off = rtDwarfCursor_GetU64(pCursor, 0); break;
3285 off = rtDwarfCursor_GetU64(pCurso
[all...]

Completed in 98 milliseconds