Home
last modified time | relevance | path

Searched refs:pdb_files (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/dbghelp/
H A Dmsc.c88 struct pdb_file_info pdb_files[CV_MAX_MODULES]; member
2359 pdb_free_file(&modfmt->u.pdb_info->pdb_files[i]); in pdb_module_remove()
2360 if (modfmt->u.pdb_info->pdb_files[i].image) in pdb_module_remove()
2361 UnmapViewOfFile(modfmt->u.pdb_info->pdb_files[i].image); in pdb_module_remove()
2362 if (modfmt->u.pdb_info->pdb_files[i].hMap) in pdb_module_remove()
2363 CloseHandle(modfmt->u.pdb_info->pdb_files[i].hMap); in pdb_module_remove()
2689 pdb_module_info->pdb_files[i] = sf0; in pdb_process_symbol_imports()
2890 if (pdb_info->pdb_files[0].kind == PDB_JG) in pdb_process_file()
3219 strbase = pdb_read_strings(&pdb_info->pdb_files[0]); in pdb_virtual_unwind()
3222 fpoext = pdb_read_file(&pdb_info->pdb_files[0], pdb_info->pdb_files[0].fpoext_stream); in pdb_virtual_unwind()
[all …]