|
LLVM
4.0.0
|
#include <MachO.h>
Public Attributes | |
| uint32_t | cmd |
| uint32_t | cmdsize |
| uint32_t | dataoff |
| uint32_t | datasize |
Definition at line 778 of file Support/MachO.h.
| uint32_t llvm::MachO::linkedit_data_command::cmd |
Definition at line 779 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getDataInCodeLoadCommand(), llvm::object::MachOObjectFile::getLinkOptHintsLoadCommand(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::linkedit_data_command::cmdsize |
Definition at line 780 of file Support/MachO.h.
Referenced by checkLinkeditDataCommand(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::linkedit_data_command::dataoff |
Definition at line 781 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::begin_dices(), checkLinkeditDataCommand(), llvm::object::MachOObjectFile::end_dices(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::linkedit_data_command::datasize |
Definition at line 782 of file Support/MachO.h.
Referenced by checkLinkeditDataCommand(), llvm::object::MachOObjectFile::end_dices(), and llvm::MachO::swapStruct().
1.8.6