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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp642 size_t cbDie; member in struct:RTDWARFDIEDESC
3983 Assert(pDieDesc->cbDie >= sizeof(RTDWARFDIE));
3985 uint32_t iAllocator = pDieDesc->cbDie > pThis->aDieAllocators[0].cbMax;
3986 Assert(pDieDesc->cbDie <= pThis->aDieAllocators[iAllocator].cbMax);
3989 PRTDWARFDIE pDie = (PRTDWARFDIE)RTMemAllocZ(pDieDesc->cbDie);
3994 RT_BZERO(pDie, pDieDesc->cbDie);
4815 if (g_aTagDescs[i].pDesc && g_aTagDescs[i].pDesc->cbDie > pThis->aDieAllocators[1].cbMax)
4816 pThis->aDieAllocators[1].cbMax = (uint32_t)g_aTagDescs[i].pDesc->cbDie;

Completed in 83 milliseconds