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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp175 uint16_t uSubSectType; member in struct:RTCVDIRENT16
196 uint16_t uSubSectType; member in struct:RTCVDIRENT32
665 * @param uSubSectType The subsection type.
667 static const char *rtDbgModCvGetSubSectionName(uint16_t uSubSectType) argument
669 switch (uSubSectType)
705 RTStrPrintf(s_sz, sizeof(s_sz), "Unknown%#x", uSubSectType);
883 rtDbgModCvGetSubSectionName(pDirEnt->uSubSectType), pHdr->uSymHash,
960 if (pThis->paDirEnts[i].uSubSectType == kCvSst_SegMap)
962 else if (pThis->paDirEnts[i].uSubSectType == kCvSst_SegName)
1370 pDst->uSubSectType
[all...]

Completed in 51 milliseconds