|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Types | |
| enum | { from_file , from_process , from_handle } |
Public Attributes | |
| enum elf_map_file_data:: { ... } | kind |
| union { | |
| struct { | |
| const WCHAR * filename | |
| } file | |
| struct { | |
| HANDLE handle | |
| void * load_addr | |
| } process | |
| HANDLE handle | |
| } | u |
Definition at line 317 of file elf_module.c.
| anonymous enum |
| Enumerator | |
|---|---|
| from_file | |
| from_process | |
| from_handle | |
Definition at line 319 of file elf_module.c.
| struct { ... } elf_map_file_data::file |
Referenced by elf_fetch_file_info(), elf_load_file(), and elf_map_file().
Definition at line 324 of file elf_module.c.
| HANDLE elf_map_file_data::handle |
Definition at line 328 of file elf_module.c.
Referenced by elf_map_file(), and elf_map_handle().
| enum { ... } elf_map_file_data::kind |
Referenced by elf_fetch_file_info(), elf_load_cb(), elf_load_file(), elf_map_file(), elf_map_file_read(), and elf_map_handle().
| void* elf_map_file_data::load_addr |
Definition at line 329 of file elf_module.c.
| struct { ... } elf_map_file_data::process |
Referenced by elf_load_cb(), elf_map_file(), and elf_map_file_read().
| union { ... } elf_map_file_data::u |
Referenced by elf_fetch_file_info(), elf_load_cb(), elf_load_file(), elf_map_file(), elf_map_file_read(), and elf_map_handle().