ReactOS 0.4.15-dev-7842-g558ab78
macho_segment_command Struct Reference

Public Attributes

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

Detailed Description

Definition at line 92 of file macho_module.c.

Member Data Documentation

◆ cmd

UINT32 macho_segment_command::cmd

Definition at line 94 of file macho_module.c.

◆ cmdsize

UINT32 macho_segment_command::cmdsize

Definition at line 95 of file macho_module.c.

◆ fileoff

UINT64 macho_segment_command::fileoff

Definition at line 99 of file macho_module.c.

◆ filesize

UINT64 macho_segment_command::filesize

Definition at line 100 of file macho_module.c.

◆ flags

UINT32 macho_segment_command::flags

Definition at line 104 of file macho_module.c.

◆ initprot

UINT32 macho_segment_command::initprot

Definition at line 102 of file macho_module.c.

◆ maxprot

UINT32 macho_segment_command::maxprot

Definition at line 101 of file macho_module.c.

◆ nsects

UINT32 macho_segment_command::nsects

Definition at line 103 of file macho_module.c.

Referenced by macho_count_sections(), and macho_load_section_info().

◆ segname

char macho_segment_command::segname[16]

Definition at line 96 of file macho_module.c.

Referenced by macho_count_sections(), and macho_load_section_info().

◆ vmaddr

UINT64 macho_segment_command::vmaddr

Definition at line 97 of file macho_module.c.

Referenced by macho_load_section_info().

◆ vmsize

UINT64 macho_segment_command::vmsize

Definition at line 98 of file macho_module.c.

Referenced by macho_load_section_info().


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