|
LLVM
4.0.0
|
#include <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 |
Definition at line 560 of file Support/MachO.h.
| uint64_t llvm::MachO::section_64::addr |
Definition at line 563 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionAddress(), llvm::yaml::MappingTraits< MachO::section_64 >::mapping(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section_64::align |
Definition at line 566 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionAlignment(), llvm::yaml::MappingTraits< MachO::section_64 >::mapping(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section_64::flags |
Definition at line 569 of file Support/MachO.h.
Referenced by getSectionFlags(), llvm::object::MachOObjectFile::getSectionSize(), llvm::yaml::MappingTraits< MachO::section_64 >::mapping(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section_64::nreloc |
Definition at line 568 of file Support/MachO.h.
Referenced by llvm::yaml::MappingTraits< MachO::section_64 >::mapping(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section_64::offset |
Definition at line 565 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionContents(), llvm::object::MachOObjectFile::getSectionSize(), llvm::yaml::MappingTraits< MachO::section_64 >::mapping(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section_64::reloff |
Definition at line 567 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getRelocation(), llvm::yaml::MappingTraits< MachO::section_64 >::mapping(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section_64::reserved1 |
Definition at line 570 of file Support/MachO.h.
Referenced by llvm::yaml::MappingTraits< MachO::section_64 >::mapping(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section_64::reserved2 |
Definition at line 571 of file Support/MachO.h.
Referenced by llvm::yaml::MappingTraits< MachO::section_64 >::mapping(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section_64::reserved3 |
Definition at line 572 of file Support/MachO.h.
Referenced by llvm::yaml::MappingTraits< MachO::section_64 >::mapping().
| char llvm::MachO::section_64::sectname[16] |
Definition at line 561 of file Support/MachO.h.
Referenced by llvm::yaml::MappingTraits< MachO::section_64 >::mapping().
| char llvm::MachO::section_64::segname[16] |
Definition at line 562 of file Support/MachO.h.
Referenced by llvm::yaml::MappingTraits< MachO::section_64 >::mapping().
| uint64_t llvm::MachO::section_64::size |
Definition at line 564 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionContents(), llvm::object::MachOObjectFile::getSectionSize(), llvm::yaml::MappingTraits< MachO::section_64 >::mapping(), and llvm::MachO::swapStruct().
1.8.6