LLVM: llvm::MachO::segment_command Struct Reference (original) (raw)

#include "[llvm/BinaryFormat/MachO.h](BinaryFormat%5F2MachO%5F8h%5Fsource.html)"

Public Attributes
uint32_t cmd
uint32_t cmdsize
char segname [16]
uint32_t vmaddr
uint32_t vmsize
uint32_t fileoff
uint32_t filesize
uint32_t maxprot
uint32_t initprot
uint32_t nsects
uint32_t flags

Definition at line 538 of file MachO.h.

cmd

uint32_t llvm::MachO::segment_command::cmd

cmdsize

uint32_t llvm::MachO::segment_command::cmdsize

fileoff

uint32_t llvm::MachO::segment_command::fileoff

filesize

uint32_t llvm::MachO::segment_command::filesize

flags

uint32_t llvm::MachO::segment_command::flags

initprot

uint32_t llvm::MachO::segment_command::initprot

maxprot

uint32_t llvm::MachO::segment_command::maxprot

nsects

uint32_t llvm::MachO::segment_command::nsects

segname

char llvm::MachO::segment_command::segname[16]

vmaddr

uint32_t llvm::MachO::segment_command::vmaddr

vmsize

uint32_t llvm::MachO::segment_command::vmsize


The documentation for this struct was generated from the following file: