|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <rsym.h>

Public Attributes | |
| union { | |
| char e_name [E_SYMNMLEN] | |
| struct { | |
| ULONG e_zeroes | |
| ULONG e_offset | |
| } e | |
| } | e |
| ULONG | e_value |
| short | e_scnum |
| USHORT | e_type |
| UCHAR | e_sclass |
| UCHAR | e_numaux |
| struct { ... } _COFF_SYMENT::e |
| union { ... } _COFF_SYMENT::e |
| char _COFF_SYMENT::e_name[E_SYMNMLEN] |
| UCHAR _COFF_SYMENT::e_numaux |
Definition at line 156 of file rsym.h.
Referenced by ConvertCoffs().
| short _COFF_SYMENT::e_scnum |
Definition at line 153 of file rsym.h.
Referenced by ConvertCoffs().
| ULONG _COFF_SYMENT::e_value |
Definition at line 152 of file rsym.h.
Referenced by ConvertCoffs().