segment_command_64
struct segment_command_64 {
}
- cmd
uint cmd;
Undocumented in source.
- cmdsize
uint cmdsize;
Undocumented in source.
- fileoff
ulong fileoff;
Undocumented in source.
- filesize
ulong filesize;
Undocumented in source.
- flags
uint flags;
Undocumented in source.
- initprot
vm_prot_t initprot;
Undocumented in source.
- maxprot
vm_prot_t maxprot;
Undocumented in source.
- nsects
uint nsects;
Undocumented in source.
- segname
char[16] segname;
Undocumented in source.
- vmaddr
ulong vmaddr;
Undocumented in source.
- vmsize
ulong vmsize;
Undocumented in source.
dmd backend mach
aliasesenumsstructs