Copyright Digital Equipment Corp. All rights reserved.

/DEMANGLED_SYMBOLS_(I64_Only)

   Lists symbols from an ELF object or ELF shareable image library that
   were altered by a language processor (a process known as "mangling") 
   and prints their corresponding "demangled" name (that is, the name 
   found in the source code). Mangled names are output as external symbols
   from an object module or as universal symbols from a shareable image.

   You can use /OUTPUT=file-spec to direct the generated output from 
   the demangling process to a file specification you choose. When
   you do not specify a file, the default is the current disk and 
   directory, using the name of the library as the filename and the 
   extension .LIS as the file type.

   Format

     /DEMANGLED_SYMBOLS


Additional information available:

Examples