ReactOS 0.4.15-dev-7918-g2a2556c
elf_info Struct Reference
Collaboration diagram for elf_info:

Public Attributes

unsigned flags
 
DWORD_PTR dbg_hdr_addr
 
struct modulemodule
 
const WCHARmodule_name
 

Detailed Description

Definition at line 39 of file elf_module.c.

Member Data Documentation

◆ dbg_hdr_addr

DWORD_PTR elf_info::dbg_hdr_addr

Definition at line 42 of file elf_module.c.

Referenced by elf_load_file_from_fmap(), and elf_read_wine_loader_dbg_info().

◆ flags

unsigned elf_info::flags

◆ module

struct module* elf_info::module

◆ module_name

const WCHAR* elf_info::module_name

Definition at line 44 of file elf_module.c.

Referenced by elf_enum_modules(), and elf_load_file_from_fmap().


The documentation for this struct was generated from the following file: