OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Data Structures | |
struct | APPLE_SIGNATURE_CONTEXT_ |
Macros | |
#define | APPLE_CHECKSUM_OFFSET OFFSET_OF (EFI_IMAGE_NT_HEADERS64, CheckSum) |
#define | APPLE_CHECKSUM_SIZE sizeof (UINT32) |
Typedefs | |
typedef struct APPLE_SIGNATURE_CONTEXT_ | APPLE_SIGNATURE_CONTEXT |
Functions | |
STATIC_ASSERT (==OFFSET_OF(EFI_IMAGE_NT_HEADERS32, CheckSum), "CheckSum is expected to be at the same place") | |
Provides additional services for Apple PE/COFF image.
Copyright (c) 2018, savvas. All rights reserved.
Copyright (c) 2021, vit9696. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file OcPeCoffExtInternal.h.
#define APPLE_CHECKSUM_OFFSET OFFSET_OF (EFI_IMAGE_NT_HEADERS64, CheckSum) |
Definition at line 21 of file OcPeCoffExtInternal.h.
#define APPLE_CHECKSUM_SIZE sizeof (UINT32) |
Definition at line 22 of file OcPeCoffExtInternal.h.
typedef struct APPLE_SIGNATURE_CONTEXT_ APPLE_SIGNATURE_CONTEXT |
STATIC_ASSERT | ( | "CheckSum is expected to be at the same place" | ) |