ReactOS 0.4.15-dev-8636-g945e856
|
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 |
Definition at line 107 of file macho_module.c.
UINT32 macho_segment_command32::cmd |
Definition at line 109 of file macho_module.c.
UINT32 macho_segment_command32::cmdsize |
Definition at line 110 of file macho_module.c.
UINT32 macho_segment_command32::fileoff |
Definition at line 114 of file macho_module.c.
UINT32 macho_segment_command32::filesize |
Definition at line 115 of file macho_module.c.
UINT32 macho_segment_command32::flags |
Definition at line 119 of file macho_module.c.
UINT32 macho_segment_command32::initprot |
Definition at line 117 of file macho_module.c.
UINT32 macho_segment_command32::maxprot |
Definition at line 116 of file macho_module.c.
UINT32 macho_segment_command32::nsects |
Definition at line 118 of file macho_module.c.
Referenced by macho_count_sections(), and macho_load_section_info().
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().
UINT32 macho_segment_command32::vmaddr |
Definition at line 112 of file macho_module.c.
Referenced by macho_load_section_info().
UINT32 macho_segment_command32::vmsize |
Definition at line 113 of file macho_module.c.
Referenced by macho_load_section_info().