1 /* BEGIN INCLUDE FILE fort_symtab_parms.incl.pl1
 2 
 3      Read only parameters passed to fort_symbol_table which describe the
 4      partially built object segment.
 5 
 6 Written:  23 August 1979 by C R Davis
 7 */
 8 
 9           2 link_base_ptr pointer,
10           2 link_reloc_base_ptr pointer,
11           2 def_reloc_base_ptr pointer,
12           2 current_text_offset fixed binary (18),
13           2 current_def_offset fixed binary (18),
14           2 current_link_offset fixed binary (18),
15           2 final_text_offset fixed binary (18),
16           2 profile_offset fixed binary (18),
17           2 star_symbol_link fixed binary (18),
18           2 first_namelist_symbol fixed binary (18);
19 
20 /* END INCLUDE FILE fort_symtab_parms.incl.pl1 */