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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp2643 IMAGE_DEBUG_DIRECTORY DbgDir; local
2644 rc = RTFileReadAt(hFile, offDbgDir, &DbgDir, sizeof(DbgDir), NULL);
2647 if (DbgDir.Type == IMAGE_DEBUG_TYPE_CODEVIEW)
2649 DbgDir.PointerToRawData, DbgDir.SizeOfData,
2651 else if (DbgDir.Type == IMAGE_DEBUG_TYPE_COFF)
2653 DbgDir.PointerToRawData, DbgDir.SizeOfData, pszFilename);

Completed in 53 milliseconds