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

/vbox/src/VBox/Debugger/
H A DDBGPlugInCommonELF.cpp62 if (paSegs[i].iSeg != NIL_RTDBGSEGIDX)
H A DDBGPlugInCommonELFTmpl.cpp.h197 paSegs[i].iSeg = NIL_RTDBGSEGIDX;
303 if (iSeg == NIL_RTDBGSEGIDX)
H A DDBGCCommands.cpp1400 rc = DBGFR3AsLoadImage(pUVM, pDbgc->hDbgAs, pszFilename, pszModName, enmArch, &ModAddress, NIL_RTDBGSEGIDX, 0 /*fFlags*/);
1445 RTDBGSEGIDX iModSeg = NIL_RTDBGSEGIDX;
1459 rc = DBGFR3AsLoadMap(pUVM, pDbgc->hDbgAs, pszFilename, pszModName, &ModAddress, NIL_RTDBGSEGIDX, uSubtrahend, 0 /*fFlags*/);
H A DDBGCEmulateCodeView.cpp4046 || aMappings[iMap].iSeg == NIL_RTDBGSEGIDX))
4073 && aMappings[0].iSeg == NIL_RTDBGSEGIDX
4098 if (aMappings[iMap].iSeg == NIL_RTDBGSEGIDX)
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgas.cpp82 * This is NIL_RTDBGSEGIDX when the entire module is mapped. */
680 int rc = rtDbgAsModuleLinkCommon(pDbgAs, hDbgMod, NIL_RTDBGSEGIDX, ImageAddr, cb, pszName, fFlags);
1171 *piSeg = pMap->iSeg != NIL_RTDBGSEGIDX ? pMap->iSeg : RTDBGSEGIDX_RVA;
1189 * @param iMapSeg The segment that's mapped, NIL_RTDBGSEGIDX or
1201 || iMapSeg == NIL_RTDBGSEGIDX)
1214 && iMapSeg != NIL_RTDBGSEGIDX)
1235 * @param iMapSeg The segment that's mapped, NIL_RTDBGSEGIDX if the
1240 Assert(pSymbol->iSeg != NIL_RTDBGSEGIDX);
1252 * @param iMapSeg The segment that's mapped, NIL_RTDBGSEGIDX if the
1257 Assert(pLine->iSeg != NIL_RTDBGSEGIDX);
[all...]
H A Ddbgmodnm.cpp396 iSegSym = NIL_RTDBGSEGIDX;
403 if (iSegSym != NIL_RTDBGSEGIDX)
H A Ddbgmod.cpp1624 RTDBGMOD_VALID_RETURN_RC(pDbgMod, NIL_RTDBGSEGIDX);
1687 AssertMsgReturn(!piSeg || *piSeg == NIL_RTDBGSEGIDX || *piSeg <= RTDBGSEGIDX_LAST, ("%#x\n", *piSeg), VERR_DBG_SPECIAL_SEGMENT);
1705 RTDBGMOD_VALID_RETURN_RC(pDbgMod, NIL_RTDBGSEGIDX);
1779 if (iSeg == NIL_RTDBGSEGIDX)
1865 if (iSeg == NIL_RTDBGSEGIDX)
1975 if (iSeg == NIL_RTDBGSEGIDX)
2059 if (iSeg == NIL_RTDBGSEGIDX)
H A Ddbgmodcontainer.cpp528 AssertMsgReturn(!piSeg || *piSeg == NIL_RTDBGSEGIDX || *piSeg == iSeg,
642 return NIL_RTDBGSEGIDX;
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFAddrSpace.cpp349 if (RT_SUCCESS(rc) && cMappings == 1 && aMappings[0].iSeg == NIL_RTDBGSEGIDX)
949 * @param iModSeg The segment to load, pass NIL_RTDBGSEGIDX to load
996 * @param iModSeg The segment to load, pass NIL_RTDBGSEGIDX to load
1040 * @param iModSeg The segment to link, NIL_RTDBGSEGIDX for the entire image.
1059 if (iModSeg == NIL_RTDBGSEGIDX)
/vbox/include/iprt/
H A Ddbg.h51 #define NIL_RTDBGSEGIDX UINT32_C(0xffffffff) macro
758 * This is NIL_RTDBGSEGIDX if the entire module image is mapped here. */
1075 * NIL_RTDBGSEGIDX is returned if the module handle or the RVA are
1147 * @param piSeg The segment index or NIL_RTDBGSEGIDX on input.
1161 * NIL_RTDBGSEGIDX if the handle is invalid.

Completed in 86 milliseconds