ReactOS
0.4.15-dev-4872-g8a3db97
|
Public Attributes | |
ULONG | value |
ULONG | type |
ULONG | father_type |
ULONG | error |
ULONG | file |
ULONG | size |
ULONG | address |
char | name [256] |
char | type_name [256] |
BOOLEAN | bPtrType |
BOOLEAN | bStructType |
BOOLEAN | bArrayType |
PICE_SYMBOLFILE_HEADER * | pSymbols |
ULONG _VRET::address |
Definition at line 83 of file symbols.c.
Referenced by Evaluate(), EvaluateSymbol(), and ExtractStructMembers().
BOOLEAN _VRET::bArrayType |
Definition at line 88 of file symbols.c.
Referenced by Evaluate(), EvaluateSymbol(), ExtractArray(), and ExtractStructMembers().
BOOLEAN _VRET::bPtrType |
Definition at line 86 of file symbols.c.
Referenced by EvaluateSymbol(), and ExtractStructMembers().
BOOLEAN _VRET::bStructType |
Definition at line 87 of file symbols.c.
Referenced by Evaluate(), and EvaluateSymbol().
ULONG _VRET::error |
Definition at line 80 of file symbols.c.
Referenced by Evaluate(), and EvaluateSymbol().
ULONG _VRET::father_type |
Definition at line 79 of file symbols.c.
Referenced by ExtractStructMembers().
ULONG _VRET::file |
Definition at line 81 of file symbols.c.
Referenced by EvaluateSymbol(), ExtractArray(), and ExtractStructMembers().
char _VRET::name[256] |
Definition at line 84 of file symbols.c.
Referenced by ExtractStructMembers().
PICE_SYMBOLFILE_HEADER* _VRET::pSymbols |
Definition at line 89 of file symbols.c.
Referenced by Evaluate(), EvaluateSymbol(), ExtractArray(), and ExtractStructMembers().
ULONG _VRET::size |
Definition at line 82 of file symbols.c.
Referenced by ExtractStructMembers().
ULONG _VRET::type |
Definition at line 78 of file symbols.c.
Referenced by Evaluate(), EvaluateSymbol(), ExtractArray(), and ExtractStructMembers().
char _VRET::type_name[256] |
Definition at line 85 of file symbols.c.
Referenced by Evaluate(), EvaluateSymbol(), ExtractArray(), and ExtractStructMembers().
ULONG _VRET::value |
Definition at line 77 of file symbols.c.
Referenced by Evaluate(), EvaluateSymbol(), and ExtractStructMembers().