|
TianoCore EDK2 master
|
Data Fields | |
| volatile UINT32 | UpdateStatus |
| UINT32 | TableSize |
| EFI_DEBUG_IMAGE_INFO * | EfiDebugImageInfoTable |
Definition at line 57 of file DebugImageInfoTable.h.
| EFI_DEBUG_IMAGE_INFO* EFI_DEBUG_IMAGE_INFO_TABLE_HEADER::EfiDebugImageInfoTable |
A pointer to the first element of an array of EFI_DEBUG_IMAGE_INFO structures.
Definition at line 69 of file DebugImageInfoTable.h.
| UINT32 EFI_DEBUG_IMAGE_INFO_TABLE_HEADER::TableSize |
The number of EFI_DEBUG_IMAGE_INFO elements in the array pointed to by EfiDebugImageInfoTable.
Definition at line 65 of file DebugImageInfoTable.h.
| volatile UINT32 EFI_DEBUG_IMAGE_INFO_TABLE_HEADER::UpdateStatus |
UpdateStatus is used by the system to indicate the state of the debug image info table.
Definition at line 61 of file DebugImageInfoTable.h.