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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp1848 static int rtDwarfCursor_SkipBytes(PRTDWARFCURSOR pCursor, uint64_t offSkip) function
4065 return rtDwarfCursor_SkipBytes(pCursor, pCursor->cbNativeAddr);
4069 return rtDwarfCursor_SkipBytes(pCursor, rtDwarfCursor_GetULeb128(pCursor, 0));
4072 return rtDwarfCursor_SkipBytes(pCursor, rtDwarfCursor_GetU8(pCursor, 0));
4075 return rtDwarfCursor_SkipBytes(pCursor, rtDwarfCursor_GetU16(pCursor, 0));
4078 return rtDwarfCursor_SkipBytes(pCursor, rtDwarfCursor_GetU32(pCursor, 0));
4083 return rtDwarfCursor_SkipBytes(pCursor, 1);
4087 return rtDwarfCursor_SkipBytes(pCursor, 2);
4091 return rtDwarfCursor_SkipBytes(pCursor, 4);
4096 return rtDwarfCursor_SkipBytes(pCurso
[all...]

Completed in 60 milliseconds