#include <sys/types.h>
#include <stdio.h>
#include <string.h>
#include "util.h"
#include "debug.h"
#include "symbol.h"
#include "demangle-java.h"
#include "sane_ctype.h"
Go to the source code of this file.
◆ BASE_ENT
#define BASE_ENT |
( |
|
c, |
|
|
|
n |
|
) |
| [c - 'A']=n |
◆ anonymous enum
Enumerator |
---|
MODE_PREFIX | |
MODE_CLASS | |
MODE_FUNC | |
MODE_TYPE | |
MODE_CTYPE | |
Definition at line 13 of file demangle-java.c.
◆ __demangle_java_sym()
static char* __demangle_java_sym |
( |
const char * |
str, |
|
|
const char * |
end, |
|
|
char * |
buf, |
|
|
int |
maxlen, |
|
|
int |
mode |
|
) |
| |
|
static |
◆ java_demangle_sym()
char* java_demangle_sym |
( |
const char * |
str, |
|
|
int |
flags |
|
) |
| |
◆ base_types
const char* base_types[ 'Z' - 'A'+1] |
|
static |