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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcontainer.cpp76 typedef struct RTDBGMODCTNLINE struct
89 } RTDBGMODCTNLINE; typedef in typeref:struct:RTDBGMODCTNLINE
91 typedef RTDBGMODCTNLINE *PRTDBGMODCTNLINE;
93 typedef RTDBGMODCTNLINE const *PCRTDBGMODCTNLINE;
198 PCRTDBGMODCTNLINE pMyLine = RT_FROM_MEMBER(pAvlCore, RTDBGMODCTNLINE const, AddrCore);
225 PCRTDBGMODCTNLINE pMyLine = RT_FROM_MEMBER(pAvlCore, RTDBGMODCTNLINE const, OrdinalCore);
650 PRTDBGMODCTNLINE pLine = RT_FROM_MEMBER(pNode, RTDBGMODCTNLINE, OrdinalCore);
851 int rc = RTMemCacheCreate(&pThis->hLineNumAllocator, sizeof(RTDBGMODCTNLINE), sizeof(void *), UINT32_MAX,

Completed in 45 milliseconds