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

enoft(1) OSS Shell and Utilities Reference Manual
-OUT [ OFF | pathname6 [ ASCII ]
Directs the input and output listings to a specified file.
OFF Turns off redirection to a file and reverts to the original output file.
This is the default action.
pathname6 Specifies the partially or fully qualified name of the file. If the file
does not exist, enoft creates it. If the file already exists, enoft
appends output to the end of the file.
ASCII Creates the log file as a file code 180 file in C text (ASCII) format
instead of creating it as a code 101 file in its default EDIT file for-
mat. This option is valid only for use in the Guardian environ-
ment; the default log file format in the OSS environment is ASCII
text.
-PROCINFO | PI
Displays the contents of the .procinfo section of a linkfile. This flag is an alias for
specification of the -DUMPSECTION flag with the section_name value of .pro-
cinfo.
-PROGHDRS Displays the contents of the program headers for a loadfile or import library.
-RELOC Displays the relocation tables in an object file. These tables are in sections with
names that begin with .rela.
-RESET [ set_cmd | * ]
Resets the target object file attributes previously specified with the -SET flag to
their default values.
set_cmd Is one of the following target object file attributes:
CASE
DEMANGLE
FORMAT
HISTORYBUFFER
HISTORYWINDOW
LINES
SCOPEPROC
SCOPESOURCE
SORT
* Specifies that all target object file attributes are reset to their
default values. If you use the -RESET flag without specifying any
value, this is the default action.
If you use the -RESET flag on an OSS shell command line, the flag
specification must be enclosed in quotation marks when you use
the * specifier.
Refer to the description of the -SET flag for descriptions of these object file attri-
butes.
-RTDU [{SOURCE | OBJECT | * }[DETAIL | D ]]
Displays the header information for the run-time data unit (RTDU) sections of the
object file. Linkfiles have only a .source.rtdu section, while loadfiles have both
.source.rtdu and .object.rtdu sections.
If SOURCE is specified, only the .source.rtdu section is displayed. If OBJECT
394 Hewlett-Packard Company 527188-021