TNSVU User's Guide
Viewing TNS or TNS/E Region Information
TNSVU User’s Guide—528143-003
4-3
Viewing a List of Procedures
myfile>
Viewing a List of Procedures
The PROCS command displays the names of all procedures in a TNS object file 
previously opened using the OPEN command. This includes the TNS/E address and 
length and the TNS address for each procedure. PROCS without an argument lists all 
procedures in alphabetical order; the command can also display information by 
location. 
The command does not print information about local millicode routines. Use the 
LOCAL command to display local millicode routine information.
BY NAME
displays the names of all procedures in alphabetical order.
BY LOC
displays each procedure in order of its location in the object file.
If you specify an argument for PROCS other than BY NAME or BY LOC, TNSVU 
returns an error message.
Examples of Viewing a List of Procedures
•
This example shows a listing produced using the BY NAME argument for all 
procedures in the myfile file.
myfile> procs by name
Procedures:
 P
  CSEG 0 PEP# 5 TNS Base: 011 TNS Size: 017  TNS Entry: 011
  Itanium code: 0x704101a0  Itanium bundles: 0x2c Itanium entry: 0x704101a0
 Z
  CSEG 0 PEP# 4 Base: 010 Size:  01 Entry:  010
  Itanium code: 0x70410160  Itanium bundles: 0x10 Itanium entry: 0x70410160
myfile>
•
This example shows a listing produced using the BY LOC argument for all 
procedures in the myfile file.
myfile> procs by loc
Procedures:
 Z
  CSEG 0 PEP# 4 TNS Base: 010 TNS Size: 01 TNS Entry: 010
  Itanium code: 0x70410160  Itanium bundles: 0x10 Itanium entry: 0x70410160
 P
  CSEG 0 PEP# 5 TNS Base: 011 TNS Size: 017  TNS Entry: 011
  Itanium code: 0x704101a0  Itanium bundles: 0x2c Itanium entry: 0x704101a0
myfile>
PROCS [{BY NAME}
 {BY LOC}]










