Viewing translation options, Viewing the external entry point table, Code – HP Integrity NonStop H-Series User Manual
Page 45
![background image](/manuals/397117/45/background.png)
Viewing TNS or TNS/E Region Information
TNSVU User’s Guide— 528143-003
4- 24
Example of Viewing Address Correspondence
Between TNS/E and TNS Code
Example of Viewing Address Correspondence Between TNS/E
and TNS Code
•
The following command displays the address correspondence for TNS/E bundle
0X70420af0.
calls4x> ipftotns 0x70420af0
Itanium address 0x70420af0 is closest to the exact point 0x70420ae0
Itanium address 0x70420ae0 maps to CS 0 TNSP 0137
Viewing Translation Options
The OPTIONS command displays translation options that apply to procedures in an
open TNS object file.
Viewing the EXternal Entry Point Table
The XEP command displays the EXternal Entry Point table from the TNS object file.
This table is used by the TNS XCAL external procedure call instruction to complete the
procedure call. You can also list procedures external to a code segment using this
command.
The XEP command takes an optional code segment number as a parameter. If you
provide no parameter, it prints a XEP table for every code segment in the translation
unit (object file) you are examining. If you provide a numerical parameter, it prints only
the XEP table for that code segment.
code segment number
is the code segment number in the open object file.
OPTIONS
XEP [ code segment number ]