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

Public Attributes | |
| union { | |
| BYTE ShortName [8] | |
| struct { | |
| DWORD Short | |
| DWORD Long | |
| } Name | |
| DWORD LongName [2] | |
| } | N |
| DWORD | Value |
| SHORT | SectionNumber |
| WORD | Type |
| BYTE | StorageClass |
| BYTE | NumberOfAuxSymbols |
| union { | |
| BYTE ShortName [8] | |
| struct { | |
| DWORD Short | |
| DWORD Long | |
| } Name | |
| PBYTE LongName [2] | |
| } | N |
| PBYTE _IMAGE_SYMBOL::LongName[2] |
Definition at line 3405 of file winnt_old.h.
| union { ... } _IMAGE_SYMBOL::N |
Referenced by coff_get_name(), pe_load_coff_symbol_table(), and pe_locate_with_coff_symbol_table().
| union { ... } _IMAGE_SYMBOL::N |
| struct { ... } _IMAGE_SYMBOL::Name |
Referenced by coff_get_name(), pe_load_coff_symbol_table(), and pe_locate_with_coff_symbol_table().
| struct { ... } _IMAGE_SYMBOL::Name |
| BYTE _IMAGE_SYMBOL::NumberOfAuxSymbols |
Definition at line 376 of file pecoff.h.
Referenced by coff_process_info(), pe_load_coff_symbol_table(), and pe_locate_with_coff_symbol_table().
| SHORT _IMAGE_SYMBOL::SectionNumber |
Definition at line 373 of file pecoff.h.
Referenced by coff_process_info(), pe_load_coff_symbol_table(), and pe_locate_with_coff_symbol_table().
| BYTE _IMAGE_SYMBOL::ShortName[8] |
Definition at line 365 of file pecoff.h.
Referenced by coff_get_name(), pe_load_coff_symbol_table(), and pe_locate_with_coff_symbol_table().
| BYTE _IMAGE_SYMBOL::StorageClass |
Definition at line 375 of file pecoff.h.
Referenced by coff_process_info(), pe_load_coff_symbol_table(), and pe_locate_with_coff_symbol_table().
| WORD _IMAGE_SYMBOL::Type |
Definition at line 374 of file pecoff.h.
Referenced by coff_process_info().
| DWORD _IMAGE_SYMBOL::Value |
Definition at line 372 of file pecoff.h.
Referenced by coff_process_info(), pe_load_coff_symbol_table(), and pe_locate_with_coff_symbol_table().