ReactOS 0.4.15-dev-7788-g1ad9096
symt_block Struct Reference

#include <dbghelp_private.h>

Collaboration diagram for symt_block:

Public Attributes

struct symt symt
 
ULONG_PTR address
 
ULONG_PTR size
 
struct symtcontainer
 
struct vector vchildren
 

Detailed Description

Definition at line 170 of file dbghelp_private.h.

Member Data Documentation

◆ address

ULONG_PTR symt_block::address

Definition at line 173 of file dbghelp_private.h.

◆ container

struct symt* symt_block::container

Definition at line 175 of file dbghelp_private.h.

◆ size

ULONG_PTR symt_block::size

Definition at line 174 of file dbghelp_private.h.

◆ symt

struct symt symt_block::symt

Definition at line 172 of file dbghelp_private.h.

Referenced by symt_open_func_block().

◆ vchildren

struct vector symt_block::vchildren

Definition at line 176 of file dbghelp_private.h.

Referenced by symt_open_func_block().


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