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

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

Public Attributes
char sectname [16]
char segname [16]
uint32_t addr
uint32_t size
uint32_t offset
uint32_t align
uint32_t reloff
uint32_t nreloc
uint32_t flags
uint32_t reserved1
uint32_t reserved2

Detailed Description

Definition at line 566 of file MachO.h.

Member Data Documentation

addr

align

flags

nreloc

offset

reloff

reserved1

uint32_t llvm::MachO::section::reserved1

reserved2

uint32_t llvm::MachO::section::reserved2

sectname

char llvm::MachO::section::sectname[16]

segname

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

size


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