projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
484a6eb
)
Add Mach-O entry_point_command declaration.
author
Ahmed Bougacha
<ahmed.bougacha@gmail.com>
Wed, 21 Aug 2013 07:28:40 +0000
(07:28 +0000)
committer
Ahmed Bougacha
<ahmed.bougacha@gmail.com>
Wed, 21 Aug 2013 07:28:40 +0000
(07:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188885
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/MachO.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/MachO.h
b/include/llvm/Support/MachO.h
index 7f28c3f50021d752a23c39f4e2ecc1477b1ab77b..5d2a8a8e1816167f5477583e54683c5ee772b753 100644
(file)
--- 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 <mach-o/fat.h>
struct fat_header {