|
ReactOS 0.4.16-dev-1946-g52006dd
|
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 |
Definition at line 92 of file macho_module.c.
| UINT32 macho_segment_command::cmd |
Definition at line 94 of file macho_module.c.
| UINT32 macho_segment_command::cmdsize |
Definition at line 95 of file macho_module.c.
| UINT64 macho_segment_command::fileoff |
Definition at line 99 of file macho_module.c.
| UINT64 macho_segment_command::filesize |
Definition at line 100 of file macho_module.c.
| UINT32 macho_segment_command::flags |
Definition at line 104 of file macho_module.c.
| UINT32 macho_segment_command::initprot |
Definition at line 102 of file macho_module.c.
| UINT32 macho_segment_command::maxprot |
Definition at line 101 of file macho_module.c.
| UINT32 macho_segment_command::nsects |
Definition at line 103 of file macho_module.c.
Referenced by macho_count_sections(), and macho_load_section_info().
| 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().
| UINT64 macho_segment_command::vmaddr |
Definition at line 97 of file macho_module.c.
Referenced by macho_load_section_info().
| UINT64 macho_segment_command::vmsize |
Definition at line 98 of file macho_module.c.
Referenced by macho_load_section_info().