|
XenevaOS
|
#include <PeImage.h>
Public Attributes | ||
| union { | ||
| UINT32 SymbolTableIndex | ||
| Symbol table index of function name if Linenumber is 0. More... | ||
| UINT32 VirtualAddress | ||
| Virtual address of line number. More... | ||
| } | Type | |
| UINT16 | Linenumber | |
| Line number. | ||
Line number format.
| UINT16 EFI_IMAGE_LINENUMBER::Linenumber |
Line number.
| UINT32 EFI_IMAGE_LINENUMBER::SymbolTableIndex |
Symbol table index of function name if Linenumber is 0.
| union { ... } EFI_IMAGE_LINENUMBER::Type |
| UINT32 EFI_IMAGE_LINENUMBER::VirtualAddress |
Virtual address of line number.