SymbolTableEntry.Name

The name of the symbol, represented by a union of three structures. An array of 8 bytes is used if the name is not more than 8 bytes long. For more information, see section 5.4.1, “Symbol Name Representation.”

struct SymbolTableEntry
PeSymbolName Name;

Meta