ReactOS 0.4.15-dev-8096-ga0eec98
elf_load_file_params Struct Reference
Collaboration diagram for elf_load_file_params:

Public Attributes

struct processprocess
 
ULONG_PTR load_offset
 
ULONG_PTR dyn_addr
 
struct elf_infoelf_info
 

Detailed Description

Definition at line 1315 of file elf_module.c.

Member Data Documentation

◆ dyn_addr

ULONG_PTR elf_load_file_params::dyn_addr

Definition at line 1319 of file elf_module.c.

Referenced by elf_search_and_load_file().

◆ elf_info

struct elf_info* elf_load_file_params::elf_info

Definition at line 1320 of file elf_module.c.

Referenced by elf_search_and_load_file().

◆ load_offset

ULONG_PTR elf_load_file_params::load_offset

Definition at line 1318 of file elf_module.c.

Referenced by elf_search_and_load_file().

◆ process

struct process* elf_load_file_params::process

Definition at line 1317 of file elf_module.c.

Referenced by elf_search_and_load_file().


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