11. Name and C++ Name Demangler UtilitiesΒΆ

The compiler tools include the name utility, c29nm, and the C++ name demangling utility, c29dem. The c29nm utility is useful for listing the symbols referenced and defined within a file, and the c29dem utility can translate mangled C++ symbol and type names into human-readable form.

Contents: