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

#include <pdb_symbols.h>

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

Public Attributes

char * name
 
ePDBLocVarLocation location
 
int block
 
int offset
 
int register_num
 
unsigned int type_index
 
PDBTypeDeftype_def
 

Member Data Documentation

◆ block

int retdec::pdbparser::_PDBLocalVariable::block

◆ location

ePDBLocVarLocation retdec::pdbparser::_PDBLocalVariable::location

◆ name

char* retdec::pdbparser::_PDBLocalVariable::name

◆ offset

int retdec::pdbparser::_PDBLocalVariable::offset

◆ register_num

int retdec::pdbparser::_PDBLocalVariable::register_num

◆ type_def

PDBTypeDef* retdec::pdbparser::_PDBLocalVariable::type_def

◆ type_index

unsigned int retdec::pdbparser::_PDBLocalVariable::type_index

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