1 /* 2 The 'print_relocation_info' command, also named 'pri', may be 3 used to examine the relocation bits in an object segment. 4 5 Usage 6 7 pri pathname first_word nwords -option- 8 9 The relocation bits for the 'nwords' words starting at 10 'first_word' are described. 'first_word' is given in octal. 11 'nwords' is given in octal; if omitted, it is taken to be one. 12 13 The 'option' argument may actually appear anywhere on the 14 command line (except first). If it is missing or "-t", then 'first_word' is a 15 reference to the text of 'pathname'. If 'option' is "-l", then 16 'first_word' is in the linkage section. If 'option is "-s", then 17 'first_word' is in the symbol-table section. 18 */