From fe018c414542141010ef0706820ebfde0a4b3e41 Mon Sep 17 00:00:00 2001 From: Ahmed Bougacha Date: Wed, 21 Aug 2013 07:28:40 +0000 Subject: [PATCH] Add Mach-O entry_point_command declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188885 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/MachO.h | 7 +++++++ 1 file changed, 7 insertions(+) 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 { -- 2.11.0