enoft Manual

eNOFT Options
eNOFT Manual527507-005
2-57
DEMANGLE or DE
ref-objfile is the reference object file. If not specified, the current object file is
used (if it exists).
Target-objfile is the target object file.
As COMP processes each section/header, it displays a message each time it
encounters a difference between the two objects. If there are no differences in the
sections/headers, then a message is displayed stating that the sections/headers
compared identically.
When COMP is done processing all the sections/headers, it displays the final result of
the comparison. If there were any differences encountered, then the result is that the
two objects are not identical. If no differences are encountered then the result is that
the two objects are identical.
In brief mode (when DETAIL is not specified), only differences and the final result of
the comparison are displayed.
The COMP command compares the following headers and sections:
File Header
Program Headers
Section Headers
Tandem Info Section
Data Sections
Gateway Sections
RTDU Sections
Relocation Sections
PIC Sections
Procedure Sections
Symbol Table Sections
Unwind Sections
The COMP command does not compare DWARF Symbol Tables.
DEMANGLE or DE
<proc_spec>
New to eNOFT, this command displays C++ symbol names in demangled format. An
object file need not be opened prior to use of this command.
enoft> demangle __ct__7CMRWOUTFUiT1
CMRWOUT::CMRWOUT(unsigned int, unsigned int)