Open System Services Shell and Utilities Reference Manual (G06.29+, H06.08+, J06.03+)
enoft(1) OSS Shell and Utilities Reference Manual
IN format_spec
Specifies how the information is to be formatted. format_spec is one of
the following:
ASCII | A Displays portions of the object file in ASCII format.
DECIMAL | D
Displays portions of the object file in decimal format.
HEX | H Displays portions of the object file in hexadecimal for-
mat.
ICODE | IC Displays portions of the object file in disassembled pro-
gram code. This is the default format.
INNERLIST | IN
Displays portions of the object file in disassembled code
and displays the source code interspersed with the assem-
bler. This option can be used only for dumping text.
READABLE | R
Displays portions of the object file in an applicable for-
mat based on the item type and part of the object file
being displayed. This is the default action.
{-DUMPCODE | -DC }[{BRIEF | B }|IN format_spec ]
Displays all code from the .gateway, .plt, .text, and .restext sections of an object
file.
Specifying the BRIEF or B option is the same as specifying the -LAYOUT
CODE flag.
Valid values for format_spec are identical to those of the -DUMPADDRESS flag.
If you omit IN format_spec, the display is formatted in ICODE format.
{-DUMPDATA | -DD }[{BRIEF | B }|IN format_spec ]
Displays all initialized user data from the .data, .sdata, .rdata, and .rconst sec-
tions of an object file.
Specifying the BRIEF or B option is the same as specifying the -LAYOUT
DA
TA flag.
Valid values for format_spec are identical to those of the -DUMPADDRESS flag.
If you omit IN format_spec, the display is formatted in HEX format.
{-DUMPOFFSET | -DO } scope [ IN format_spec ]
Displays code and data from a physical offset within an object file. Valid values
for scope are identical to those of the -DUMPADDRESS flag, except that the
addresses are physical offsets within the file instead of virtual addresses. Valid
values for format_spec are identical to those of the -DUMPADDRESS flag.
{-DUMPPROC | -DP } proc_spec [ scope ][IN format_spec ]
Displays the contents of a procedure or part of a procedure.
proc_spe c
Specifies the procedure name or procedure number. Procedure names
are case-sensitive in C and C++ but not in other languages. proc_spec
is one of the following:
3−86 Hewlett-Packard Company 527188-021