ReactOS 0.4.16-dev-109-gf4cb10f
|
#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 3182 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 256 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 253 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 245 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 255 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 254 of file pecoff.h.
Referenced by coff_process_info().
DWORD _IMAGE_SYMBOL::Value |
Definition at line 252 of file pecoff.h.
Referenced by coff_process_info(), pe_load_coff_symbol_table(), and pe_locate_with_coff_symbol_table().