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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFAddr.cpp503 * @param uSubtrahend How much to subtract.
507 VMMR3DECL(PDBGFADDRESS) DBGFR3AddrSub(PDBGFADDRESS pAddress, RTGCUINTPTR uSubtrahend) argument
518 pAddress->off -= uSubtrahend;
519 pAddress->FlatPtr -= uSubtrahend;
H A DDBGFAddrSpace.cpp88 RTGCUINTPTR uSubtrahend; member in struct:DBGFR3ASLOADOPENDATA
998 * @param uSubtrahend Value to to subtract from the symbols in the map
1004 PCDBGFADDRESS pModAddress, RTDBGSEGIDX iModSeg, RTGCUINTPTR uSubtrahend, uint32_t fFlags)
1019 int rc = RTDbgModCreateFromMap(&hDbgMod, pszFilename, pszModName, uSubtrahend, pUVM->dbgf.s.hDbgCfg);
1003 DBGFR3AsLoadMap(PUVM pUVM, RTDBGAS hDbgAs, const char *pszFilename, const char *pszModName, PCDBGFADDRESS pModAddress, RTDBGSEGIDX iModSeg, RTGCUINTPTR uSubtrahend, uint32_t fFlags) argument
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmod.cpp369 RTUINTPTR uSubtrahend, RTDBGCFG hDbgCfg)
379 AssertReturn(uSubtrahend == 0, VERR_NOT_IMPLEMENTED); /** @todo implement uSubtrahend. */
368 RTDbgModCreateFromMap(PRTDBGMOD phDbgMod, const char *pszFilename, const char *pszName, RTUINTPTR uSubtrahend, RTDBGCFG hDbgCfg) argument
/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp1438 RTGCUINTPTR uSubtrahend = 0; local
1442 uSubtrahend = paArgs[3].u.u64Number;
1459 rc = DBGFR3AsLoadMap(pUVM, pDbgc->hDbgAs, pszFilename, pszModName, &ModAddress, NIL_RTDBGSEGIDX, uSubtrahend, 0 /*fFlags*/);
/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp137 VMMR3DECL(int) DBGFR3AsLoadMap(PUVM pUVM, RTDBGAS hAS, const char *pszFilename, const char *pszModName, PCDBGFADDRESS pModAddress, RTDBGSEGIDX iModSeg, RTGCUINTPTR uSubtrahend, uint32_t fFlags) argument

Completed in 714 milliseconds