|
LLVM
4.0.0
|
#include <MachO.h>
Public Attributes | |
| uint32_t | cmd |
| uint32_t | cmdsize |
| uint64_t | entryoff |
| uint64_t | stacksize |
Definition at line 883 of file Support/MachO.h.
| uint32_t llvm::MachO::entry_point_command::cmd |
Definition at line 884 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint32_t llvm::MachO::entry_point_command::cmdsize |
Definition at line 885 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint64_t llvm::MachO::entry_point_command::entryoff |
Definition at line 886 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint64_t llvm::MachO::entry_point_command::stacksize |
Definition at line 887 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
1.8.6