Binder Manual (G06.24+, H06.03+)
BIND Commands
Binder Manual—528613-003
3-30
LIST Command
DATA block-list
lists the base address in data space for each block name in block-list. The 
asterisk specification is not acceptable for this command, but all other valid forms 
of block-list, as shown in Table 3-2, are allowed. The 132-character output 
gives all the information shown in a load map from Binder.
XREF [XREF-options]
displays cross-reference information for one or more code blocks, entry points, and 
data blocks. (The * option in list-options also produces a cross-reference listing.) 
XREF-options can be:
CODE [name-list]
DATA [name-list]
CODE name-list
displays cross-reference information for the specified code blocks. See 
Table 3-2 for valid forms of name-list.
DATA name-list
displays cross-reference information for the specified data blocks.
list-option
specifies the type of map to be displayed:
ALPHA [CODE | DATA]
LOC [CODE | DATA]
*
ALPHA [CODE | DATA]
displays a load map in alphabetic order. The map lists names and addresses 
for code blocks and data blocks. The map also gives the language and name 
of the source file that yielded each block and the date and time of compilation.
The CODE option specifies that only the code blocks be printed. The DATA 
option specifies that only the data blocks be printed.
LOC [CODE | DATA]
displays a load map in location order. The map lists names and addresses for 
code blocks and data blocks. The map also gives source information as for 
ALPHA. The CODE option specifies that only the code blocks be printed. The 
DATA option specifies that only the data blocks be printed.










