OpenCore
1.0.4
OpenCore Bootloader
|
#include <AppleMachoImage.h>
Data Fields | |
UINT32 | Signature |
mach magic number identifier | |
MACH_CPU_TYPE | CpuType |
cpu Sectionecifier | |
MACH_CPU_SUBTYPE | CpuSubtype |
machine Sectionecifier | |
MACH_HEADER_FILE_TYPE | FileType |
type of file | |
UINT32 | NumCommands |
number of load commands | |
UINT32 | CommandsSize |
the size of all load commands | |
MACH_HEADER_FLAGS | Flags |
flags | |
UINT32 | Reserved |
reserved | |
MACH_LOAD_COMMAND | Commands [] |
The 64-bit mach header appears at the very beginning of object files for 64-bit architectures.
Definition at line 2064 of file AppleMachoImage.h.
MACH_LOAD_COMMAND MACH_HEADER_64::Commands[] |
Definition at line 2073 of file AppleMachoImage.h.
UINT32 MACH_HEADER_64::CommandsSize |
the size of all load commands
Definition at line 2070 of file AppleMachoImage.h.
MACH_CPU_SUBTYPE MACH_HEADER_64::CpuSubtype |
machine Sectionecifier
Definition at line 2067 of file AppleMachoImage.h.
MACH_CPU_TYPE MACH_HEADER_64::CpuType |
cpu Sectionecifier
Definition at line 2066 of file AppleMachoImage.h.
MACH_HEADER_FILE_TYPE MACH_HEADER_64::FileType |
type of file
Definition at line 2068 of file AppleMachoImage.h.
MACH_HEADER_FLAGS MACH_HEADER_64::Flags |
flags
Definition at line 2071 of file AppleMachoImage.h.
UINT32 MACH_HEADER_64::NumCommands |
number of load commands
Definition at line 2069 of file AppleMachoImage.h.
UINT32 MACH_HEADER_64::Reserved |
reserved
Definition at line 2072 of file AppleMachoImage.h.
UINT32 MACH_HEADER_64::Signature |
mach magic number identifier
Definition at line 2065 of file AppleMachoImage.h.