XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_IMAGE_LINENUMBER Struct Reference

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

Detailed Description

Line number format.

Member Data Documentation

◆ Linenumber

UINT16 EFI_IMAGE_LINENUMBER::Linenumber

Line number.

◆ SymbolTableIndex

UINT32 EFI_IMAGE_LINENUMBER::SymbolTableIndex

Symbol table index of function name if Linenumber is 0.

◆ [union]

union { ... } EFI_IMAGE_LINENUMBER::Type

◆ VirtualAddress

UINT32 EFI_IMAGE_LINENUMBER::VirtualAddress

Virtual address of line number.


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