retdec
Public Attributes | List of all members
retdec::pdbparser::_PDBGlobalVariable Struct Reference

#include <pdb_symbols.h>

Collaboration diagram for retdec::pdbparser::_PDBGlobalVariable:
Collaboration graph
[legend]

Public Attributes

char * name
 
uint64_t address
 
int offset
 
int section
 
int module_index
 
unsigned int type_index
 
PDBTypeDeftype_def
 

Member Data Documentation

◆ address

uint64_t retdec::pdbparser::_PDBGlobalVariable::address

◆ module_index

int retdec::pdbparser::_PDBGlobalVariable::module_index

◆ name

char* retdec::pdbparser::_PDBGlobalVariable::name

◆ offset

int retdec::pdbparser::_PDBGlobalVariable::offset

◆ section

int retdec::pdbparser::_PDBGlobalVariable::section

◆ type_def

PDBTypeDef* retdec::pdbparser::_PDBGlobalVariable::type_def

◆ type_index

unsigned int retdec::pdbparser::_PDBGlobalVariable::type_index

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