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

#include <AppleFatBinaryImage.h>

Data Fields

MACH_CPU_TYPE CpuType
 
MACH_CPU_SUBTYPE CpuSubtype
 
UINT32 Offset
 
UINT32 Size
 
UINT32 Alignment
 

Detailed Description

Definition of the the Fat architecture-specific file header.

Definition at line 42 of file AppleFatBinaryImage.h.

Field Documentation

◆ Alignment

UINT32 MACH_FAT_ARCH::Alignment

The alignment as a power of 2 (necessary for the x86_64 architecture).

Definition at line 62 of file AppleFatBinaryImage.h.

◆ CpuSubtype

MACH_CPU_SUBTYPE MACH_FAT_ARCH::CpuSubtype

The found CPU sub-architecture specifier.

Definition at line 50 of file AppleFatBinaryImage.h.

◆ CpuType

MACH_CPU_TYPE MACH_FAT_ARCH::CpuType

The found CPU architecture specifier.

Definition at line 46 of file AppleFatBinaryImage.h.

◆ Offset

UINT32 MACH_FAT_ARCH::Offset

The offset of the architecture-specific boot file.

Definition at line 54 of file AppleFatBinaryImage.h.

◆ Size

UINT32 MACH_FAT_ARCH::Size

The size of the architecture-specific boot file.

Definition at line 58 of file AppleFatBinaryImage.h.


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