ReactOS 0.4.16-dev-753-g705a985
|
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include "msvcrt.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | array |
struct | parsed_symbol |
struct | datatype_t |
Macros | |
#define | BLOCK_SIZE 1024 |
#define | AVAIL_SIZE (1024 - sizeof(void*)) |
#define BLOCK_SIZE 1024 |
char *CDECL __unDName | ( | char * | buffer, |
const char * | mangled, | ||
int | buflen, | ||
malloc_func_t | memget, | ||
free_func_t | memfree, | ||
unsigned short int | flags | ||
) |
Definition at line 1650 of file undname.c.
Referenced by type_info_name().
char *CDECL __unDNameEx | ( | char * | buffer, |
const char * | mangled, | ||
int | buflen, | ||
malloc_func_t | memget, | ||
free_func_t | memfree, | ||
void * | unknown, | ||
unsigned short int | flags | ||
) |
Definition at line 1603 of file undname.c.
Referenced by __unDName().
|
static |
Definition at line 794 of file undname.c.
Referenced by demangle_datatype(), get_args(), get_modified_type(), handle_data(), handle_method(), and symbol_demangle().
|
static |
Definition at line 349 of file undname.c.
Referenced by demangle_datatype(), get_template_name(), handle_method(), and symbol_demangle().
|
static |
Definition at line 690 of file undname.c.
Referenced by demangle_datatype(), and handle_method().
|
static |
Definition at line 583 of file undname.c.
Referenced by get_class_name(), and symbol_demangle().
|
static |
Definition at line 674 of file undname.c.
Referenced by demangle_datatype(), and handle_data().
|
static |
Definition at line 642 of file undname.c.
Referenced by get_class_name(), handle_data(), and handle_method().
Definition at line 764 of file undname.c.
Referenced by demangle_datatype().
|
static |
Definition at line 517 of file undname.c.
Referenced by get_class(), and get_template_name().
|
static |
Definition at line 431 of file undname.c.
Referenced by demangle_datatype().
|
static |
Definition at line 407 of file undname.c.
Referenced by demangle_datatype(), get_modified_type(), handle_data(), and handle_method().
|
static |
Definition at line 298 of file undname.c.
Referenced by demangle_datatype(), get_class(), get_modified_type(), handle_method(), and symbol_demangle().
Definition at line 735 of file undname.c.
Referenced by demangle_datatype().
|
static |
Definition at line 547 of file undname.c.
Referenced by get_class(), and symbol_demangle().
|
static |
Definition at line 1061 of file undname.c.
Referenced by accumulate_inheritable_handles(), execute_command(), and symbol_demangle().
|
static |
Definition at line 1152 of file undname.c.
Referenced by symbol_demangle().
Definition at line 220 of file undname.c.
Referenced by demangle_datatype(), get_class(), and get_literal_string().
Definition at line 161 of file undname.c.
Referenced by __unDNameEx(), get_args(), get_class(), get_template_name(), handle_data(), handle_method(), and symbol_demangle().
|
static |
Definition at line 171 of file undname.c.
Referenced by demangle_datatype(), get_args(), get_class(), get_literal_string(), and symbol_demangle().
Definition at line 239 of file undname.c.
Referenced by demangle_datatype(), get_args(), get_class(), get_modified_type(), get_template_name(), handle_data(), handle_method(), and symbol_demangle().
|
static |
Definition at line 1344 of file undname.c.
Referenced by __unDNameEx(), and get_class().
|
static |
Definition at line 102 of file undname.c.
Referenced by get_class_string(), get_number(), str_array_push(), and str_printf().
|
static |
Definition at line 144 of file undname.c.
Referenced by __unDNameEx().
WINE_DEFAULT_DEBUG_CHANNEL | ( | msvcrt | ) |