Add Mach-O entry_point_command declaration.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188885 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ahmed Bougacha 2013-08-21 07:28:40 +00:00
parent 484a6eb9cc
commit fe018c4145

View File

@ -621,6 +621,13 @@ namespace llvm {
uint32_t header_addr;
};
struct entry_point_command {
uint32_t cmd;
uint32_t cmdsize;
uint64_t entryoff;
uint64_t stacksize;
};
// Structs from <mach-o/fat.h>
struct fat_header {