enoft Manual

eNOFT Options
eNOFT Manual527507-005
2-10
DUMPDATA or DD
The following sample shows the content of the .plt section of a loadfile in the
default ICODE format. Each code section displayed will be prefixed with its name
in the header.
enoft> dumpcode
******** Section .plt in Icode (File Offset 0x800)
(Source file not located for this symbol; no proc or
or src line number is available for this kind of symbol.)
Src:Fil:Line:i Procedure]
MemAddress Contents
---------------------------------------------------------------------
[ : : : #import_stubs]
0x70000800: {0: 120001803c0 M addl r15 = 0x040, gp ;;
1: 00000000000 M ld8 r16 = [r15], 0x08
2: 10800100380 I adds r14 = 0x00, gp ;;
template: 0x0b}
[ : : : #import_stubs]
0x70000810: {0: 080c0f00040 M ld8 gp = [r15]
1: 00000000000 I mov b6 = r16, $+0x0
2: 0010000c000 B br.cond.sptk.few b6 ;;
template: 0x11}
[ : : : #import_stubs]
0x70000820: {0: 120001a03c0 M addl r15 = 0x050, gp ;;
1: 00000000000 M ld8 r16 = [r15], 0x08
2: 10800100380 I adds r14 = 0x00, gp ;;
template: 0x0b}
. . .
This command replaces the following NOFT commands: ALLTEXT, USERGATE,
RESTEXT, and TEXT.
DUMPDATA or DD
DD [ BRIEF | B | IN <format_spec> ]
New to eNOFT, this command displays all initialized user data sections in the object
file: .data, .sdata, .rdata, and .rconst . Use DUMPSECTION to display individual data
sections.