ReactOS 0.4.15-dev-7846-g8ba6c66
symt_public Struct Reference

#include <dbghelp_private.h>

Collaboration diagram for symt_public:

Public Attributes

struct symt symt
 
struct hash_table_elt hash_elt
 
struct symtcontainer
 
BOOL is_function
 
ULONG_PTR address
 
ULONG_PTR size
 

Detailed Description

Definition at line 239 of file dbghelp_private.h.

Member Data Documentation

◆ address

ULONG_PTR symt_public::address

Definition at line 245 of file dbghelp_private.h.

Referenced by symt_new_public().

◆ container

struct symt* symt_public::container

Definition at line 243 of file dbghelp_private.h.

Referenced by symt_new_public().

◆ hash_elt

struct hash_table_elt symt_public::hash_elt

Definition at line 242 of file dbghelp_private.h.

Referenced by symt_new_public().

◆ is_function

BOOL symt_public::is_function

Definition at line 244 of file dbghelp_private.h.

Referenced by symt_fill_sym_info(), and symt_new_public().

◆ size

ULONG_PTR symt_public::size

Definition at line 246 of file dbghelp_private.h.

Referenced by symt_new_public().

◆ symt

struct symt symt_public::symt

Definition at line 241 of file dbghelp_private.h.

Referenced by symt_new_public().


The documentation for this struct was generated from the following file: