Lines Matching defs:hMod
4019 RTDBGMOD hMod = RTDbgAsModuleByIndex(hAs, iMod);
4020 if (hMod != NIL_RTDBGMOD)
4022 bool const fDeferred = RTDbgModIsDeferred(hMod);
4023 bool const fExports = RTDbgModIsExports(hMod);
4024 uint32_t const cSegs = fDeferred ? 1 : RTDbgModSegmentCount(hMod);
4025 const char * const pszName = RTDbgModName(hMod);
4026 const char * const pszImgFile = RTDbgModImageFile(hMod);
4027 const char * const pszImgFileUsed = RTDbgModImageFileUsed(hMod);
4028 const char * const pszDbgFile = RTDbgModDebugFile(hMod);
4079 rc = RTDbgModSegmentByIndex(hMod, iSeg, &SegInfo);
4101 (RTGCUINTPTR)RTDbgModImageSize(hMod));
4105 rc = RTDbgModSegmentByIndex(hMod, aMappings[iMap].iSeg, &SegInfo);
4127 RTDbgModRelease(hMod);