/external/ltrace/ |
demangle.h | 39 #define DMGL_ANSI (1 << 1) /* Include const, volatile, etc */
|
demangle.c | 61 DMGL_ANSI | DMGL_PARAMS);
|
/external/valgrind/coregrind/m_demangle/ |
cplus-dem.c | 160 #define PRINT_ANSI_QUALIFIERS (work -> options & DMGL_ANSI) 169 {"nw", " new", DMGL_ANSI}, /* new (1.92, ansi) */ 170 {"dl", " delete", DMGL_ANSI}, /* new (1.92, ansi) */ 173 {"vn", " new []", DMGL_ANSI}, /* GNU, pending ansi */ 174 {"vd", " delete []", DMGL_ANSI}, /* GNU, pending ansi */ 175 {"as", "=", DMGL_ANSI}, /* ansi */ 176 {"ne", "!=", DMGL_ANSI}, /* old, ansi */ 177 {"eq", "==", DMGL_ANSI}, /* old, ansi */ 178 {"ge", ">=", DMGL_ANSI}, /* old, ansi */ 179 {"gt", ">", DMGL_ANSI}, /* old, ansi * [all...] |
demangle.c | 120 demangled = ML_(cplus_demangle) ( orig, DMGL_ANSI | DMGL_PARAMS );
|
demangle.h | 45 #define DMGL_ANSI (1 << 1) /* Include const, volatile, etc */
|
/toolchain/binutils/binutils-2.25/libiberty/ |
cplus-dem.c | 142 #define PRINT_ANSI_QUALIFIERS (work -> options & DMGL_ANSI) 151 {"nw", " new", DMGL_ANSI}, /* new (1.92, ansi) */ 152 {"dl", " delete", DMGL_ANSI}, /* new (1.92, ansi) */ 155 {"vn", " new []", DMGL_ANSI}, /* GNU, pending ansi */ 156 {"vd", " delete []", DMGL_ANSI}, /* GNU, pending ansi */ 157 {"as", "=", DMGL_ANSI}, /* ansi */ 158 {"ne", "!=", DMGL_ANSI}, /* old, ansi */ 159 {"eq", "==", DMGL_ANSI}, /* old, ansi */ 160 {"ge", ">=", DMGL_ANSI}, /* old, ansi */ 161 {"gt", ">", DMGL_ANSI}, /* old, ansi * [all...] |
/toolchain/binutils/binutils-2.25/gprof/ |
utils.c | 55 demangled = bfd_demangle (core_bfd, name, DMGL_ANSI | DMGL_PARAMS);
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
demangler-fuzzer.c | 101 cplus_demangle (symbol, DMGL_AUTO | DMGL_ANSI | DMGL_PARAMS);
|
test-demangle.c | 317 result = cplus_demangle (inp, (DMGL_PARAMS | DMGL_ANSI | DMGL_TYPES 333 result = cplus_demangle (inp, DMGL_ANSI|DMGL_TYPES);
|
/toolchain/binutils/binutils-2.25/binutils/ |
cxxfilt.c | 32 static int flags = DMGL_PARAMS | DMGL_ANSI | DMGL_VERBOSE;
|
addr2line.c | 287 alloc = bfd_demangle (abfd, name, DMGL_ANSI | DMGL_PARAMS);
|
stabs.c | [all...] |
objdump.c | 810 alloc = bfd_demangle (abfd, name, DMGL_ANSI | DMGL_PARAMS); [all...] |
prdbg.c | [all...] |
nm.c | 369 char *res = bfd_demangle (abfd, name, DMGL_ANSI | DMGL_PARAMS); [all...] |
/external/wpa_supplicant_8/src/utils/ |
trace.c | 23 #define DMGL_ANSI (1 << 1) 173 DMGL_ANSI | DMGL_PARAMS);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_symbolizer_libbacktrace.cc | 74 if (cplus_demangle_v3_callback(name, DMGL_PARAMS | DMGL_ANSI,
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
addr2line.c | 272 alloc = bfd_demangle (abfd, name, DMGL_ANSI | DMGL_PARAMS);
|
/toolchain/binutils/binutils-2.25/include/ |
demangle.h | 43 #define DMGL_ANSI (1 << 1) /* Include const, volatile, etc */
|
/toolchain/binutils/binutils-2.25/ld/ |
ldmisc.c | 160 DMGL_ANSI | DMGL_PARAMS);
|
ldcref.c | 333 DMGL_ANSI | DMGL_PARAMS);
|
ldlang.c | [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
script.cc | [all...] |
symtab.cc | 96 char* demangled_name = cplus_demangle(name, DMGL_ANSI | DMGL_PARAMS); 398 DMGL_ANSI | DMGL_PARAMS); [all...] |
object.cc | [all...] |