System Generation Manual for G-Series RVUs

Reading the CONFLIST Report
System Generation Manual for G-Series RVUs523407-001
5-15
Native Load Map in Alphabetic Order
Native Load Map in Alphabetic Order
After producing maps of TNS user code, SYSGENR produces maps of native user
code. For each native user code program object file specified under
SYSTEM_PROCESS_CODE_FILES in the CONFTEXT file, SYSGENR displays an
alphabetic-order list of all its procedures. Then SYSGENR displays a memory-order
listing of the procedure addresses, based on the table of Run-Time Procedure
Descriptor Records (RPDR) built earlier by NLD. The column headings and their
meanings for the alphabetic list are as follows:
The first map is an alphabetic listing of the procedures in the SYSDP2 object file
(temporarily named SDP2Y918 and seen earlier in the DP2 NLD log example on
page 5-6). Following is a partial example.
Column Heading Meaning
PROCEDURE NAME The name of the user code procedure.
NAT BASE The native base address (in hexadecimal) of the procedure.
NAT ENTRY The native entry point address (in hexadecimal) of the
procedure. More than one procedure can have the same base
address. If so, each has a separate entry point.
KUSEG GW The KUSEG gateway address used by a procedure outside user
code.
ATTR The attributes of the procedure, which can be one or more of the
following:
C Callable M Main
E Entry point P Privileged
HShell RResident
ID The code area where the procedure is located:
UC User code R RISC
$OPS.WHITNEYS.SDP2Y918 NATIVE LOAD MAP (ALPHA LIST) 15 APR 1996 11:19
PAGE 663
PROCEDURE NAME NAT BASE NAT ENTRY KUSEG GW ATTR ID
*kugate_start. . . . . . . 701C.D0A0 . . none UCR
*beyond_ku_code . . . . . . 701C.D0B0 . . none UCR
AC1^AC^IS^FULL^BLOCK . . . . 700C.96F8 . . R UCR
AC1^ALLOC^REDO^REC . . . . . 700C.6358 . . R UCR
DP24338. . . . . . . . . 7017.18A0 7017.1AC0 . PRE UCR
X^PSEM^NVER . . . . . . . 7016.9E5C . . PR UCR
X^VSEM . . . . . . . . . 7016.A200 . . PR UCR