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

Sample nld and noft Session
noft Manual528273-003
A-17
LISTCOMPILERS
LISTCOMPILERS
The BRIEF parameter on the LISTCOMPILERS option shows a summary of the
compilers used to produce the object code file. The object code 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 returns 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