Binder Manual (G06.24+, H06.03+)
Using Binder
Binder Manual—528613-003
2-24
Load Maps
Data Block Maps
Figure 2-5 shows an alphabetically sequenced load map for data blocks. At the
completion of a BUILD command, Binder puts read-only data blocks in a separate
map. If you use a LIST command, Binder lists read-only data blocks with the other data
blocks.
Figure 2-6 shows the listing for read-only data blocks by name and by location. For
additional information about read-only data blocks, see Section 4, Object File Structure
Figure 2-5. Alphabetical Load Maps for Data Blocks
DATA BLOCK MAP BY NAME FOR FILE: \HOME.$BIND.LIBRTY.SAMPLE
BASE LIMIT TYPE MODE NAME DATE TIME LANGUAGE SOURCE FILE
025117 025166 COMMON WORD .APPLY^ 1994-02-14 06:44 TAL $BIND.LIBRTY.APPLYS
001334 001462 COMMON WORD .APPLY^PUBLIC 1994-02-14 06:44 TAL $BIND.Binder.APPLYS
042612 045671 COMMON WORD .BINDLST 1994-03-12 04:34 TAL $BIND.Binder.BINDLSTS
001463 001542 COMMON WORD .BINDLST^PUBLIC 1994-03-12 04:34 TAL $BIND.Binder.BINDLSTS
025167 042216 COMMON WORD .BLDOBJ 1994-06-19 12:00 TAL $BIND.LIBRTY.BLDOBJS
001543 004342 COMMON WORD .BLDOBJ^PUBLIC 1994-06-19 12:00 TAL $BIND.Binder.BLDOBJS
004343 004425 COMMON WORD .BLDTAB^PUBLIC 1994-06-19 12:00 TAL $BIND.Binder.BLDTABS
004530 005543 COMMON WORD .CC^LOG^DATA 1994-03-12 04:34 TAL $ADA1.PDTSHARE.PCOMMAND
023577 024576 COMMON WORD .CC^SAVE^DATA 1994-03-12 04:34 TAL $ADA1.PDTSHARE.PCOMMAND
000366 000510 COMMON WORD .GLOBAL^VAR 1994-06-19 12:00 TAL $BIND.Binder.GLOBALS
005544 023514 COMMON WORD .IO^DATA 1994-06-19 15:04 TAL $ADA1.PDTSHARE.PINOUT
042503 042513 COMMON WORD .LISTCOM 1994-02-14 08:44 TAL $BIND.LIBRTY.LISTCOMS
042514 042611 COMMON WORD .LISTMGR 1994-11-19 19:36 TAL $BIND.Binder.LISTMGRS
Table 2-7. Information Included in Load Maps for Data Blocks
Label Description
BASE Base address of the data block (a word address, even for extended
storage)
LIMIT End address of the data block (a word address, even for extended
storage; if blank, the block is empty)
TYPE Type of the data block (own, common, special)
MODE Word or string
NAME Name of the data block
DATE Date of the compilation
TIME Timestamp for the compilation
LANGUAGE Source language of the block: C, COBOL85, FORTRAN, Pascal, or TAL
SOURCE FILE File name of the source code for the block