HomeSort by relevance Sort by last modified time
    Searched refs:DMGL_ANSI (Results 1 - 14 of 14) sorted by null

  /external/ltrace/
demangle.h 39 #define DMGL_ANSI (1 << 1) /* Include const, volatile, etc */
demangle.c 61 DMGL_ANSI | DMGL_PARAMS);
  /external/oprofile/libregex/
demangle_symbol.cpp 24 #ifndef DMGL_ANSI
25 # define DMGL_ANSI (1 << 1) /**< Include const, volatile, etc */
45 char * unmangled = cplus_demangle(tmp.c_str(), DMGL_PARAMS | DMGL_ANSI);
  /external/valgrind/main/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 110 demangled = ML_(cplus_demangle) ( orig, DMGL_ANSI | DMGL_PARAMS );
demangle.h 45 #define DMGL_ANSI (1 << 1) /* Include const, volatile, etc */
cp-demangle.c     [all...]
  /external/wpa_supplicant_8/src/utils/
trace.c 23 #define DMGL_ANSI (1 << 1)
173 DMGL_ANSI | DMGL_PARAMS);
  /external/gcc-demangle/
demangle.h 43 #define DMGL_ANSI (1 << 1) /* Include const, volatile, etc */
cp-demangle.c     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libbacktrace.cc 72 if (cplus_demangle_v3_callback(name, DMGL_PARAMS | DMGL_ANSI,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol.h 67 #define DMGL_ANSI (1 << 1) /* Include const, volatile, etc */
symbol-elf.c 932 DMGL_PARAMS | DMGL_ANSI);
  /ndk/sources/host-tools/ndk-stack/binutils/
addr2line.c 272 alloc = bfd_demangle (abfd, name, DMGL_ANSI | DMGL_PARAMS);

Completed in 544 milliseconds