LLVM: llvm::MachOYAML::Section Struct Reference (original) (raw)

#include "[llvm/ObjectYAML/MachOYAML.h](MachOYAML%5F8h%5Fsource.html)"

Public Attributes
char sectname [16]
char segname [16]
llvm::yaml::Hex64 addr
uint64_t size
llvm::yaml::Hex32 offset
uint32_t align
llvm::yaml::Hex32 reloff
uint32_t nreloc
llvm::yaml::Hex32 flags
llvm::yaml::Hex32 reserved1
llvm::yaml::Hex32 reserved2
llvm::yaml::Hex32 reserved3
std::optional< llvm::yaml::BinaryRef > content
std::vector< Relocation > relocations

Definition at line 45 of file MachOYAML.h.

addr

llvm::yaml::Hex64 llvm::MachOYAML::Section::addr

align

uint32_t llvm::MachOYAML::Section::align

content

flags

llvm::yaml::Hex32 llvm::MachOYAML::Section::flags

nreloc

uint32_t llvm::MachOYAML::Section::nreloc

offset

llvm::yaml::Hex32 llvm::MachOYAML::Section::offset

relocations

std::vector<Relocation> llvm::MachOYAML::Section::relocations

reloff

llvm::yaml::Hex32 llvm::MachOYAML::Section::reloff

reserved1

llvm::yaml::Hex32 llvm::MachOYAML::Section::reserved1

reserved2

llvm::yaml::Hex32 llvm::MachOYAML::Section::reserved2

reserved3

llvm::yaml::Hex32 llvm::MachOYAML::Section::reserved3

sectname

char llvm::MachOYAML::Section::sectname[16]

segname

char llvm::MachOYAML::Section::segname[16]

size


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