Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)
Table Of Contents
noft(1) OSS Shell and Utilities Reference Manual
6. To look at procedure numbers:
noft -F sample.o "-LP *"
7. To see the instructions for a procedure:
noft -FILE sample.o
-DUMPPROC procedure-name IN ICODE
or
noft -F sample.o -DP procedure-name IN IC
8. To look at a particular 20 words referenced by one of those instructions in octal:
noft -FILE sample.o
-DUMPADDRESS 0x00000390 FOR 20 WORDS IN OCTAL
or
noft -F sample.o -0x00000390 FOR 20 IN O
9. To look at the first 30 bytes in an object file in ASCII:
noft -FILE sample.o
-DUMPOFFSET 0x0 FOR 30 BYTES IN ASCII
or
noft -F sample.o -DO 0x0 FOR 30 B IN A
10. To find out if all the SRLs referenced by this object were resolved correctly:
noft -FILE sample.o -LISTSRLINFO DETAIL
11. To see all the data items external to the object file that need to be linked in and where they
are used in alphabetic order:
noft -FILE sample.o -SET SORT ALPHA
-LISTUNRESOLVED DATA DETAIL
or
noft -F sample.o -ST A -LU DATA D
RELATED INFORMATION
Commands: eld(1), enoft(1), ld(1), nld(1).
STANDARDS CONFORMANCE
The noft command is an HP extension to the XPG4 Version 2 specification.
6−86 Hewlett-Packard Company 527188-003