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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp1026 static int rtDwarfInfo_ParseDie(PRTDBGMODDWARF pThis, PRTDWARFDIE pDie, PCRTDWARFDIEDESC pDieDesc,
3927 * @param pDieDesc The DIE descriptor.
3929 static void rtDwarfInfo_InitDie(PRTDWARFDIE pDie, PCRTDWARFDIEDESC pDieDesc) argument
3931 size_t i = pDieDesc->cAttributes;
3934 switch (pDieDesc->paAttributes[i].cbInit & ATTR_INIT_MASK)
3941 switch (pDieDesc->paAttributes[i].cbInit & ATTR_SIZE_MASK)
3944 *(uint8_t *)((uintptr_t)pDie + pDieDesc->paAttributes[i].off) = UINT8_MAX;
3947 *(uint16_t *)((uintptr_t)pDie + pDieDesc->paAttributes[i].off) = UINT16_MAX;
3950 *(uint32_t *)((uintptr_t)pDie + pDieDesc->paAttributes[i].off) = UINT32_MAX;
3953 *(uint64_t *)((uintptr_t)pDie + pDieDesc
3979 rtDwarfInfo_NewDie(PRTDBGMODDWARF pThis, PCRTDWARFDIEDESC pDieDesc, PCRTDWARFABBREV pAbbrev, PRTDWARFDIE pParent) argument
4165 rtDwarfInfo_ParseDie(PRTDBGMODDWARF pThis, PRTDWARFDIE pDie, PCRTDWARFDIEDESC pDieDesc, PRTDWARFCURSOR pCursor, PCRTDWARFABBREV pAbbrev, bool fInitDie) argument
[all...]

Completed in 67 milliseconds