segment_command_64

Undocumented in source.

Members

Variables

cmd
uint cmd;

LC_SEGMENT_64.

cmdsize
uint cmdsize;

Includes sizeof section_64 structs.

fileoff
ulong fileoff;

File offset of this segment.

filesize
ulong filesize;

Amount to map from the file.

flags
uint flags;

Flags.

initprot
int initprot;

Initial VM protection.

maxprot
int maxprot;

Maximum VM protection.

nsects
uint nsects;

Number of sections in segment.

segname
char[16] segname;

Segment name.

vmaddr
ulong vmaddr;

Memory address of this segment.

vmsize
ulong vmsize;

Memory size of this segment.

Meta