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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp2326 * @param enmFileType The type of input file.
2330 static int rtDbgModCvCreateInstance(PRTDBGMODINT pDbgMod, RTCVFILETYPE enmFileType, RTFILE hFile, PRTDBGMODCV *ppThis) argument
2339 Assert(pThis->enmType == enmFileType);
2356 pThis->enmType = enmFileType;
2381 static int rtDbgModCvProbeCoff(PRTDBGMODINT pDbgMod, RTCVFILETYPE enmFileType, RTFILE hFile, argument
2447 rc = rtDbgModCvCreateInstance(pDbgMod, enmFileType, hFile, &pThis);
2466 * @param enmFileType The kind of file this is we're probing.
2472 static int rtDbgModCvProbeCommon(PRTDBGMODINT pDbgMod, PRTCVHDR pCvHdr, RTCVFILETYPE enmFileType, RTFILE hFile, argument
2493 off, cb, pCvHdr->off, enmFileType));
2499 rc = rtDbgModCvCreateInstance(pDbgMod, enmFileType, hFil
2559 rtDbgModCvProbeFile2(PRTDBGMODINT pThis, RTCVFILETYPE enmFileType, RTFILE hFile, uint32_t off, uint32_t cb, RTLDRARCH enmArch, const char *pszFilename) argument
[all...]

Completed in 944 milliseconds