LLVM: llvm::MachO::segment_command_64 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]
uint64_t vmaddr
uint64_t vmsize
uint64_t fileoff
uint64_t filesize
uint32_t maxprot
uint32_t initprot
uint32_t nsects
uint32_t flags

Definition at line 552 of file MachO.h.

cmd

uint32_t llvm::MachO::segment_command_64::cmd

cmdsize

uint32_t llvm::MachO::segment_command_64::cmdsize

fileoff

uint64_t llvm::MachO::segment_command_64::fileoff

filesize

uint64_t llvm::MachO::segment_command_64::filesize

flags

uint32_t llvm::MachO::segment_command_64::flags

initprot

uint32_t llvm::MachO::segment_command_64::initprot

maxprot

uint32_t llvm::MachO::segment_command_64::maxprot

nsects

uint32_t llvm::MachO::segment_command_64::nsects

segname

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

vmaddr

uint64_t llvm::MachO::segment_command_64::vmaddr

vmsize

uint64_t llvm::MachO::segment_command_64::vmsize


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