LLVM 19.0.0git
Public Attributes | List of all members
llvm::MachO::section Struct Reference

#include "llvm/BinaryFormat/MachO.h"

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

uint32_t llvm::MachO::section::addr

Definition at line 569 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ align

uint32_t llvm::MachO::section::align

◆ flags

uint32_t llvm::MachO::section::flags

◆ nreloc

uint32_t llvm::MachO::section::nreloc

◆ offset

uint32_t llvm::MachO::section::offset

◆ reloff

uint32_t llvm::MachO::section::reloff

◆ reserved1

uint32_t llvm::MachO::section::reserved1

◆ reserved2

uint32_t llvm::MachO::section::reserved2

Definition at line 577 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ sectname

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

Definition at line 567 of file MachO.h.

◆ segname

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

Definition at line 568 of file MachO.h.

◆ size

uint32_t llvm::MachO::section::size

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