OpenCore
1.0.4
OpenCore Bootloader
|
#include <IndustryStandard/AppleMachoImage.h>
Go to the source code of this file.
Data Structures | |
struct | MACH_FAT_ARCH |
struct | MACH_FAT_HEADER |
struct | MACH_FAT_ARCH_64 |
struct | MACH_FAT_HEADER_64 |
union | MACH_FAT_HEADER_ANY |
Macros | |
#define | EFI_FAT_BINARY_SIGNATURE 0x0EF1FAB9 |
#define | MACH_FAT_BINARY_SIGNATURE 0xCAFEBABE |
#define | MACH_FAT_BINARY_INVERT_SIGNATURE 0xBEBAFECA |
#define | MACH_FAT_BINARY_64_SIGNATURE 0xCAFEBABF |
#define | MACH_FAT_BINARY_64_INVERT_SIGNATURE 0xBFBAFECA |
Copyright (C) 2014 - 2018, Download-Fritz. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php.
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Definition in file AppleFatBinaryImage.h.
#define EFI_FAT_BINARY_SIGNATURE 0x0EF1FAB9 |
The common "Fat Binary Magic" number used to identify a Fat binary.
Definition at line 21 of file AppleFatBinaryImage.h.
#define MACH_FAT_BINARY_64_INVERT_SIGNATURE 0xBFBAFECA |
The common "Fat Binary Magic" number used to identify a 64-bit Fat binary.
Definition at line 37 of file AppleFatBinaryImage.h.
#define MACH_FAT_BINARY_64_SIGNATURE 0xCAFEBABF |
The common "Fat Binary Magic" number used to identify a 64-bit Fat binary.
Definition at line 33 of file AppleFatBinaryImage.h.
#define MACH_FAT_BINARY_INVERT_SIGNATURE 0xBEBAFECA |
The common "Fat Binary Magic" number used to identify a Fat binary.
Definition at line 29 of file AppleFatBinaryImage.h.
#define MACH_FAT_BINARY_SIGNATURE 0xCAFEBABE |
The common "Fat Binary Magic" number used to identify a Fat binary.
Definition at line 25 of file AppleFatBinaryImage.h.