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

Public Attributes | |
| struct symt | symt |
| struct hash_table_elt | hash_elt |
| enum DataKind | kind |
| struct symt * | container |
| struct symt * | type |
| union { | |
| struct location var | |
| struct { | |
| LONG_PTR offset | |
| ULONG_PTR length | |
| } member | |
| VARIANT value | |
| } | u |
Definition at line 187 of file dbghelp_private.h.
Definition at line 192 of file dbghelp_private.h.
Referenced by symt_add_func_local(), symt_new_constant(), and symt_new_global_variable().
| struct hash_table_elt symt_data::hash_elt |
Definition at line 190 of file dbghelp_private.h.
Referenced by elf_finish_stabs_info(), macho_finish_stabs(), pe_locate_with_coff_symbol_table(), symt_add_func_local(), symt_new_constant(), and symt_new_global_variable().
Definition at line 191 of file dbghelp_private.h.
Referenced by pe_locate_with_coff_symbol_table(), symt_add_func_local(), symt_get_info(), symt_new_constant(), and symt_new_global_variable().
| ULONG_PTR symt_data::length |
Definition at line 212 of file dbghelp_private.h.
| struct { ... } symt_data::member |
| LONG_PTR symt_data::offset |
Definition at line 211 of file dbghelp_private.h.
Definition at line 189 of file dbghelp_private.h.
Referenced by pe_locate_with_coff_symbol_table(), symt_add_func_local(), symt_new_constant(), and symt_new_global_variable().
Definition at line 193 of file dbghelp_private.h.
Referenced by symt_add_func_local(), symt_new_constant(), and symt_new_global_variable().
| union { ... } symt_data::u |
Referenced by pe_locate_with_coff_symbol_table(), symt_add_func_local(), symt_new_constant(), and symt_new_global_variable().
| VARIANT symt_data::value |
Definition at line 215 of file dbghelp_private.h.
Referenced by symt_new_constant().
Definition at line 207 of file dbghelp_private.h.
Referenced by pe_locate_with_coff_symbol_table(), symt_add_func_local(), and symt_new_global_variable().