Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)
Table Of Contents
User Commands (d - f) enoft(1)
{-DUMPSECTION | -DS }[* [ DETAIL | D ]|sect_name | sect_num ][IN format_spec ]
Displays the specified section of the object file. If you omit all options, the default
display lists the sections in the file.
Valid display options are:
* Displays all sections of the object file except the file, program,
and section headers. If DETAIL or D is also specified, only
nonzero size sections are displayed.
If you use the -DUMPSECTION flag on an OSS shell command
line, the flag specification must be enclosed in quotation marks
when you use the * specifier.
sect_name Specifies any valid section name, as displayed by the
-SECTHDRS or -LAYOUT flag.
sect_num Specifies any valid section number, as displayed by the
-SECTHDRS flag.
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 for-
mat.
DECIMAL | D
Displays portions of the object file in decimal for-
mat.
HEX | H Displays portions of the object file in hexadecimal
format.
ICODE | IC Displays portions of the object file in disassembled
program code. This is the default format.
INNERLIST | IN
Displays portions of the object file in disassembled
code and displays the sourc e code interspersed
with the assembler. This option can be used only
for dumping text.
READABLE | R
Displays portions of the object file in the format
most appropriate to the type of data. This is the
default action.
{-DWARF | -DW }[* | ABBREV | INFO | LINE [ ORDINAL ]|LOC ]
Displays the contents of the Debugging With Attribute Record Format (DWARF)
debugging symbol table sections of an object file. These sections provide the
symbolic information used by the Visual Inspect and Native Inspect debuggers.
* Displays the contents of the .debug_info, .debug_abbrev, and
.debug_line sections.
527188-003 Hewlett-Packard Company 3−85