Open System Services Shell and Utilities Reference Manual (G06.29+, H06.08+, J06.03+)

enoft(1) OSS Shell and Utilities Reference Manual
-UNWIND Displays the contents of the .IA_64.unwind sections of stack unwinding informa-
tion for a linkfile or loadfile.
{-UNWINDINFO | UWI}[{* | proc_spec }[DETAIL | D ]]
Displays the contents of the .IA_64.unwind_info sections of stack unwinding
information in both linkfiles and loadfiles.
DETAIL or D provides additional, detailed information.
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:
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.
The demangled form of the procedure name cannot be used
because enoft does not support blank spaces in the name.
proc_name .subproc_name[[.subproc_name]...]
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
programs, only one level of subprocedure can be specified.
For COBOL programs, more than one level can be specified.
subproc_name[[.subproc_name]...]
Limits the scope to the specified subprocedure. If
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
programs, only one level of subprocedure can be specified.
For COBOL programs, more than one level can be specified.
Only the first subprocedure with the specified name is
displayed.
proc_num
Specifies the procedure number. This number specifies the
ordering in the object files procedure table. Use the -LIST-
PROC flag to list each procedure number.
3100 Hewlett-Packard Company 527188-021