Source position: machotypes.pp line 94
type TSegmentCommand32 = record |
||
name: TSegSectName; |
|
|
vmaddr: cuint32; |
|
|
vmsize: cuint32; |
|
|
fileoff: cuint32; |
|
|
filesize: cuint32; |
|
|
maxprot: tmach_vm_prot; |
|
|
initprot: tmach_vm_prot; |
|
|
nsects: cuint32; |
|
|
flags: cuint32; |
|
|
end; |