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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp4019 static void rtDwarfInfo_FreeChildren(PRTDBGMODDWARF pThis, PRTDWARFDIE pParentDie) argument
4022 RTListForEachSafe(&pParentDie->ChildList, pChild, pNextChild, RTDWARFDIE, SiblingNode)
4306 PRTDWARFDIE pParentDie = &pUnit->Core; local
4316 if (pParentDie->pParent)
4318 pParentDie = pParentDie->pParent;
4320 if (!fKeepDies && pParentDie->pParent)
4321 rtDwarfInfo_FreeChildren(pThis, pParentDie);
4353 PRTDWARFDIE pNewDie = rtDwarfInfo_NewDie(pThis, pDieDesc, pAbbrev, pParentDie);
4359 pParentDie
[all...]

Completed in 67 milliseconds