ReactOS 0.4.15-dev-7788-g1ad9096
symt_function Struct Reference

#include <dbghelp_private.h>

Collaboration diagram for symt_function:

Public Attributes

struct symt symt
 
struct hash_table_elt hash_elt
 
ULONG_PTR address
 
struct symtcontainer
 
struct symttype
 
ULONG_PTR size
 
struct vector vlines
 
struct vector vchildren
 

Detailed Description

Definition at line 219 of file dbghelp_private.h.

Member Data Documentation

◆ address

ULONG_PTR symt_function::address

Definition at line 223 of file dbghelp_private.h.

Referenced by codeview_snarf(), stabs_parse(), and symt_new_function().

◆ container

struct symt* symt_function::container

Definition at line 224 of file dbghelp_private.h.

Referenced by symt_new_function().

◆ hash_elt

struct hash_table_elt symt_function::hash_elt

Definition at line 222 of file dbghelp_private.h.

Referenced by elf_finish_stabs_info(), stabs_parse(), and symt_new_function().

◆ size

ULONG_PTR symt_function::size

Definition at line 226 of file dbghelp_private.h.

Referenced by symt_new_function().

◆ symt

struct symt symt_function::symt

Definition at line 221 of file dbghelp_private.h.

Referenced by elf_finish_stabs_info(), and symt_new_function().

◆ type

struct symt* symt_function::type

Definition at line 225 of file dbghelp_private.h.

Referenced by stabs_parse(), and symt_new_function().

◆ vchildren

struct vector symt_function::vchildren

Definition at line 228 of file dbghelp_private.h.

Referenced by symt_new_function().

◆ vlines

struct vector symt_function::vlines

Definition at line 227 of file dbghelp_private.h.

Referenced by symt_new_function().


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