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

  /toolchain/binutils/binutils-2.27/binutils/
addr2line.c 44 static bfd_boolean do_demangle; /* -C, demangle names. */ variable
293 else if (do_demangle)
462 do_demangle = TRUE;
nm.c 150 static int do_demangle = 0; /* Pretty print C++ symbol names. */ variable
213 {"no-cplus", no_argument, &do_demangle, 0}, /* Linux compatibility. */
214 {"no-demangle", no_argument, &do_demangle, 0},
405 if (do_demangle && *name)
    [all...]
objdump.c 101 static int do_demangle; /* -C, --demangle */ variable
823 if (do_demangle && name[0] != '\0')
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
options.h 1485 do_demangle() const function in class:gold::General_options
    [all...]
object.cc     [all...]
symtab.cc 92 if (!parameters->options().do_demangle())
    [all...]

Completed in 191 milliseconds