The ARMCCREF Manual says,
Holds the name of the function as it appears pretty printed in a language-specific fashion.
www.keil.com/.../armccref_caceedcd.htm
But it totally fails to provide any information at all as to what this "language-specific fashion" might be!
:-(
Is it the same as GCC?
gcc.gnu.org/.../Function-Names.html
Should be. Because of the overloading in C++, you need more info than just the function name.