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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp400 uint32_t offAbbrev; member in struct:RTDWARFABBREV
810 uint64_t offAbbrev; member in struct:RTDWARFDIECOMPILEUNIT
2860 pThis->paCachedAbbrevs[i].offAbbrev = UINT32_MAX;
2906 if (pEntry->offAbbrev != pThis->offCachedAbbrev)
2908 pEntry->offAbbrev = pThis->offCachedAbbrev;
2971 pRet->offAbbrev = pThis->offCachedAbbrev;
3003 || pThis->paCachedAbbrevs[uCode - 1].offAbbrev != pThis->offCachedAbbrev)
3013 * @param offAbbrev The offset into the abbreviation section.
3015 static void rtDwarfAbbrev_SetUnitOffset(PRTDBGMODDWARF pThis, uint32_t offAbbrev) argument
3017 pThis->offCachedAbbrev = offAbbrev;
4251 uint64_t const offAbbrev = rtDwarfCursor_GetUOff(pCursor, UINT64_MAX); local
[all...]

Completed in 48 milliseconds