TianoCore EDK2 master
|
#include <Protocol/LoadedImage.h>
Go to the source code of this file.
Data Structures | |
struct | EFI_SYSTEM_TABLE_POINTER |
struct | EFI_DEBUG_IMAGE_INFO_NORMAL |
union | EFI_DEBUG_IMAGE_INFO |
struct | EFI_DEBUG_IMAGE_INFO_TABLE_HEADER |
Macros | |
#define | EFI_DEBUG_IMAGE_INFO_TABLE_GUID |
#define | EFI_DEBUG_IMAGE_INFO_UPDATE_IN_PROGRESS 0x01 |
#define | EFI_DEBUG_IMAGE_INFO_TABLE_MODIFIED 0x02 |
#define | EFI_DEBUG_IMAGE_INFO_TYPE_NORMAL 0x01 |
Variables | |
EFI_GUID | gEfiDebugImageInfoTableGuid |
GUID and related data structures used with the Debug Image Info Table.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file DebugImageInfoTable.h.
#define EFI_DEBUG_IMAGE_INFO_TABLE_GUID |
EFI_DEBUG_IMAGE_INFO_TABLE configuration table GUID declaration.
Definition at line 20 of file DebugImageInfoTable.h.
#define EFI_DEBUG_IMAGE_INFO_TABLE_MODIFIED 0x02 |
Definition at line 26 of file DebugImageInfoTable.h.
#define EFI_DEBUG_IMAGE_INFO_TYPE_NORMAL 0x01 |
Definition at line 28 of file DebugImageInfoTable.h.
#define EFI_DEBUG_IMAGE_INFO_UPDATE_IN_PROGRESS 0x01 |
Definition at line 25 of file DebugImageInfoTable.h.