noft Manual (G06.26+)
Table Of Contents
- What’s New in This Manual
- About This Manual
- 1 Introduction
- 2 noft Utility
- 3 noft Options
- Break Key
- ! (Exclamation Point)
- CD
- COMMENT
- DUMPADDRESS or DA
- DUMPOFFSET or DO
- DUMPPROC or DP
- DYNSTR2
- ENV
- EXIT or E
- FC
- FILE or F
- HELP or ?
- HISTORY or H
- LAYOUT
- LIBLIST
- LISTATTRIBUTE or LA
- LISTCOMPILERS or LC
- LISTOPTIMIZE or LO
- LISTPROC or LP
- LISTSOURCE or LS
- LISTSRLEXPORTS or LLE
- LISTSRLFIXUPS or LLF
- LISTSRLINFO or LLI
- LISTUNREFERENCED or LUR
- LISTUNRESOLVED or LU
- LOG
- OBEY
- OUT
- QUIT or Q
- RESET
- SET
- SHOW
- SYSTEM or VOLUME
- XREFPROC or XP
- 4 noft Diagnostic Messages
- 5 ar Utility
- 6 ar Diagnostic Messages
- A Sample nld and noft Session
- B Converting From Binder to noft
- C Native Object File Structure
- Glossary
- Index

Sample nld and noft Session
noft Manual—528273-001
A-17
LISTCOMPILERS
LISTCOMPILERS
The BRIEF parameter on the LISTCOMPILERS option shows a summary of the
compilers used to produce the object file. The object file in Example A-21 was created
from the three modules for the example program, which used one version of the C
compiler, and the two modules that were used to build
$SYSTEM.SYSTEM.CRTLMAIN, which used a different version of the C compiler.
LISTPROC
The LISTPROC option in Example A-22 on page A-17returns an ordinal number and a
starting address for each function. It is often easier to use the ordinal number for
options that accept either the function number or the function name.
Example A-21. LISTCOMPILERS Option (Loadfile)
noft> LISTCOMPILERS BRIEF
Linker : T6017D45_30APR03_26FEB03_Guardian
Number of Source Files : 3
C Compiler Front End : T9577D46_T9225D46_30APR2003_CFE_24JAN2
Back End Optimizer : Optimizer Not Used
Back End Code Generator : T8304D45_09SEP2002_11OCT2002_GDN
Back End Assembler : T8304D45_09SEP2002_11OCT2002_GDN
Number of Source Files : 1
C Compiler Front End : T9577D46_T9225D46_T9577D46_01JUN99_CFE
Back End Optimizer : T8304D45_04JUL76_21JUN99_SUN
Back End Code Generator : T8304D45_04JUL76_21JUN99_SUN
Back End Assembler : T8304D45_04JUL76_21JUN99_SUN
Number of Source Files : 1
C Compiler Front End : T9577D46_T9225D46_T9577D46_01AUG2000_C
Back End Optimizer : T8304D45_03MAY2001_18JUL2001_SUN
Back End Code Generator : T8304D45_03MAY2001_18JUL2001_SUN
Back End Assembler : T8304D45_03MAY2001_18JUL2001_SUN
Example A-22. LISTPROC Option (Loadfile)
noft> LISTPROC * BRIEF
******** List of Procedures ********
# Address Procedure
0 0x70000390 initialize
1 0x7000048c wrapup
2 0x70000560 add_passengers
3 0x7000062c delete_passengers
4 0x700006d0 main
5 0x70000790 __INIT__1_C
6 0x700007c4 _MAIN
7 0x70000810 T8432G09_30APR20031CRTLMAIN