arm-gp2x-linux-c++filt (1) Linux Manual Page
c++filt – Demangle C++ and Java symbols. Synopsisc++filt [-_|–strip-underscores] [-j|–java] [-n|–no-strip-underscores] [-p|–no-params] [-s format|–format=format] [–help] [–version] [symbol…] DescriptionThe C++ and Java languages provides function overloading, which means that you can write many functions with the same name (providing each takes parameters of different types). All C++ and Java function names are encoded into a low-level assembly label (this…
