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

/vbox/src/VBox/Debugger/
H A DDBGPlugInOS2.cpp197 uint32_t iMod = RTDbgAsModuleCount(hDbgAs); local
198 while (iMod-- > 0)
200 RTDBGMOD hMod = RTDbgAsModuleByIndex(hDbgAs, iMod);
H A DDBGPlugInSolaris.cpp742 uint32_t iMod = RTDbgAsModuleCount(hDbgAs); local
743 while (iMod-- > 0)
745 RTDBGMOD hMod = RTDbgAsModuleByIndex(hDbgAs, iMod);
974 int iMod = 0; local
983 LogRel(("sol: bad modctl_t chain for module %d: %RGv - %Rrc\n", iMod, CurAddr.FlatPtr, rc));
999 LogRel(("sol64: bad modctl_t chain for module %d at %RGv: %RGv\n", iMod, CurAddr.FlatPtr, (RTGCUINTPTR)ModCtl.v9_64.mod_next));
1009 LogRel(("sol32: bad modctl_t chain for module %d at %RGv: %RGv\n", iMod, CurAddr.FlatPtr, (RTGCUINTPTR)ModCtl.v9_32.mod_next));
1014 if (++iMod >= 1024)
1016 LogRel(("sol32: too many modules (%d)\n", iMod));
H A DDBGPlugInWinNt.cpp781 uint32_t iMod = RTDbgAsModuleCount(hDbgAs); local
782 while (iMod-- > 0)
784 RTDBGMOD hMod = RTDbgAsModuleByIndex(hDbgAs, iMod);
H A DDBGCEmulateCodeView.cpp4017 for (uint32_t iMod = 0; iMod < cMods; iMod++)
4019 RTDBGMOD hMod = RTDbgAsModuleByIndex(hAs, iMod);
4038 int rc = RTDbgAsModuleQueryMapByIndex(hAs, iMod, &aMappings[0], &cMappings, 0 /*fFlags*/);
/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py537 def writeInstrGregPureRM(self, cbEffOp, iOp1, cAddrBits, iOp2, iMod, offDisp, oGen):
540 if iOp2 == 13 and iMod == 0 and cAddrBits == 64:
543 if (iOp2 == 5 or iOp2 == 13) and iMod == 0:
548 if iMod == 1:
550 elif iMod == 2:
553 assert iMod == 0;
657 def generateMemSetupPureRM(self, oGen, cAddrBits, cbEffOp, iOp2, iMod, uInput, offDisp = None):
660 assert offDisp is None or iMod != 0;
661 if (iOp2 != 5 and iOp2 != 13) or iMod != 0:
721 iMod
[all...]
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp177 uint16_t iMod; member in struct:RTCVDIRENT16
198 uint16_t iMod; member in struct:RTCVDIRENT32
957 if ( pThis->paDirEnts[i].iMod != 0xffff
958 && pThis->paDirEnts[i].iMod != 0x0000)
1369 pDst->iMod = pSrc->iMod;
1446 i, pDirEnt->iMod, pDirEnt->uSubSectType, pDirEnt->off, pDirEnt->cb,
1456 if ( pDirEnt->iMod == 0
1461 Log(("CV directory entry #%u uses module index 0 (uSubSectType=%#x)\n", i, pDirEnt->iMod, pDirEnt->uSubSectType));
1464 if (pDirEnt->iMod
1549 uint16_t iMod = 0; local
[all...]
H A Ddbgas.cpp786 uint32_t iMod = pMod->iOrdinal;
787 Assert(iMod <= pDbgAs->cModules);
788 if (iMod != pDbgAs->cModules)
791 pTailMod->iOrdinal = iMod;
792 pDbgAs->papModules[iMod] = pTailMod;
1319 uint32_t iMod = *pcModules = pDbgAs->cModules;
1320 PRTDBGMOD pahModules = (PRTDBGMOD)RTMemTmpAlloc(sizeof(pahModules[0]) * RT_MAX(iMod, 1));
1323 while (iMod-- > 0)
1325 RTDBGMOD hMod = (RTDBGMOD)pDbgAs->papModules[iMod]->Core.Key;
1326 pahModules[iMod]
[all...]
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-core.cpp593 uint8_t iMod = (pThis->bModRm >> X86_MODRM_MOD_SHIFT) & X86_MODRM_MOD_SMASK;
594 if (iMod == 3)
626 iMod = 0;
661 if (iMod == 0)
671 if (iMod == 0)
691 if (iMod >= 2)
698 iMod++;
705 pThis->bModRm |= iMod << X86_MODRM_MOD_SHIFT;
790 uint8_t iMod = (pThis->bModRm >> X86_MODRM_MOD_SHIFT) & X86_MODRM_MOD_SMASK;
791 if (iMod
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dmscvpdb.h1980 WORD iMod; member in struct:OMFDirEntry
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dmscvpdb.h2102 WORD iMod; member in struct:OMFDirEntry

Completed in 138 milliseconds