Searched defs:style (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/host-tools/ndk-stack/binutils/
H A Daddr2line.c95 -C --demangle[=style] Demangle function names\n\
446 enum demangling_styles style;
448 style = cplus_demangle_name_to_style (optarg);
449 if (style == unknown_demangling)
450 fatal (_("unknown demangling style `%s'"),
453 cplus_demangle_set_style (style);
442 enum demangling_styles style; local

Completed in 122 milliseconds