XenevaOS
Loading...
Searching...
No Matches
Classes | Macros | Variables
DebugImageInfoTable.h File Reference
#include <Protocol/LoadedImage.h>
Include dependency graph for DebugImageInfoTable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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
 

Detailed Description

GUID and related data structures used with the Debug Image Info Table.

Copyright (c) 2006 - 2018, Intel Corporation. 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.

Revision Reference:
GUID defined in UEFI 2.0 spec.

Macro Definition Documentation

◆ EFI_DEBUG_IMAGE_INFO_TABLE_GUID

#define EFI_DEBUG_IMAGE_INFO_TABLE_GUID
Value:
{ \
0x49152e77, 0x1ada, 0x4764, {0xb7, 0xa2, 0x7a, 0xfe, 0xfe, 0xd9, 0x5e, 0x8b } \
}

EFI_DEBUG_IMAGE_INFO_TABLE configuration table GUID declaration.

◆ EFI_DEBUG_IMAGE_INFO_TABLE_MODIFIED

#define EFI_DEBUG_IMAGE_INFO_TABLE_MODIFIED   0x02

◆ EFI_DEBUG_IMAGE_INFO_TYPE_NORMAL

#define EFI_DEBUG_IMAGE_INFO_TYPE_NORMAL   0x01

◆ EFI_DEBUG_IMAGE_INFO_UPDATE_IN_PROGRESS

#define EFI_DEBUG_IMAGE_INFO_UPDATE_IN_PROGRESS   0x01

Variable Documentation

◆ gEfiDebugImageInfoTableGuid

EFI_GUID gEfiDebugImageInfoTableGuid
extern