Searched refs:DBGFR3AsLoadImage (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp132 VMMR3DECL(int) DBGFR3AsLoadImage(PUVM pUVM, RTDBGAS hAS, const char *pszFilename, const char *pszModName, RTLDRARCH enmArch, function
/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp1400 rc = DBGFR3AsLoadImage(pUVM, pDbgc->hDbgAs, pszFilename, pszModName, enmArch, &ModAddress, NIL_RTDBGSEGIDX, 0 /*fFlags*/);
1508 rc = DBGFR3AsLoadImage(pUVM, pDbgc->hDbgAs, pszFilename, pszModName, RTLDRARCH_WHATEVER, &ModAddress, iModSeg, 0 /*fFlags*/);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFAddrSpace.cpp953 VMMR3DECL(int) DBGFR3AsLoadImage(PUVM pUVM, RTDBGAS hDbgAs, const char *pszFilename, const char *pszModName, RTLDRARCH enmArch, function
/vbox/include/VBox/vmm/
H A Ddbgf.h673 VMMR3DECL(int) DBGFR3AsLoadImage(PUVM pUVM, RTDBGAS hDbgAs, const char *pszFilename, const char *pszModName,

Completed in 155 milliseconds