ReactOS 0.4.16-dev-106-g10b08aa
|
#include <dbghelp_private.h>
Public Attributes | |
struct symt | symt |
struct hash_table_elt | hash_elt |
struct symt * | container |
BOOL | is_function |
ULONG_PTR | address |
ULONG_PTR | size |
Definition at line 239 of file dbghelp_private.h.
ULONG_PTR symt_public::address |
Definition at line 245 of file dbghelp_private.h.
Referenced by symt_new_public().
Definition at line 243 of file dbghelp_private.h.
Referenced by symt_new_public().
struct hash_table_elt symt_public::hash_elt |
Definition at line 242 of file dbghelp_private.h.
Referenced by symt_new_public().
BOOL symt_public::is_function |
Definition at line 244 of file dbghelp_private.h.
Referenced by symt_fill_sym_info(), and symt_new_public().
ULONG_PTR symt_public::size |
Definition at line 246 of file dbghelp_private.h.
Referenced by symt_new_public().
Definition at line 241 of file dbghelp_private.h.
Referenced by symt_new_public().