Binder Manual (G06.27+, H06.04+, J06.03+)
Using Binder
Binder Manual—528613-004
2-26
Cross-Reference Lists
•
Location of each reference
Data block cross-reference listings consist of these items:
•
Data block name (either a common block name or the TAL special block,
#GLOBAL)
•
Location and storage type (word, byte) of referenced identifier
•
Name of the code block containing block references
•
Location of each reference
Locations are word offsets, in octal, from the base of the block.
Figure 2-7 shows a sample cross-reference list for code blocks, entry points, and data
blocks.
Figure 2-7. Cross-Reference Listing (page1of2)
BINDER - OBJECT FILE BINDER - T9621D30 - (31OCT94) SYSTEM \BECCA
Copyright Tandem Computers Incorporated 1982-1994
TIMESTAMP 1994-06-19 11:55:33
ENTRY POINT CROSS REFERENCE
(SORTED BY REFERENCED CODE BLOCK)
------------------------------------
REFERENCED ENTRY POINT REFERENCING CODE BLOCK WORD OFFSET OF REFERENCES
PROC1 M 00002
PROC2 00002
PROC3 00002
PROC2 M 00003
PROC3 00003 00016
PROC3 M 00006
PROC4 M 00007
STOP M 00012
ENTRY POINT CROSS REFERENCE
(SORTED BY REFERENCING CODE BLOCK)
------------------------------------
REFERENCING CODE BLOCK REFERENCED ENTRY POINT WORD OFFSET OF REFERENCES
M PROC1 00002
PROC2 00003
PROC3 00006
PROC4 00007
STOP 00012
PROC2 PROC1 00002
PROC3 PROC1 00002
PROC2 00003 00016