1 07/04/86 print_link_info, pli
2
3 Syntax as a command: pli paths -control_args
4
5
6 Function: prints selected items of information for the specified
7 object files.
8
9
10 Arguments:
11 paths
12 are the pathnames of object files. The archive component
13 convention :: is accepted.
14
15
16 Control arguments:
17 -entry, -et
18 prints a listing of the pathi external definitions, giving their
19 symbolic names and their relative addresses within the segment.
20 If pathi is an object MSF, the external definitions in each of
21 the executable components are listed.
22 -header, -he
23 prints the header, which is not printed by default if -entry,
24 -length, or -link is selected.
25 -length, -ln
26 prints the lengths of the sections in pathi. If pathi is an object
27 MSF, the lengths of the sections for each executable component are
28 printed.
29
30
31 -link, -lk
32 prints an alphabetically sorted listing of all external symbols
33 referenced by pathi. If pathi is an object MSF, the list of
34 external links in each executable component are listed. Note that
35 if a link is used n more than one component, the link will be
36 listed more than once.
37 -long
38 prints additional information when the header is printed. This
39 information includes a listing of source programs used to generate
40 the object file, the contents of the "comment" field of the
41 symbol header often containing compiler options, and any unusual
42 values in the symbol header.
43 -no_header
44 suppresses printing of the header.
45
46
47 Notes: If no control arguments are chosen, -entry, -header, -length,
48 and -link are assumed. If a path given is an object MSF, the information
49 for each of the executable components is printed.