ReactOS 0.4.15-dev-5863-g1fe3ab7
|
#include <precomp.h>
#include <assert.h>
#include <internal/wine/msvcrt.h>
#include <internal/wine/cppexcept.h>
Go to the source code of this file.
Classes | |
struct | array |
struct | parsed_symbol |
struct | datatype_t |
Macros | |
#define | __WINE_DEBUG_CHANNEL__ |
#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 1645 of file undname.c.
Referenced by MSVCRT_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 1598 of file undname.c.
Referenced by __unDName().
|
static |
Definition at line 789 of file undname.c.
Referenced by demangle_datatype(), get_args(), get_modified_type(), handle_data(), handle_method(), and symbol_demangle().
|
static |
Definition at line 344 of file undname.c.
Referenced by demangle_datatype(), get_template_name(), handle_method(), and symbol_demangle().
|
static |
Definition at line 685 of file undname.c.
Referenced by demangle_datatype(), and handle_method().
|
static |
Definition at line 578 of file undname.c.
Referenced by get_class_name(), and symbol_demangle().
|
static |
Definition at line 669 of file undname.c.
Referenced by demangle_datatype(), and handle_data().
|
static |
Definition at line 637 of file undname.c.
Referenced by get_class_name(), handle_data(), and handle_method().
Definition at line 759 of file undname.c.
Referenced by demangle_datatype().
|
static |
Definition at line 512 of file undname.c.
Referenced by get_class(), and get_template_name().
|
static |
Definition at line 426 of file undname.c.
Referenced by demangle_datatype().
|
static |
Definition at line 402 of file undname.c.
Referenced by demangle_datatype(), get_modified_type(), handle_data(), and handle_method().
|
static |
Definition at line 293 of file undname.c.
Referenced by demangle_datatype(), get_class(), get_modified_type(), handle_method(), and symbol_demangle().
Definition at line 730 of file undname.c.
Referenced by demangle_datatype().
|
static |
Definition at line 542 of file undname.c.
Referenced by get_class(), and symbol_demangle().
|
static |
Definition at line 1056 of file undname.c.
Referenced by symbol_demangle().
|
static |
Definition at line 1147 of file undname.c.
Referenced by symbol_demangle().
Definition at line 215 of file undname.c.
Referenced by demangle_datatype(), get_class(), and get_literal_string().
Definition at line 155 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 165 of file undname.c.
Referenced by demangle_datatype(), get_args(), get_class(), get_literal_string(), and symbol_demangle().
|
static |
Definition at line 234 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 1339 of file undname.c.
Referenced by __unDNameEx(), and get_class().
|
static |
Definition at line 96 of file undname.c.
Referenced by get_class_string(), get_number(), str_array_push(), and str_printf().
|
static |
Definition at line 138 of file undname.c.
Referenced by __unDNameEx().
WINE_DEFAULT_DEBUG_CHANNEL | ( | msvcrt | ) |