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 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
DATA 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_spec
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:
proc_name
Limits the scope to the specified procedure and subpro-
cedures.
If proc_name is not completely specified, 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 first 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 specified subprocedure. If proc_name
or subproc_name is not completely specified, enoft resolves
the name and lists conforming subprocedure names with
numbers.
This option is not valid for C or C++ programs. For EpTAL
3−84 Hewlett-Packard Company 527188-007