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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp3756 uint32_t uAbbrCode = rtDwarfCursor_GetULeb128AsU32(&InfoCursor, UINT32_MAX);
3757 if (uAbbrCode)
3760 PCRTDWARFABBREV pAbbrev = rtDwarfAbbrev_Lookup(pThis, uAbbrCode);
4271 uint32_t uAbbrCode = rtDwarfCursor_GetULeb128AsU32(pCursor, UINT32_MAX); local
4272 if (!uAbbrCode)
4277 PCRTDWARFABBREV pAbbrev = rtDwarfAbbrev_Lookup(pThis, uAbbrCode);
4312 uAbbrCode = rtDwarfCursor_GetULeb128AsU32(pCursor, UINT32_MAX);
4313 if (!uAbbrCode)
4329 pAbbrev = rtDwarfAbbrev_Lookup(pThis, uAbbrCode);
4347 pAbbrev->uTag, uAbbrCode, pAbbre
[all...]

Completed in 53 milliseconds