Lines Matching refs:RTDWARFDIE
361 typedef struct RTDWARFDIE *PRTDWARFDIE;
363 typedef struct RTDWARFDIE const *PCRTDWARFDIE;
463 /** The list of compilation units (RTDWARFDIE). */
656 typedef struct RTDWARFDIE
659 struct RTDWARFDIE *pParent;
676 } RTDWARFDIE;
768 /** RTDWARFDIE description. */
769 static const RTDWARFDIEDESC g_CoreDieDesc = { sizeof(RTDWARFDIE), 0, NULL };
778 RTDWARFDIE Core;
848 RTDWARFDIE Core;
904 RTDWARFDIE Core;
3983 Assert(pDieDesc->cbDie >= sizeof(RTDWARFDIE));
4022 RTListForEachSafe(&pParentDie->ChildList, pChild, pNextChild, RTDWARFDIE, SiblingNode)
4812 pThis->aDieAllocators[0].cbMax = sizeof(RTDWARFDIE);