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