ReactOS 0.4.16-dev-297-gc569aee
|
#include "config.h"
#include "wine/port.h"
#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 1647 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 1600 of file undname.c.
Referenced by __unDName().
|
static |
Definition at line 791 of file undname.c.
Referenced by demangle_datatype(), get_args(), get_modified_type(), handle_data(), handle_method(), and symbol_demangle().
|
static |
Definition at line 346 of file undname.c.
Referenced by demangle_datatype(), get_template_name(), handle_method(), and symbol_demangle().
|
static |
Definition at line 687 of file undname.c.
Referenced by demangle_datatype(), and handle_method().
|
static |
Definition at line 580 of file undname.c.
Referenced by get_class_name(), and symbol_demangle().
|
static |
Definition at line 671 of file undname.c.
Referenced by demangle_datatype(), and handle_data().
|
static |
Definition at line 639 of file undname.c.
Referenced by get_class_name(), handle_data(), and handle_method().
Definition at line 761 of file undname.c.
Referenced by demangle_datatype().
|
static |
Definition at line 514 of file undname.c.
Referenced by get_class(), and get_template_name().
|
static |
Definition at line 428 of file undname.c.
Referenced by demangle_datatype().
|
static |
Definition at line 404 of file undname.c.
Referenced by demangle_datatype(), get_modified_type(), handle_data(), and handle_method().
|
static |
Definition at line 295 of file undname.c.
Referenced by demangle_datatype(), get_class(), get_modified_type(), handle_method(), and symbol_demangle().
Definition at line 732 of file undname.c.
Referenced by demangle_datatype().
|
static |
Definition at line 544 of file undname.c.
Referenced by get_class(), and symbol_demangle().
|
static |
Definition at line 1058 of file undname.c.
Referenced by symbol_demangle().
|
static |
Definition at line 1149 of file undname.c.
Referenced by symbol_demangle().
Definition at line 217 of file undname.c.
Referenced by demangle_datatype(), get_class(), and get_literal_string().
Definition at line 158 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 168 of file undname.c.
Referenced by demangle_datatype(), get_args(), get_class(), get_literal_string(), and symbol_demangle().
|
static |
Definition at line 236 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 1341 of file undname.c.
Referenced by __unDNameEx(), and get_class().
|
static |
Definition at line 99 of file undname.c.
Referenced by get_class_string(), get_number(), str_array_push(), and str_printf().
|
static |
Definition at line 141 of file undname.c.
Referenced by __unDNameEx().
WINE_DEFAULT_DEBUG_CHANNEL | ( | msvcrt | ) |