Data Structures |
| struct | pe_module_info |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (dbghelp) |
| static void * | pe_map_full (struct image_file_map *fmap, IMAGE_NT_HEADERS **nth) |
| static void | pe_unmap_full (struct image_file_map *fmap) |
| const char * | pe_map_section (struct image_section_map *ism) |
| BOOL | pe_find_section (struct image_file_map *fmap, const char *name, struct image_section_map *ism) |
| void | pe_unmap_section (struct image_section_map *ism) |
| DWORD_PTR | pe_get_map_rva (const struct image_section_map *ism) |
| unsigned | pe_get_map_size (const struct image_section_map *ism) |
| static BOOL | pe_is_valid_pointer_table (const IMAGE_NT_HEADERS *nthdr, const void *mapping, DWORD64 sz) |
| static BOOL | pe_map_file (HANDLE file, struct image_file_map *fmap, enum module_type mt) |
| static void | pe_unmap_file (struct image_file_map *fmap) |
| const char * | pe_map_directory (struct module *module, int dirno, DWORD *size) |
| void | pe_unmap_directory (struct image_file_map *fmap, int dirno) |
| static void | pe_module_remove (struct process *pcs, struct module_format *modfmt) |
| static BOOL | pe_locate_with_coff_symbol_table (struct module *module) |
| static BOOL | pe_load_coff_symbol_table (struct module *module) |
| static BOOL | pe_load_stabs (const struct process *pcs, struct module *module) |
| static BOOL | pe_load_dwarf (struct module *module) |
| static BOOL | pe_load_dbg_file (const struct process *pcs, struct module *module, const char *dbg_name, DWORD timestamp) |
| static BOOL | pe_load_msc_debug_info (const struct process *pcs, struct module *module) |
| static BOOL | pe_load_export_debug_info (const struct process *pcs, struct module *module) |
| BOOL | pe_load_debug_info (const struct process *pcs, struct module *module) |
| struct module * | pe_load_native_module (struct process *pcs, const WCHAR *name, HANDLE hFile, DWORD64 base, DWORD size) |
| BOOL | pe_load_nt_header (HANDLE hProc, DWORD64 base, IMAGE_NT_HEADERS *nth) |
| struct module * | pe_load_builtin_module (struct process *pcs, const WCHAR *name, DWORD64 base, DWORD64 size) |
| PVOID WINAPI | ImageDirectoryEntryToDataEx (PVOID base, BOOLEAN image, USHORT dir, PULONG size, PIMAGE_SECTION_HEADER *section) |
| PVOID WINAPI | ImageDirectoryEntryToData (PVOID base, BOOLEAN image, USHORT dir, PULONG size) |