1 08/22/83  print_linkage_usage, plu
 2 
 3 Syntax:  plu
 4 
 5 
 6 Function:  lists the locations and size of linkage and static sections
 7 allocated for the current ring.  This information is useful for
 8 debugging purposes or for analysis of how a process uses its linkage
 9 segments.
10 
11 A linkage section is associated with every procedure segment and every
12 data segment that has definitions.
13 
14 
15 Notes:  For standard-procedure segments, the information printed
16 includes the name of the segment, its segment number, the offset of its
17 linkage section, and the size (in words) of both its linkage section
18 and its internal static storage.