ReactOS 0.4.15-dev-7842-g558ab78
parsed_symbol Struct Reference
Collaboration diagram for parsed_symbol:

Public Attributes

unsigned flags
 
malloc_func_t mem_alloc_ptr
 
free_func_t mem_free_ptr
 
const charcurrent
 
charresult
 
struct array names
 
struct array stack
 
voidalloc_list
 
unsigned avail_in_first
 

Detailed Description

Definition at line 67 of file undname.c.

Member Data Documentation

◆ alloc_list

void* parsed_symbol::alloc_list

Definition at line 79 of file undname.c.

Referenced by und_alloc(), and und_free_all().

◆ avail_in_first

unsigned parsed_symbol::avail_in_first

Definition at line 80 of file undname.c.

Referenced by und_alloc(), and und_free_all().

◆ current

◆ flags

◆ mem_alloc_ptr

malloc_func_t parsed_symbol::mem_alloc_ptr

Definition at line 70 of file undname.c.

Referenced by __unDNameEx(), and und_alloc().

◆ mem_free_ptr

free_func_t parsed_symbol::mem_free_ptr

Definition at line 71 of file undname.c.

Referenced by __unDNameEx(), and und_free_all().

◆ names

struct array parsed_symbol::names

◆ result

char* parsed_symbol::result

Definition at line 74 of file undname.c.

Referenced by __unDNameEx(), get_class(), handle_data(), handle_method(), and symbol_demangle().

◆ stack


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