Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)

enoft(1) OSS Shell and Utilities Reference Manual
READABLE | R
Displays portions of the object le in an applicable for-
mat based on the item type and part of the object le
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
le.
Specifying the BRIEF or B option is the same as specifying the -LAYOUT
CODE ag.
Valid values for format_spec are identical to those of the -DUMPADDRESS ag.
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 le.
Specifying the BRIEF or B option is the same as specifying the -LAYOUT
DATA ag.
Valid values for format_spec are identical to those of the -DUMPADDRESS ag.
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 le. Valid values
for scope are identical to those of the -DUMPADDRESS ag, except that the
addresses are physical offsets within the le instead of virtual addresses. Valid
values for format_spec are identical to those of the -DUMPADDRESS ag.
{-DUMPPROC | -DP } proc_spec [ scope ][IN format_spec ]
Displays the contents of a procedure or part of a procedure.
proc_spec
Species 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:
proc_name
Limits the scope to the specied procedure and subpro-
cedures.
If proc_name is not completely specied, enoft resolves the
name and lists conforming procedure names with numbers;
wildcard matching (for example, *partial_name or
partial_name*) can be used to search for items containing a
match to the given pattern but only the rst match found is
displayed.
The demangled form of the procedure name cannot be used
because enoft does not support blank spaces in the name.
proc_name.subproc_name[[.subprocname]...]]
Limits the scope to the specied subprocedure. If proc_name
or subproc_name is not completely specied, enoft resolves
the name and lists conforming subprocedure names with
numbers.
This option is not valid for C or C++ programs. For EpTAL
384 Hewlett-Packard Company 527188-007