ReactOS 0.4.15-dev-7834-g00c4b3d
macho_module_info Struct Reference
Collaboration diagram for macho_module_info:

Public Attributes

struct image_file_map file_map
 
ULONG_PTR load_addr
 
unsigned short in_use: 1
 
unsigned short is_loader: 1
 

Detailed Description

Definition at line 175 of file macho_module.c.

Member Data Documentation

◆ file_map

struct image_file_map macho_module_info::file_map

Definition at line 177 of file macho_module.c.

Referenced by macho_load_file().

◆ in_use

unsigned short macho_module_info::in_use

Definition at line 179 of file macho_module.c.

◆ is_loader

unsigned short macho_module_info::is_loader

Definition at line 180 of file macho_module.c.

◆ load_addr

ULONG_PTR macho_module_info::load_addr

Definition at line 178 of file macho_module.c.

Referenced by macho_load_file().


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