retdec
Public Member Functions | Public Attributes | List of all members
PeLib::PELIB_IMAGE_COFF_SYMBOL Struct Reference

#include <PeLibAux.h>

Collaboration diagram for PeLib::PELIB_IMAGE_COFF_SYMBOL:
Collaboration graph
[legend]

Public Member Functions

 PELIB_IMAGE_COFF_SYMBOL ()
 

Public Attributes

std::uint32_t Index
 
std::string Name
 
std::uint32_t Value
 
std::uint16_t SectionNumber
 
std::uint8_t TypeComplex
 
std::uint8_t TypeSimple
 
std::uint8_t StorageClass
 
std::uint8_t NumberOfAuxSymbols
 

Constructor & Destructor Documentation

◆ PELIB_IMAGE_COFF_SYMBOL()

PeLib::PELIB_IMAGE_COFF_SYMBOL::PELIB_IMAGE_COFF_SYMBOL ( )
inline

Member Data Documentation

◆ Index

std::uint32_t PeLib::PELIB_IMAGE_COFF_SYMBOL::Index

◆ Name

std::string PeLib::PELIB_IMAGE_COFF_SYMBOL::Name

◆ NumberOfAuxSymbols

std::uint8_t PeLib::PELIB_IMAGE_COFF_SYMBOL::NumberOfAuxSymbols

◆ SectionNumber

std::uint16_t PeLib::PELIB_IMAGE_COFF_SYMBOL::SectionNumber

◆ StorageClass

std::uint8_t PeLib::PELIB_IMAGE_COFF_SYMBOL::StorageClass

◆ TypeComplex

std::uint8_t PeLib::PELIB_IMAGE_COFF_SYMBOL::TypeComplex

◆ TypeSimple

std::uint8_t PeLib::PELIB_IMAGE_COFF_SYMBOL::TypeSimple

◆ Value

std::uint32_t PeLib::PELIB_IMAGE_COFF_SYMBOL::Value

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