|
LLVM
4.0.0
|
#include <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 |
Definition at line 546 of file Support/MachO.h.
| uint32_t llvm::MachO::section::addr |
Definition at line 549 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionAddress(), llvm::yaml::MappingTraits< MachO::section >::mapping(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section::align |
Definition at line 552 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionAlignment(), llvm::yaml::MappingTraits< MachO::section >::mapping(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section::flags |
Definition at line 555 of file Support/MachO.h.
Referenced by getSectionFlags(), llvm::object::MachOObjectFile::getSectionSize(), llvm::yaml::MappingTraits< MachO::section >::mapping(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section::nreloc |
Definition at line 554 of file Support/MachO.h.
Referenced by llvm::yaml::MappingTraits< MachO::section >::mapping(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section::offset |
Definition at line 551 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionContents(), llvm::object::MachOObjectFile::getSectionSize(), llvm::yaml::MappingTraits< MachO::section >::mapping(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section::reloff |
Definition at line 553 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getRelocation(), llvm::yaml::MappingTraits< MachO::section >::mapping(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section::reserved1 |
Definition at line 556 of file Support/MachO.h.
Referenced by llvm::yaml::MappingTraits< MachO::section >::mapping(), llvm::RuntimeDyldMachO::populateIndirectSymbolPointersSection(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section::reserved2 |
Definition at line 557 of file Support/MachO.h.
Referenced by llvm::yaml::MappingTraits< MachO::section >::mapping(), and llvm::MachO::swapStruct().
| char llvm::MachO::section::sectname[16] |
Definition at line 547 of file Support/MachO.h.
Referenced by llvm::yaml::MappingTraits< MachO::section >::mapping().
| char llvm::MachO::section::segname[16] |
Definition at line 548 of file Support/MachO.h.
Referenced by llvm::yaml::MappingTraits< MachO::section >::mapping().
| uint32_t llvm::MachO::section::size |
Definition at line 550 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionContents(), llvm::object::MachOObjectFile::getSectionSize(), llvm::yaml::MappingTraits< MachO::section >::mapping(), llvm::RuntimeDyldMachO::populateIndirectSymbolPointersSection(), and llvm::MachO::swapStruct().
1.8.6