Binder Manual (G06.24+, H06.03+)
Using Binder
Binder Manual—528613-003
2-25
Cross-Reference Lists
Cross-Reference Lists
The cross-reference lists are produced if you specify one of the following commands:
•
SELECT LIST XREF ON or BUILD LIST XREF ON produces a cross-reference
listing of code blocks, entry points, and data blocks.
•
LIST XREF CODE [name-list] produces a cross-reference listing of code
•
blocks.
•
LIST XREF DATA [name-list] produces a cross-reference listing of data blocks.
•
LIST XREF produces a cross-reference listing of code blocks, entry points, and
data blocks.
You can also enter SELECT LIST * ON, BUILD LIST * ON, or LIST *. See Section 3,
BIND Commands for details.
Code block listings consist of these items:
•
Names and locations of procedures called by the code block
•
Names and locations of procedure that the code block calls
Entry point listings consist of these items:
•
Entry point name
•
Name of the code block containing the reference
Figure 2-6. Listing for Read-Only Data Blocks
READ-ONLY DATA BLOCK MAP BY NAME FOR FILE: \HOME.$KEVIN.LIBRTY.FILE1
SP BASE LIMIT TYPE MODE NAME DATE TIME LANGUAGE SOURCE FILE
00 C100024 100062 COMMON WORD FINDKEY^OFFSET^TABLE 1994-11-19 18:04 TAL $BIND.Binder.LISTM
00 C123127 123320 COMMON WORD HASH^DESC 1994-06-19 12:00 TAL $BIND.LIBRTY.WORDS
00 C125351 125407 COMMON WORD HASH^TABLE^LENGTH 1994-11-19 18:04 TAL $BIND.Binder.LISTM
00 C123516 124115 COMMON STRING RWTEXT 1994-06-19 12:00 TAL $BIND.LIBRTY.WORDS
00 C127765 130023 COMMON WORD SECONDARY^LIST 1994-11-19 18:04 TAL $BIND.Binder.LISTM
01 C053152 053210 COMMON WORD SECONDARY^LIST 1994-11-19 18:04 TAL $BIND.Binder.LISTM
00 C077761 100017 COMMON WORD SIZE^NODE^TABLE 1994-11-19 18:04 TAL $BIND.Binder.LISTM
00 C123321 123515 COMMON WORD WORD^DESC 1994-06-19 12:00 TAL $BIND.LIBRTY.WORDS
00 C122732 123126 COMMON WORD WORD^INFO 1994-06-19 12:00 TAL $BIND.LIBRTY.WORDS
READ-ONLY DATA BLOCK MAP BY LOCATION FOR FILE: \HOME.$KEVIN.LIBRTY.FILE1
CODE SEGMENT 00
SP BASE LIMIT TYPE MODE NAME DATE TIME LANGUAGE SOURCE FILE
00 C077761 100017 COMMON WORD SIZE^NODE^TABLE 1994-11-19 18:04 TAL $BIND.Binder.LISTM
00 C100024 100062 COMMON WORD FINDKEY^OFFSET^TABLE 1994-11-19 18:04 TAL $BIND.Binder.LISTM
00 C122732 123126 COMMON WORD WORD^INFO 1994-06-19 12:00 TAL $BIND.LIBRTY.WORDS
00 C123127 123320 COMMON WORD HASH^DESC 1994-06-19 12:00 TAL $BIND.LIBRTY.WORDS
00 C123321 123515 COMMON WORD WORD^DESC 1994-06-19 12:00 TAL $BIND.LIBRTY.WORDS
00 C123516 124115 COMMON STRING RWTEXT 1994-06-19 12:00 TAL $BIND.LIBRTY.WORDS
00 C125351 125407 COMMON WORD HASH^TABLE^LENGTH 1994-11-19 18:04 TAL $BIND.Binder.LISTM