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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

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

Detailed Description

Definition at line 580 of file MachO.h.

Member Data Documentation

◆ addr

uint64_t llvm::MachO::section_64::addr

◆ align

uint32_t llvm::MachO::section_64::align

◆ flags

uint32_t llvm::MachO::section_64::flags

◆ nreloc

uint32_t llvm::MachO::section_64::nreloc

◆ offset

uint32_t llvm::MachO::section_64::offset

◆ reloff

uint32_t llvm::MachO::section_64::reloff

◆ reserved1

uint32_t llvm::MachO::section_64::reserved1

Definition at line 590 of file MachO.h.

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

◆ reserved2

uint32_t llvm::MachO::section_64::reserved2

Definition at line 591 of file MachO.h.

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

◆ reserved3

uint32_t llvm::MachO::section_64::reserved3

Definition at line 592 of file MachO.h.

Referenced by constructSection().

◆ sectname

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

Definition at line 581 of file MachO.h.

◆ segname

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

Definition at line 582 of file MachO.h.

◆ size

uint64_t llvm::MachO::section_64::size

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