LLVM 20.0.0git
|
#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 |
uint64_t llvm::MachO::section_64::addr |
Definition at line 583 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionAddress(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::section_64::align |
Definition at line 586 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionAlignment(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::section_64::flags |
Definition at line 589 of file MachO.h.
Referenced by getSectionFlags(), llvm::object::MachOObjectFile::getSectionSize(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::section_64::nreloc |
Definition at line 588 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::section_rel_end(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::section_64::offset |
Definition at line 585 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionContents(), llvm::object::MachOObjectFile::getSectionSize(), llvm::object::MachOObjectFile::isSectionStripped(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::section_64::reloff |
Definition at line 587 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::getRelocation(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::section_64::reserved1 |
Definition at line 590 of file MachO.h.
Referenced by llvm::MachO::swapStruct().
uint32_t llvm::MachO::section_64::reserved2 |
Definition at line 591 of file MachO.h.
Referenced by llvm::MachO::swapStruct().
uint32_t llvm::MachO::section_64::reserved3 |
Definition at line 592 of file MachO.h.
Referenced by constructSection().
uint64_t llvm::MachO::section_64::size |
Definition at line 584 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionContents(), llvm::object::MachOObjectFile::getSectionSize(), and llvm::MachO::swapStruct().