iPXE
Data Fields
EFI_IMAGE_LINENUMBER Struct Reference

Line number format. More...

#include <PeImage.h>

Data Fields

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. More...
 

Detailed Description

Line number format.

Definition at line 536 of file PeImage.h.

Field Documentation

◆ SymbolTableIndex

UINT32 EFI_IMAGE_LINENUMBER::SymbolTableIndex

Symbol table index of function name if Linenumber is 0.

Definition at line 538 of file PeImage.h.

◆ VirtualAddress

UINT32 EFI_IMAGE_LINENUMBER::VirtualAddress

Virtual address of line number.

Definition at line 539 of file PeImage.h.

◆ Type

union { ... } EFI_IMAGE_LINENUMBER::Type

◆ Linenumber

UINT16 EFI_IMAGE_LINENUMBER::Linenumber

Line number.

Definition at line 541 of file PeImage.h.


The documentation for this struct was generated from the following file: