Searched refs:SymAddrTree (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcontainer.cpp101 AVLRUINTPTRTREE SymAddrTree; member in struct:RTDBGMODCTNSEGMENT
330 : &pThis->paSegs[iSeg].SymAddrTree,
435 : &pThis->paSegs[iSeg].SymAddrTree;
543 pThis->paSegs[iSeg].SymAddrTree = NULL;
684 RTAvlrUIntPtrDestroy(&pThis->paSegs[iSeg].SymAddrTree, rtDbgModContainer_DestroyTreeNode, NULL);
761 RTAvlrUIntPtrDestroy(&pThis->paSegs[iSeg].SymAddrTree, rtDbgModContainer_DestroyTreeNode, NULL);
762 Assert(pThis->paSegs[iSeg].SymAddrTree == NULL);

Completed in 58 milliseconds