Skip to content

Commit

Permalink
Add Mach-O entry_point_command declaration.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188885 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ahmedbougacha committed Aug 21, 2013
1 parent 484a6eb commit fe018c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/llvm/Support/MachO.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fe018c4

Please sign in to comment.