Viewing names of millicode routines, Example of viewing names of millicode routines, Viewing the names of external library routines – HP Integrity NonStop H-Series User Manual
Page 26: Viewing names, Of millicode routines
![background image](/manuals/397117/26/background.png)
Viewing TNS or TNS/E Region Information
TNSVU User’s Guide— 528143-003
4 -5
Viewing Names of Millicode Routines
Viewing Names of Millicode Routines
The MILLICODE command displays the names of emulation and shared millicode
routines used by a TNS object file previously opened using the OPEN command.
MILLICODE also displays the static number of calls to each shared millicode routine in
the OCA-generated code. The MILLI command is a synonym for the MILLICODE
command.
Example of Viewing Names of Millicode Routines
This example displays the names of shared millicode routines used by the myfile file.
myfile> MILLICODE
Millicode Usage
_SharedMilli_MOVB_FWD calls: 6
_SharedMilli_QDIV calls: 3
_SharedMilli_BTST calls: 2
_SharedMilli_DPCL calls: 57
_SharedMilli_LDIV calls: 1
_SharedMilli_SCMP calls: 1
myfile>
Viewing the Names of External Library
Routines
Use the EXTERNALS command to display the names of external library (user library,
static library, or SC native library) routines called from a TNS object file previously
opened using the OPEN command. The EXTERNAL and EXT commands are
synonyms for the EXTERNALS command.
Example of Viewing the Names of External Library Routines
This example displays the names of external library routines called from the myfile file.
myfile> EXTERNALS
Library procedures external to this code space
WRITEREAD
WRITE
STOP
SETMODE
MILLICODE
EXTERNALS