enoft Manual

eNOFT Options
eNOFT Manual527507-005
2-14
DWARF
The following sample shows parts of the .rela.dyn section in (raw) hexadecimal
format. See RELOC for the default READABLE format display of this section.
enoft> dumpsection .rela.dyn in hex
********** .rela.dyn Section (File Offset 0x1880)
Offset Mem Addr Contents
-----------------------------------------------------------------
0x00000000 0x00000880 00000000 00003260 00000000 0000006e
0x00000010 0x00000890 00000000 00000000 00000000 00003268
0x00000020 0x000008a0 00000000 0000006e 00000000 00000000
0x00000030 0x000008b0 00000000 000031c0 00000015 00000046
0x00000040 0x000008c0 00000000 00000000 00000000 00003240
0x00000050 0x000008d0 00000017 00000026 00000000 00000000
0x00000060 0x000008e0 00000000 000031b8 0000001a 00000026
DWARF
[ * | INFO | ABBREV | LINE [ ORDINAL ] | LOC ]
New to eNOFT, this command displays the DWARF Version 2 symbol table.
The default display shows all available DWARF sections, .debug_info,
.debug_abbrev, and .debug_line.
INFO displays the .debug_info section which contains the debugging information
entries ("dies").
ABBREV displays the .debug_abbrev abbreviation tables section which contains a
concatenation of abbreviation tables from all compilation units.
LINE displays the line number table with information for code contributed to an
object file. This section is referenced by a corresponding debugging information
entry in the .debug_info section.
If the .debug_line section has modifications to support the EDIT line table (that is,
there is a .debug_line_nsk section), the EDIT line table format will be displayed
instead of the standard line table format. Use keyword ORDINAL to display the line
number table in the standard line table format.
LOC displays the list for data items that can change location. This section is
referenced by a corresponding debugging information entry in the .debug_info
section.
Note the .debug_relocs section is displayed using the command RELOC and is
applicable to DLLs only.
The following shows displays for all available dwarf debug sections of a loadfile:
enoft> dwarf