TAL Programmer's Guide
LMAP Listings
Compiler Listing
15–14 096254 Tandem Computers Incorporated
Entry-Point Load Map The entry-point load map gives information about each procedure entry point. Table
15-3 describes the information in each column of the map.
Table 15-3. Entry-Point Load Map Information
Column Meaning
SP Code segment number specifier for the entry point
PEP Sequence number of the entry point in the Procedure Entry Point (PEP) table
BASE Base address of the procedure defining the entry point
LIMIT End address of the procedure defining the entry point
ENTRY Address of executable code for the entry point
ATTRS Attributes of the entry point: C (CALLABLE), E (ENTRY), I (INTERRUPT), M
(MAIN), P (PRIVILEGED), R (RESIDENT), V (VARIABLE), X (EXTENSIBLE)
NAME Entry-point name
DATE Date of compilation
TIME Timestamp of the compilation
LANGUAGE Source language of the procedure
SOURCE FILE File name of the source code for the procedure
Figure 15-12 shows the format of a sample entry-point load map by name.
Figure 15-12. Entry-Point Load Map by Name
ENTRY POINT MAP BY NAME
SP PEP Base Limit Entry Attrs Name Date Time Language Source File
00 031 010345 043630 0010420 MY_PROC 11FEB93 18:13 TAL $JNK.PRG1.SRCE1S
00 073 032224 032636 032224 V ANY_PROC 11FEB93 10:29 TAL $JNK.PRG1.SRCE2S
00 020 000736 001072 000736 M MAIN_PROC 11FEB93 13:38 TAL $JNK.PRG1.MAINS
00 367 131432 131441 131432 E SORT_PROC 11FEB93 18:14 TAL $JNK.PRG1.SORTS
Data-Block Load Maps BINSERV produces a data-block map and a read-only data-block map for primary and
secondary global blocks. The data-block map lists the following kinds of data blocks:
Named blocks, listed by BLOCK declaration name
Private blocks, listed by NAME declaration name
#GLOBAL, .#GLOBAL, and $#GLOBAL implicit global data blocks
&template-name implicit global data blocks
The read-only data-block map lists global read-only arrays, listed by name.