ReactOS 0.4.15-dev-7942-gd23573b
macho_segment_command32 Struct Reference

Public Attributes

UINT32 cmd
 
UINT32 cmdsize
 
char segname [16]
 
UINT32 vmaddr
 
UINT32 vmsize
 
UINT32 fileoff
 
UINT32 filesize
 
UINT32 maxprot
 
UINT32 initprot
 
UINT32 nsects
 
UINT32 flags
 

Detailed Description

Definition at line 107 of file macho_module.c.

Member Data Documentation

◆ cmd

UINT32 macho_segment_command32::cmd

Definition at line 109 of file macho_module.c.

◆ cmdsize

UINT32 macho_segment_command32::cmdsize

Definition at line 110 of file macho_module.c.

◆ fileoff

UINT32 macho_segment_command32::fileoff

Definition at line 114 of file macho_module.c.

◆ filesize

UINT32 macho_segment_command32::filesize

Definition at line 115 of file macho_module.c.

◆ flags

UINT32 macho_segment_command32::flags

Definition at line 119 of file macho_module.c.

◆ initprot

UINT32 macho_segment_command32::initprot

Definition at line 117 of file macho_module.c.

◆ maxprot

UINT32 macho_segment_command32::maxprot

Definition at line 116 of file macho_module.c.

◆ nsects

UINT32 macho_segment_command32::nsects

Definition at line 118 of file macho_module.c.

Referenced by macho_count_sections(), and macho_load_section_info().

◆ segname

char macho_segment_command32::segname[16]

Definition at line 111 of file macho_module.c.

Referenced by macho_count_sections(), and macho_load_section_info().

◆ vmaddr

UINT32 macho_segment_command32::vmaddr

Definition at line 112 of file macho_module.c.

Referenced by macho_load_section_info().

◆ vmsize

UINT32 macho_segment_command32::vmsize

Definition at line 113 of file macho_module.c.

Referenced by macho_load_section_info().


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