mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
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:
parent
484a6eb9cc
commit
fe018c4145
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user