enoft Manual
eNOFT Options
eNOFT Manual—527507-005
2-8
Dump Commands
LOC or L sorts the output in virtual address order and is not applicable to linkfiles.
Often the addresses being sorted are addresses of procedures. When source files
are being sorted, the address of the source file is the same as the address of the
first procedure or subprocedure in the source file.
Dump Commands
The dump commands display contiguous parts of the object file. The following are
methods to narrow the scope of the display:
DUMPADDRESS sets the virtual address.
DUMPOFFSET sets the offset within the object file.
DUMPPROC sets the procedure or subprocedure name.
DUMPSECTION sets the object file section.
Additional commands further organize sections by similar interests (for example
DUMPCODE, DWARF, RTDU) or serve as aliases to DUMPSECTION for common
sections (for example DYNAMIC and GOT).
Unless otherwise specified, the default format is READABLE.
DUMPALL or ALL
DUMPALL [ * | LIST ]
This command displays all non-zero size sections in the object file in order of their
relative offsets. It expands the command LAYOUT to show the section contents.
Unlike DUMPSECTION * DETAIL, this command includes displays of the file,
program and section headers, and stops on any command that fails, for example
with a data error.
The asterisk additionally displays all applicable list commands after displays of all
sections in the object file.
LIST restricts the display to only applicable List Display commands, so that it
complements DUMPSECTION * DETAIL.










