LLVM: llvm::objcopy::macho::MachHeader Struct Reference (original) (raw)

#include "[ObjCopy/MachO/MachOObject.h](MachOObject%5F8h%5Fsource.html)"

Public Attributes
uint32_t Magic
uint32_t CPUType
uint32_t CPUSubType
uint32_t FileType
uint32_t NCmds
uint32_t SizeOfCmds
uint32_t Flags
uint32_t Reserved = 0

Definition at line 26 of file MachOObject.h.

CPUSubType

uint32_t llvm::objcopy::macho::MachHeader::CPUSubType

CPUType

uint32_t llvm::objcopy::macho::MachHeader::CPUType

FileType

uint32_t llvm::objcopy::macho::MachHeader::FileType

Flags

uint32_t llvm::objcopy::macho::MachHeader::Flags

Magic

uint32_t llvm::objcopy::macho::MachHeader::Magic

NCmds

uint32_t llvm::objcopy::macho::MachHeader::NCmds

Reserved

uint32_t llvm::objcopy::macho::MachHeader::Reserved = 0

SizeOfCmds

uint32_t llvm::objcopy::macho::MachHeader::SizeOfCmds


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