Home | History | Annotate | Download | only in symupload

Lines Matching defs:module

34 //  code_file: the basename of the module, e.g. "app.exe"
40 // version: the file version of the module, e.g. "1.2.3.4"
41 // os: the operating system that the module was built for, always
43 // cpu: the CPU that the module was built for, typically "x86".
172 const wchar_t *module;
191 module = argv[currentarg++];
197 if (!DumpSymbolsToTempFile(module, &symbol_file, &pdb_info)) {
198 fwprintf(stderr, L"Could not get symbol data from %s\n", module);
202 wstring code_file = WindowsStringUtils::GetBaseName(wstring(module));
219 module);
225 if (GetFileVersionString(module, &file_version)) {
228 fwprintf(stderr, L"Warning: Could not get file version for %s\n", module);