DoxigAlpha

segment_command_64

The 64-bit segment load command indicates that a part of this file is to be mapped into a 64-bit task's address space. If the 64-bit segment has sections then section_64 structures directly follow the 64-bit segment command and their size is reflected in cmdsize.

Fields of this type

Fields

#
cmd:LC
LC_SEGMENT_64
cmdsize:u32
includes sizeof section_64 structs
segname:[16]u8
segment name
vmaddr:u64
memory address of this segment
vmsize:u64
memory size of this segment
fileoff:u64
file offset of this segment
filesize:u64
amount to map from the file
maxprot:vm_prot_t
maximum VM protection
initprot:vm_prot_t
initial VM protection
nsects:u32
number of sections in segment
flags:u32
= 0

Functions in this namespace

Functions

#