ReactOS
0.4.14-dev-556-g4c5b21f
|
#include "config.h"
#include "wine/port.h"
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include "dbghelp_private.h"
#include "winternl.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) |
BOOL elf_enum_modules | ( | HANDLE | hProc, |
enum_modules_cb | cb, | ||
void * | user | ||
) |
Definition at line 1825 of file elf_module.c.
Referenced by fetch_modules_info().
Definition at line 1814 of file elf_module.c.
Referenced by fetch_elf_module_info_cb(), and module_find_cb().
BOOL elf_find_section | ( | struct image_file_map * | fmap, |
const char * | name, | ||
unsigned | sht, | ||
struct image_section_map * | ism | ||
) |
Definition at line 1785 of file elf_module.c.
Referenced by image_find_section().
DWORD_PTR elf_get_map_rva | ( | const struct image_section_map * | ism | ) |
Definition at line 1804 of file elf_module.c.
Referenced by image_get_map_rva().
unsigned elf_get_map_size | ( | const struct image_section_map * | ism | ) |
Definition at line 1799 of file elf_module.c.
Referenced by image_get_map_size().
Definition at line 1840 of file elf_module.c.
Referenced by dwarf2_parse_subprogram().
Definition at line 1835 of file elf_module.c.
Referenced by module_get_debug().
Definition at line 1830 of file elf_module.c.
Referenced by SymLoadModuleExW().
const char* elf_map_section | ( | struct image_section_map * | ism | ) |
Definition at line 1791 of file elf_module.c.
Referenced by image_map_section().
Definition at line 1820 of file elf_module.c.
Referenced by check_live_target().
Definition at line 1809 of file elf_module.c.
Referenced by refresh_module_list(), and SymInitializeW().
void elf_unmap_section | ( | struct image_section_map * | ism | ) |