Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
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

◆ 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


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