From: Ahmed Bougacha Date: Wed, 21 Aug 2013 07:28:40 +0000 (+0000) Subject: Add Mach-O entry_point_command declaration. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fe018c414542141010ef0706820ebfde0a4b3e41;p=oota-llvm.git Add Mach-O entry_point_command declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188885 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/MachO.h b/include/llvm/Support/MachO.h index 7f28c3f5002..5d2a8a8e181 100644 --- a/include/llvm/Support/MachO.h +++ b/include/llvm/Support/MachO.h @@ -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 struct fat_header {