1 01/14/87  print_relocation_info, pri
 2 
 3 Syntax as a command:  pri pathname {-control_args} {offset} {length}
 4 
 5 
 6 Function:  interprets the relocation bits for a specified piece of an
 7 object segment.
 8 
 9 
10 Arguments:
11 pathname
12    is the pathname of the object segment whose relocation bits are to
13    be displayed.
14 offset
15    is the octal offset of the first word in the corresponding section
16    whose relocation information is to be interpreted.  (Default:  0)
17 length
18    is the octal number of words whose relocation information is to be
19    interpreted.  You can give it only if you supply offset.  (Default:
20    the number of words in the section remaining after offset)
21 
22 
23 Control arguments:
24 -definition, -def
25    specifies the definition section of the object segment.
26 -link, -lk
27    specifies the linkage section of the object segment.
28 -symbol, -sb
29    specifies the symbol section of the object segment.
30 -text
31    specifies the text section of the object segment.  (Default)
32 
33 
34 Notes:  You can select only one control argument.
35 
36 The relocation bits are interpreted one word at a time.  Each line
37 contains symbolic relocation information for two half words.  Printing
38 of duplicate lines is suppressed and indicated by the string
39 "(repeats)".