Lines Matching defs:hCnt

431     RTDBGMOD                hCnt;
1238 return RTDbgModSegmentAdd(pThis->hCnt, 0, 0, pSeg->pszName, 0 /*fFlags*/, NULL);
1242 return RTDbgModSegmentAdd(pThis->hCnt, pSeg->RVA, cb, pSeg->pszName, 0 /*fFlags*/, NULL);
1394 int rc = RTDbgModSegmentAdd(pThis->hCnt, paSegs[iSeg].uBaseAddr, paSegs[iSeg].cbSegment,
2378 rc = RTDbgModLineAdd(pLnState->pDwarfMod->hCnt, pszFile, pLnState->Regs.uLine, iSeg, offSeg, NULL);
3856 rc = RTDbgModSymbolAdd(pThis->hCnt,
3906 rc = RTDbgModSymbolAdd(pThis->hCnt, pLabel->pszName, iSeg, offSeg, 0 /*cb*/,
4433 int rc = RTDbgModSymbolByAddr(pThis->hCnt, RTDBGSEGIDX_RVA, uRva, RTDBGSYMADDR_FLAGS_LESS_OR_EQUAL, &offDisp, &SymInfo);
4437 rc = RTDbgModSymbolAdd(pThis->hCnt, pszSymbol, RTDBGSEGIDX_RVA, uRva, 1, 0 /*fFlags*/, NULL /*piOrdinal*/);
4512 return RTDbgModLineByAddr(pThis->hCnt, iSeg, off, poffDisp, pLineInfo);
4520 return RTDbgModLineByOrdinal(pThis->hCnt, iOrdinal, pLineInfo);
4528 return RTDbgModLineCount(pThis->hCnt);
4538 return RTDbgModLineAdd(pThis->hCnt, pszFile, uLineNo, iSeg, off, piOrdinal);
4547 return RTDbgModSymbolByAddr(pThis->hCnt, iSeg, off, fFlags, poffDisp, pSymInfo);
4557 return RTDbgModSymbolByName(pThis->hCnt, pszSymbol/*, cchSymbol*/, pSymInfo);
4565 return RTDbgModSymbolByOrdinal(pThis->hCnt, iOrdinal, pSymInfo);
4573 return RTDbgModSymbolCount(pThis->hCnt);
4584 return RTDbgModSymbolAdd(pThis->hCnt, pszSymbol, iSeg, off, cb, fFlags, piOrdinal);
4592 return RTDbgModSegmentByIndex(pThis->hCnt, iSeg, pSegInfo);
4600 return RTDbgModSegmentCount(pThis->hCnt);
4610 return RTDbgModSegmentAdd(pThis->hCnt, uRva, cb, pszName, fFlags, piSeg);
4618 RTUINTPTR cb1 = RTDbgModImageSize(pThis->hCnt);
4628 return RTDbgModRvaToSegOff(pThis->hCnt, uRva, poffSeg);
4641 RTDbgModRelease(pThis->hCnt);
4853 rc = RTDbgModCreate(&pThis->hCnt, pMod->pszName, 0 /*cbSeg*/, 0 /*fFlags*/);
4895 RTDbgModRelease(pThis->hCnt);