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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodnm.cpp202 static int rtDbgModNmScanFile(PRTDBGMODNM pThis, PRTSTREAM pStrm, bool fAddSymbols) function
508 rc = rtDbgModNmScanFile(pThis, pStrm, false /*fAddSymbols*/);
512 rc = rtDbgModNmScanFile(pThis, pStrm, true /*fAddSymbols*/);

Completed in 43 milliseconds