noft Manual (G06.27+, H06.03+, J06.03+)

noft Options
noft Manual528273-003
3-18
FILEHDR
The FILE option sets the case target file parameter, depending on the source files
inside the object code file.
noft resolves Guardian file names by using the default volume and subvolume
established with the option SYSTEM or VOLUME on page 3-52.
noft resolves OSS filenames by using the default directory established with CD
on page 3-5.
FILEHDR
The FILEHDR option displays the object code file’s header, whose format and
information differ for COFF and ELF files.
HEADERS
The HEADERS option displays the object code file’s initial headers, whose format and
information differ for COFF and ELF files.
Example 3-9. FILE Option
noft> file obj
Object File : $WORK.JASON.obj
File Format : ELF
Scope : (none)
Case : Not Sensitive
Note. The FILEHDR option displays low-level internal data that is subject to change.
FILEHDR
Example 3-10. FILEHDR Option for ELF File
noft> FILEHDR
******** ELF File Header ********
Ident Class Data Version Type Machine
Version2 Entry PHoffset SHoffset
Flags (Flags decode)
EHsize PHsize nPH SHsize nSH shstrndx
----------------------------------------------------------------------------
0x7f 'ELF' 1(32bit) 2(2-comp-MSB) 1(CURRENT) 100(PICPROG) 8(MIPS)
1(CURRENT) 0x70000ba8 0x00000034 0x00003210
0x08000006 (PIC CPIC TANDEM_FLOAT MIPS1 DYNSTR2_USED LOCALIZED)
0x0034 0x0020 0x0006 0x0028 0x0011 0x0010
Note. The HEADERS option displays low-level internal data that is subject to change.
HEADERS