#include "config.h"
#include "wine/port.h"
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include "dbghelp_private.h"
#include "image_private.h"
#include "wine/library.h"
#include "wine/debug.h"
Go to the source code of this file.
Functions |
| BOOL | elf_find_section (struct image_file_map *fmap, const char *name, unsigned sht, struct image_section_map *ism) |
| const char * | elf_map_section (struct image_section_map *ism) |
| void | elf_unmap_section (struct image_section_map *ism) |
| unsigned | elf_get_map_size (const struct image_section_map *ism) |
| DWORD_PTR | elf_get_map_rva (const struct image_section_map *ism) |
| BOOL | elf_synchronize_module_list (struct process *pcs) |
| BOOL | elf_fetch_file_info (const WCHAR *name, DWORD_PTR *base, DWORD *size, DWORD *checksum) |
| BOOL | elf_read_wine_loader_dbg_info (struct process *pcs) |
| BOOL | elf_enum_modules (HANDLE hProc, enum_modules_cb cb, void *user) |
| struct module * | elf_load_module (struct process *pcs, const WCHAR *name, unsigned long addr) |
| BOOL | elf_load_debug_info (struct module *module) |
| int | elf_is_in_thunk_area (unsigned long addr, const struct elf_thunk_area *thunks) |