LLVM 20.0.0git
|
#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 |
uint32_t llvm::MachO::section::addr |
Definition at line 569 of file MachO.h.
Referenced by llvm::MachO::swapStruct().
uint32_t llvm::MachO::section::align |
Definition at line 572 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionAlignment(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::section::flags |
Definition at line 575 of file MachO.h.
Referenced by getSectionFlags(), llvm::object::MachOObjectFile::getSectionSize(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::section::nreloc |
Definition at line 574 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::section_rel_end(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::section::offset |
Definition at line 571 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionContents(), llvm::object::MachOObjectFile::getSectionSize(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::section::reloff |
Definition at line 573 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::getRelocation(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::section::reserved1 |
Definition at line 576 of file MachO.h.
Referenced by llvm::RuntimeDyldMachO::populateIndirectSymbolPointersSection(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::section::reserved2 |
Definition at line 577 of file MachO.h.
Referenced by llvm::MachO::swapStruct().
uint32_t llvm::MachO::section::size |
Definition at line 570 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionContents(), llvm::object::MachOObjectFile::getSectionSize(), llvm::RuntimeDyldMachO::populateIndirectSymbolPointersSection(), and llvm::MachO::swapStruct().