OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
MACH_HEADER_64 Struct Reference

#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 []
 

Detailed Description

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.

Field Documentation

◆ Commands

MACH_LOAD_COMMAND MACH_HEADER_64::Commands[]

Definition at line 2073 of file AppleMachoImage.h.

◆ CommandsSize

UINT32 MACH_HEADER_64::CommandsSize

the size of all load commands

Definition at line 2070 of file AppleMachoImage.h.

◆ CpuSubtype

MACH_CPU_SUBTYPE MACH_HEADER_64::CpuSubtype

machine Sectionecifier

Definition at line 2067 of file AppleMachoImage.h.

◆ CpuType

MACH_CPU_TYPE MACH_HEADER_64::CpuType

cpu Sectionecifier

Definition at line 2066 of file AppleMachoImage.h.

◆ FileType

MACH_HEADER_FILE_TYPE MACH_HEADER_64::FileType

type of file

Definition at line 2068 of file AppleMachoImage.h.

◆ Flags

MACH_HEADER_FLAGS MACH_HEADER_64::Flags

flags

Definition at line 2071 of file AppleMachoImage.h.

◆ NumCommands

UINT32 MACH_HEADER_64::NumCommands

number of load commands

Definition at line 2069 of file AppleMachoImage.h.

◆ Reserved

UINT32 MACH_HEADER_64::Reserved

reserved

Definition at line 2072 of file AppleMachoImage.h.

◆ Signature

UINT32 MACH_HEADER_64::Signature

mach magic number identifier

Definition at line 2065 of file AppleMachoImage.h.


The documentation for this struct was generated from the following file: