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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp1532 static uint8_t rtDwarfCursor_GetU8(PRTDWARFCURSOR pCursor, uint8_t uErrValue) function
1904 case 1: u64Ret = rtDwarfCursor_GetU8( pCursor, UINT8_MAX); break;
1968 return rtDwarfCursor_GetU8(pCursor, uErrValue);
1982 return (int8_t)rtDwarfCursor_GetU8(pCursor, (uint8_t)iErrValue);
2014 case 1: return rtDwarfCursor_GetU8(pCursor, (uint8_t )uErrValue);
2892 uint8_t const uChildren = rtDwarfCursor_GetU8(&Cursor, 0);
2954 uint8_t const uChildren = rtDwarfCursor_GetU8(&Cursor, 0);
3095 case DW_FORM_data1: uAddr = rtDwarfCursor_GetU8(pCursor, 0); break;
3126 uint8_t b = rtDwarfCursor_GetU8(pCursor, UINT8_MAX);
3161 case DW_FORM_data1: uAddr = rtDwarfCursor_GetU8(pCurso
[all...]

Completed in 238 milliseconds