ASSEMBLY LISTING OF SEGMENT >spec>on>pl128d>cg_stat.alm ASSEMBLED ON: 10/03/83 1349.8 mst Mon OPTIONS USED: list ASSEMBLED BY: ALM Version 6.6 November 1982 ASSEMBLER CREATED: 09/21/83 1227.3 mst Wed  1 " ***********************************************************  2 " * *  3 " * Copyright, (C) Honeywell Information Systems Inc., 1982 *  4 " * *  5 " * Copyright (c) 1972 by Massachusetts Institute of *  6 " * Technology and Honeywell Information Systems, Inc. *  7 " * *  8 " ***********************************************************  9  10 " Static data segment for code generator  11 "  12 " Modified: 16 Nov by PCK to fix bug 1858 by adding cg_stat$in_thunk.  13 "  000000 14 name cg_stat  15 "  16 " CONSTANT INFORMATION  17 "  000000 18 segdef max_program_size size of largest program  000000 19 max_program_size:  000000 aa 000000 200000 20 dec 65536  21 "  000001 22 segdef max_stack_size size of largest stack frame  000001 23 max_stack_size: 000001 aa 000000 165140 24 dec 60000  25 "  000002 26 segdef packed_null_value inernal value of packed null pointer  000002 27 packed_null_value:  000002 aa 007777 000001 28 oct 007777000001  29 "  000004 30 segdef null_value internal value of null ptr  000003 aa 000000 0110 03 31 even  000004 32 null_value: 000004 aa 077777 000043 33 its -1,1,n 000005 aa 000001 000000 34 "  000006 35 segdef offset_null_value internal value of offset null value  000006 36 offset_null_value:  000006 aa 777777 777777 37 oct 777777777777  38 "  000007 39 segdef def_pool_size  000007 40 def_pool_size:  000007 aa 000000 000012 41 dec 10 size of definition pool  42 "  000010 43 segdef version_number  000010 44 version_number: 000010 aa 000000 000002 45 dec 2  46 "  47 " VARIABLES 48 "  49 use linkc  50 join /link/linkc  51 "  52 " FIXED SCALARS 53 "  000010 54 segdef aos_array loc in linkage section of current position  000010 55 bss aos_array,1 in array of aos counters for entries into prog.  56 "  000011 57 segdef bit_count bit count of object segment  000011 58 bss bit_count,1  59 "  60 even  000012 61 segdef clock_time clock reading at start of compilation  000012 62 bss clock_time,2  63 "  000014 64 segdef cur_level nexting level of block being compiled  000014 65 bss cur_level,1  66 "  000015 67 segdef def_origin rel(cg_stat$def_base) stored as fixed bin(18)  000015 68 bss def_origin,1  69 "  000016 70 segdef def_pool dim(0:10) 000016 71 bss def_pool,11 vector of pooled definition ptrs for ext static  72 "  000031 73 segdef def_pos next position to be filled in definitions section  000031 74 bss def_pos,1  75 "  000032 76 segdef last_base_used last base register used  000032 77 bss last_base_used,1  78 "  000033 79 segdef last_call position in text of last call operator  000033 80 bss last_call,1  81 "  000034 82 segdef last_index_used last index used in index chain  000034 83 bss last_index_used,1  84 "  000035 85 segdef last_macro last macro expanded  000035 86 bss last_macro,1  87 "  000036 88 segdef link_begin offset where links start in linkage segment  000036 89 bss link_begin,1  90 "  000037 91 segdef link_origin rel(cg_stat$link_base) stored as fixed bin(18)  000037 92 bss link_origin,1  93 "  000040 94 segdef link_pos next position to be filled in linkage section 000040 95 bss link_pos,1 96 "  000041 97 segdef link_rel start of linkage in object segment  000041 98 bss link_rel,1 99 "  000042 100 segdef list_break vector of section breaks in listing  000042 101 bss list_break,4  102 "  000046 103 segdef map_start loc of start of source map in symbol 000046 104 bss map_start,1  105 "  000047 106 segdef profile_pos next position to be filled in profile  000047 107 bss profile_pos,1  108 "  000050 109 segdef profile_start position of start of long_profile 000050 110 bss profile_start,1  111 "  000051 112 segdef stat_pos next position to be filled in static section 000051 113 bss stat_pos,1  114 "  000052 115 segdef stat_rel start of static in object segment  000052 116 bss stat_rel,1  117 "  000053 118 segdef sym_origin rel(cg_stat$sym_base) stored as fixed bin(18)  000053 119 bss sym_origin,1  120 "  000054 121 segdef sym_pos next position to be filled in symbol section  000054 122 bss sym_pos,1  123 "  000055 124 segdef sym_rel start of symbol in object segment  000055 125 bss sym_rel,1  126 "  000056 127 segdef text_origin rel(cg_stat$text_base) stored as fixed bin(18)  000056 128 bss text_origin,1  129 "  000057 130 segdef text_pos next position to be filled in text section  000057 131 bss text_pos,1 132 "  133 " BIT SCALARS  134 "  000060 135 segdef debug bit(1), ON if debug option used  000060 136 bss debug,1  137 "  000061 138 segdef extended_stack bit(1), ON if stack extended at run-time 000061 139 bss extended_stack,1  140 "  000062 141 segdef for_test_called bit(1), ON if compile_exp$for_test called  000062 142 bss for_test_called,1  143 "  000063 144 segdef full_symtab bit(1), ON means generate full symbol table 000063 145 bss full_symtab,1  146 "  000064 147 segdef generate_map bit(1), ON if statement map being generated  000064 148 bss generate_map,1 149 "  000065 150 segdef generate_symtab bit(1), ON if "put_in_symtab" bit found on any symbol  000065 151 bss generate_symtab,1  152 "  000066 153 segdef in_thunk bit(1), ON if compiling thunk 000066 154 bss in_thunk,1 155 "  000067 156 segdef in_prologue bit(1), ON if compiling prologue  000067 157 bss in_prologue,1  158 "  000070 159 segdef io_used bit(1), ON if io statements used  000070 160 bss io_used,1  161 "  000071 162 segdef last_def bit(18), loc of last definition  000071 163 bss last_def,1 164 "  000072 165 segdef long_profile bit(1), ON if -long_profile specified  000072 166 bss long_profile,1 167 "  000073 168 segdef old_id bit(27), id of last entry in object map 000073 169 bss old_id,1  170 "  000074 171 segdef optimize bit(1), ON if optimize specified  000074 172 bss optimize,1 173 "  000075 174 segdef profile_option bit(1), ON if profile should be generated  000075 175 bss profile_option,1  176 "  000076 177 segdef save_exp_called bit(1), ON if compile_exp$save called  000076 178 bss save_exp_called,1  179 "  000077 180 segdef seg_def bit(18), loc of class 3 segname definition 000077 181 bss seg_def,1  182 "  000100 183 segdef skip_to_label bit(1), ON if ignoring lines after uncond tra 000100 184 bss skip_to_label,1  185 "  000101 186 segdef star_symbol_up_zero bit(18), location of link to <*symbol>|0  000101 187 bss star_symbol_up_zero,1  188 "  000102 189 segdef separate_static bit(1), ON if separate static section  000102 190 bss separate_static,1  191 "  000103 192 segdef stop_id bit(27), id of statement to stop on, debugging only  000103 aa 777777 777777 193 stop_id: oct 777777777777  194 "  000104 195 segdef support bit(1), ON if support option specified  000104 196 bss support,1  197 "  000105 198 segdef table_option bit(1), ON if table option specified  000105 199 bss table_option,1 200 "  000106 201 segdef use_type_6 bit(1), ON if type 6 links must be generated 000106 202 bss use_type_6,1 for external data references  203 "  000107 204 segdef used_operator (900) bit(1), ON if ith operator used 000107 205 bss used_operator,25  206 "  000140 207 segdef zero_def bit(18), loc of zero word in definitions  000140 208 bss zero_def,1 209 "  210 "  211 " CHARACTER SCALARS 212 "  000141 213 segdef compiler_name char(12) var, name of compiler  000141 214 bss compiler_name,4  215 "  000145 216 segdef seg_name char(32) var, name of program being compiled  000145 217 bss seg_name,9 218 "  000156 219 segdef version_name char(64) var, version of compiler message  000156 220 bss version_name,34  221 "  222 " POINTER SCALARS  223 "  224 even  225 "  000220 226 segdef agg_temps ptr to list of aggreate temps allocated  000220 227 bss agg_temps,2  228 "  000222 229 segdef complex_ac ptr to ref node for complex accumulator  000222 230 bss complex_ac,2  231 "  000224 232 segdef constant_list ptr to list of constants  000224 233 bss constant_list,2  234 "  000226 235 segdef cur_block ptr to block being compiled  000226 236 bss cur_block,2  237 "  000230 238 segdef cur_entry ptr to current entry statement  000230 239 bss cur_entry,2  240 "  000232 241 segdef cur_node ptr to current node in tree  000232 242 bss cur_node,2 243 "  000234 244 segdef cur_statement ptr to statement being compiled  000234 245 bss cur_statement,2  246 "  000236 247 segdef cur_tree ptr to tree being compiled  000236 248 bss cur_tree,2 249 "  000240 250 segdef def_base ptr to base of definitions section buffer 000240 251 bss def_base,2 252 "  000242 253 segdef def_reloc_base ptr to base of definitions section relocation buffer 000242 254 bss def_reloc_base,2  255 "  000244 256 segdef desc_list_ptr  000244 257 desc_list_ptr:  000244 aa 077777 000043 258 its -1,1,n  000245 aa 000001 000000 259 "  000246 260 segdef double_temp ptr to ref node for double temp cell  000246 261 bss double_temp,2  262 "  000250 263 segdef dummy_block ptr to block node for use by e_v  000250 264 bss dummy_block,2  265 "  000252 266 segdef dummy_statement ptr to statement node for use by e_v  000252 267 bss dummy_statement,2  268 "  000254 269 segdef eis_temp ptr to temporary set up by string_temp 000254 270 bss eis_temp,2 271 "  000256 272 segdef encoded_values ptr to list of values encoded by e_v 000256 273 bss encoded_values,2  274 "  000260 275 segdef entry_arg ptr to arg for entry macro  000260 276 bss entry_arg,2  277 "  000262 278 segdef entry_vector_pointer ptr to entry_vector in fortran|pl1 000262 279 bss entry_vector_pointer,2 280 "  000264 281 segdef ev_qual ptr to param ptr qual exp used by e_v  000264 282 bss ev_qual,2  283 "  000266 284 segdef ext_proc_list ptr to list of external procedures used  000266 285 bss ext_proc_list,2  286 "  000270 287 segdef ext_var_list ptr to list of external variables used 000270 288 bss ext_var_list,2 289 "  000272 290 segdef first_op ptr to first operator node used by eval_exp  000272 291 bss first_op,2 292 "  000274 293 segdef first_ref ptr to first reference node on get_reference list  000274 294 bss first_ref,2  295 "  000276 296 segdef format_list ptr to list of format nodes 000276 297 bss format_list,2  298 "  000300 299 segdef jump_label ptr to scratch label used by jump_op 000300 300 bss jump_label,2  301 "  000302 302 segdef label_list ptr to list of label_arrays  000302 303 bss label_list,2  304 "  000304 305 segdef last_encoded ptr to last value encoded by e_v  000304 306 bss last_encoded,2 307 "  000306 308 segdef last_label ptr to last label array in label_list  000306 309 bss last_label,2  310 "  000310 311 segdef link_base ptr to base of linkage section buffer  000310 312 bss link_base,2  313 "  000312 314 segdef link_reloc_base ptr to base of linkage section relocation buffer  000312 315 bss link_reloc_base,2  316 "  000314 317 segdef long_string_temp ptr to ref node for long string temp cell  000314 318 bss long_string_temp,2 319 "  000316 320 segdef m_s_p ptr to machine state node  000316 321 bss m_s_p,2  322 "  000320 323 segdef ms_list ptr to list of machine state nodes 000320 324 bss ms_list,2  325 "  000322 326 segdef name_list ptr to list of names kept by "name_assign"  000322 327 bss name_list,2  328 "  000324 329 segdef next_op ptr to next operator node to be used by eval_exp  000324 330 bss next_op,2  331 "  000326 332 segdef next_ref ptr to next reference node on get_reference list  000326 333 bss next_ref,2 334 "  000330 335 segdef objmap_pt ptr to object map in object segment  000330 336 bss objmap_pt,2  337 "  000332 338 segdef profile_base ptr to base of seg where profile is placed 000332 339 bss profile_base,2 340 "  000334 341 segdef prol_ent ptr to label defining prologue entry point  000334 342 bss prol_ent,2 343 "  000336 344 segdef return_operator ptr to node for return op in pl1_ops_  000336 345 bss return_operator,2  346 "  000340 347 segdef root ptr to root of program being compiled 000340 348 bss root,2 349 "  000342 350 segdef stop_operator ptr to node for return op in pl1_ops_ 000342 351 bss stop_operator,2  352 "  000344 353 segdef return_main_operator ptr to node for return_main op in pl1_ops_ 000344 354 bss return_main_operator,2 355 "  000346 356 segdef stat_base ptr to base of static section buffer 000346 357 stat_base:  000346 aa 077777 000043 358 its -1,1,n  000347 aa 000001 000000 359 "  000350 360 segdef sym_base ptr to base of symbol section buffer  000350 361 bss sym_base,2 362 "  000352 363 segdef sym_reloc_base ptr to base of symbol section relocation buffer  000352 364 bss sym_reloc_base,2  365 "  000354 366 segdef sym_use_base ptr to array giving use of symbols in text section 000354 367 bss sym_use_base,2 368 "  000356 369 segdef temp_ref ptr to reference for temp result of operator  000356 370 bss temp_ref,2 371 "  000360 372 segdef temporary_list ptr to list of temporaries  000360 373 bss temporary_list,2  374 "  000362 375 segdef text_base ptr to base of text section buffer  000362 376 bss text_base,2  377 "  000364 378 segdef text_reloc_base ptr to base of text section relocation buffer  000364 379 bss text_reloc_base,2  380 "  000366 381 segdef validate_proc ptr to dcl of validation procedure  000366 382 validate_proc:  000366 aa 077777 000043 383 its -1,1,n 000367 aa 000001 000000 384 "  000370 385 segdef word_ref ptr to ref node for word offset part of offset  000370 386 bss word_ref,2 387 "  388 " AGGREGATES  389 "  000372 390 segdef statement_map  000372 391 bss statement_map,1  392 end  NO LITERALS  NAME DEFINITIONS FOR ENTRY POINTS AND SEGDEFS 000012 5a 000003 000000 000013 5a 001351 600000 000014 aa 000000 000000 000015 55 000010 000002 000016 5a 000002 400003 000017 55 000006 000010 000020 aa 007 143 147 137 000021 aa 163 164 141 164 000022 55 000017 000003 000023 2a 000372 400001 000024 55 000013 000003 000025 aa 015 163 164 141 statement_map  000026 aa 164 145 155 145 000027 aa 156 164 137 155 000030 aa 141 160 000 000 000031 55 000025 000010 000032 2a 000370 400001 000033 55 000022 000003 000034 aa 010 167 157 162 word_ref  000035 aa 144 137 162 145 000036 aa 146 000 000 000 000037 55 000034 000017 000040 2a 000366 400001 000041 55 000030 000003 000042 aa 015 166 141 154 validate_proc  000043 aa 151 144 141 164 000044 aa 145 137 160 162 000045 aa 157 143 000 000 000046 55 000043 000025 000047 2a 000364 400001 000050 55 000037 000003 000051 aa 017 164 145 170 text_reloc_base 000052 aa 164 137 162 145 000053 aa 154 157 143 137 000054 aa 142 141 163 145 000055 55 000051 000034 000056 2a 000362 400001 000057 55 000046 000003 000060 aa 011 164 145 170 text_base  000061 aa 164 137 142 141 000062 aa 163 145 000 000 000063 55 000060 000043 000064 2a 000360 400001 000065 55 000054 000003 000066 aa 016 164 145 155 temporary_list  000067 aa 160 157 162 141 000070 aa 162 171 137 154 000071 aa 151 163 164 000 000072 55 000066 000051 000073 2a 000356 400001 000074 55 000063 000003 000075 aa 010 164 145 155 temp_ref  000076 aa 160 137 162 145 000077 aa 146 000 000 000 000100 55 000075 000060 000101 2a 000354 400001 000102 55 000071 000003 000103 aa 014 163 171 155 sym_use_base  000104 aa 137 165 163 145 000105 aa 137 142 141 163 000106 aa 145 000 000 000 000107 55 000104 000066 000110 2a 000352 400001 000111 55 000100 000003 000112 aa 016 163 171 155 sym_reloc_base  000113 aa 137 162 145 154 000114 aa 157 143 137 142 000115 aa 141 163 145 000 000116 55 000112 000075 000117 2a 000350 400001 000120 55 000107 000003 000121 aa 010 163 171 155 sym_base  000122 aa 137 142 141 163 000123 aa 145 000 000 000 000124 55 000120 000104 000125 2a 000346 400001 000126 55 000115 000003 000127 aa 011 163 164 141 stat_base  000130 aa 164 137 142 141 000131 aa 163 145 000 000 000132 55 000131 000112 000133 2a 000344 400001 000134 55 000123 000003 000135 aa 024 162 145 164 return_main_operator  000136 aa 165 162 156 137 000137 aa 155 141 151 156 000140 aa 137 157 160 145 000141 aa 162 141 164 157 000142 aa 162 000 000 000 000143 55 000140 000120 000144 2a 000342 400001 000145 55 000134 000003 000146 aa 015 163 164 157 stop_operator  000147 aa 160 137 157 160 000150 aa 145 162 141 164 000151 aa 157 162 000 000 000152 55 000145 000131 000153 2a 000340 400001 000154 55 000143 000003 000155 aa 004 162 157 157 root  000156 aa 164 000 000 000 000157 55 000154 000140 000160 2a 000336 400001 000161 55 000150 000003 000162 aa 017 162 145 164 return_operator 000163 aa 165 162 156 137 000164 aa 157 160 145 162 000165 aa 141 164 157 162 000166 55 000162 000145 000167 2a 000334 400001 000170 55 000157 000003 000171 aa 010 160 162 157 prol_ent  000172 aa 154 137 145 156 000173 aa 164 000 000 000 000174 55 000171 000154 000175 2a 000332 400001 000176 55 000165 000003 000177 aa 014 160 162 157 profile_base  000200 aa 146 151 154 145 000201 aa 137 142 141 163 000202 aa 145 000 000 000 000203 55 000177 000162 000204 2a 000330 400001 000205 55 000174 000003 000206 aa 011 157 142 152 objmap_pt  000207 aa 155 141 160 137 000210 aa 160 164 000 000 000211 55 000205 000171 000212 2a 000326 400001 000213 55 000202 000003 000214 aa 010 156 145 170 next_ref  000215 aa 164 137 162 145 000216 aa 146 000 000 000 000217 55 000212 000177 000220 2a 000324 400001 000221 55 000210 000003 000222 aa 007 156 145 170 next_op 000223 aa 164 137 157 160 000224 55 000220 000205 000225 2a 000322 400001 000226 55 000215 000003 000227 aa 011 156 141 155 name_list  000230 aa 145 137 154 151 000231 aa 163 164 000 000 000232 55 000225 000212 000233 2a 000320 400001 000234 55 000223 000003 000235 aa 007 155 163 137 ms_list 000236 aa 154 151 163 164 000237 55 000232 000220 000240 2a 000316 400001 000241 55 000230 000003 000242 aa 005 155 137 163 m_s_p  000243 aa 137 160 000 000 000244 55 000242 000225 000245 2a 000314 400001 000246 55 000235 000003 000247 aa 020 154 157 156 long_string_temp  000250 aa 147 137 163 164 000251 aa 162 151 156 147 000252 aa 137 164 145 155 000253 aa 160 000 000 000 000254 55 000251 000232 000255 2a 000312 400001 000256 55 000245 000003 000257 aa 017 154 151 156 link_reloc_base 000260 aa 153 137 162 145 000261 aa 154 157 143 137 000262 aa 142 141 163 145 000263 55 000257 000242 000264 2a 000310 400001 000265 55 000254 000003 000266 aa 011 154 151 156 link_base  000267 aa 153 137 142 141 000270 aa 163 145 000 000 000271 55 000265 000251 000272 2a 000306 400001 000273 55 000262 000003 000274 aa 012 154 141 163 last_label  000275 aa 164 137 154 141 000276 aa 142 145 154 000 000277 55 000274 000257 000300 2a 000304 400001 000301 55 000270 000003 000302 aa 014 154 141 163 last_encoded  000303 aa 164 137 145 156 000304 aa 143 157 144 145 000305 aa 144 000 000 000 000306 55 000302 000265 000307 2a 000302 400001 000310 55 000277 000003 000311 aa 012 154 141 142 label_list  000312 aa 145 154 137 154 000313 aa 151 163 164 000 000314 55 000310 000274 000315 2a 000300 400001 000316 55 000305 000003 000317 aa 012 152 165 155 jump_label  000320 aa 160 137 154 141 000321 aa 142 145 154 000 000322 55 000316 000302 000323 2a 000276 400001 000324 55 000313 000003 000325 aa 013 146 157 162 format_list 000326 aa 155 141 164 137 000327 aa 154 151 163 164 000330 55 000324 000310 000331 2a 000274 400001 000332 55 000321 000003 000333 aa 011 146 151 162 first_ref  000334 aa 163 164 137 162 000335 aa 145 146 000 000 000336 55 000332 000316 000337 2a 000272 400001 000340 55 000327 000003 000341 aa 010 146 151 162 first_op  000342 aa 163 164 137 157 000343 aa 160 000 000 000 000344 55 000341 000324 000345 2a 000270 400001 000346 55 000335 000003 000347 aa 014 145 170 164 ext_var_list  000350 aa 137 166 141 162 000351 aa 137 154 151 163 000352 aa 164 000 000 000 000353 55 000350 000332 000354 2a 000266 400001 000355 55 000344 000003 000356 aa 015 145 170 164 ext_proc_list  000357 aa 137 160 162 157 000360 aa 143 137 154 151 000361 aa 163 164 000 000 000362 55 000355 000341 000363 2a 000264 400001 000364 55 000353 000003 000365 aa 007 145 166 137 ev_qual 000366 aa 161 165 141 154 000367 55 000366 000350 000370 2a 000262 400001 000371 55 000360 000003 000372 aa 024 145 156 164 entry_vector_pointer  000373 aa 162 171 137 166 000374 aa 145 143 164 157 000375 aa 162 137 160 157 000376 aa 151 156 164 145 000377 aa 162 000 000 000 000400 55 000374 000355 000401 2a 000260 400001 000402 55 000371 000003 000403 aa 011 145 156 164 entry_arg  000404 aa 162 171 137 141 000405 aa 162 147 000 000 000406 55 000403 000366 000407 2a 000256 400001 000410 55 000377 000003 000411 aa 016 145 156 143 encoded_values  000412 aa 157 144 145 144 000413 aa 137 166 141 154 000414 aa 165 145 163 000 000415 55 000411 000374 000416 2a 000254 400001 000417 55 000406 000003 000420 aa 010 145 151 163 eis_temp  000421 aa 137 164 145 155 000422 aa 160 000 000 000 000423 55 000420 000403 000424 2a 000252 400001 000425 55 000414 000003 000426 aa 017 144 165 155 dummy_statement 000427 aa 155 171 137 163 000430 aa 164 141 164 145 000431 aa 155 145 156 164 000432 55 000426 000411 000433 2a 000250 400001 000434 55 000423 000003 000435 aa 013 144 165 155 dummy_block 000436 aa 155 171 137 142 000437 aa 154 157 143 153 000440 55 000434 000420 000441 2a 000246 400001 000442 55 000431 000003 000443 aa 013 144 157 165 double_temp 000444 aa 142 154 145 137 000445 aa 164 145 155 160 000446 55 000443 000426 000447 2a 000244 400001 000450 55 000437 000003 000451 aa 015 144 145 163 desc_list_ptr  000452 aa 143 137 154 151 000453 aa 163 164 137 160 000454 aa 164 162 000 000 000455 55 000452 000434 000456 2a 000242 400001 000457 55 000446 000003 000460 aa 016 144 145 146 def_reloc_base  000461 aa 137 162 145 154 000462 aa 157 143 137 142 000463 aa 141 163 145 000 000464 55 000460 000443 000465 2a 000240 400001 000466 55 000455 000003 000467 aa 010 144 145 146 def_base  000470 aa 137 142 141 163 000471 aa 145 000 000 000 000472 55 000466 000452 000473 2a 000236 400001 000474 55 000463 000003 000475 aa 010 143 165 162 cur_tree  000476 aa 137 164 162 145 000477 aa 145 000 000 000 000500 55 000475 000460 000501 2a 000234 400001 000502 55 000471 000003 000503 aa 015 143 165 162 cur_statement  000504 aa 137 163 164 141 000505 aa 164 145 155 145 000506 aa 156 164 000 000 000507 55 000503 000466 000510 2a 000232 400001 000511 55 000500 000003 000512 aa 010 143 165 162 cur_node  000513 aa 137 156 157 144 000514 aa 145 000 000 000 000515 55 000511 000475 000516 2a 000230 400001 000517 55 000506 000003 000520 aa 011 143 165 162 cur_entry  000521 aa 137 145 156 164 000522 aa 162 171 000 000 000523 55 000517 000503 000524 2a 000226 400001 000525 55 000514 000003 000526 aa 011 143 165 162 cur_block  000527 aa 137 142 154 157 000530 aa 143 153 000 000 000531 55 000526 000511 000532 2a 000224 400001 000533 55 000522 000003 000534 aa 015 143 157 156 constant_list  000535 aa 163 164 141 156 000536 aa 164 137 154 151 000537 aa 163 164 000 000 000540 55 000534 000517 000541 2a 000222 400001 000542 55 000531 000003 000543 aa 012 143 157 155 complex_ac  000544 aa 160 154 145 170 000545 aa 137 141 143 000 000546 55 000542 000526 000547 2a 000220 400001 000550 55 000537 000003 000551 aa 011 141 147 147 agg_temps  000552 aa 137 164 145 155 000553 aa 160 163 000 000 000554 55 000551 000534 000555 2a 000156 400001 000556 55 000545 000003 000557 aa 014 166 145 162 version_name  000560 aa 163 151 157 156 000561 aa 137 156 141 155 000562 aa 145 000 000 000 000563 55 000557 000542 000564 2a 000145 400001 000565 55 000554 000003 000566 aa 010 163 145 147 seg_name  000567 aa 137 156 141 155 000570 aa 145 000 000 000 000571 55 000566 000551 000572 2a 000141 400001 000573 55 000562 000003 000574 aa 015 143 157 155 compiler_name  000575 aa 160 151 154 145 000576 aa 162 137 156 141 000577 aa 155 145 000 000 000600 55 000574 000557 000601 2a 000140 400001 000602 55 000571 000003 000603 aa 010 172 145 162 zero_def  000604 aa 157 137 144 145 000605 aa 146 000 000 000 000606 55 000603 000566 000607 2a 000107 400001 000610 55 000577 000003 000611 aa 015 165 163 145 used_operator  000612 aa 144 137 157 160 000613 aa 145 162 141 164 000614 aa 157 162 000 000 000615 55 000611 000574 000616 2a 000106 400001 000617 55 000606 000003 000620 aa 012 165 163 145 use_type_6  000621 aa 137 164 171 160 000622 aa 145 137 066 000 000623 55 000620 000603 000624 2a 000105 400001 000625 55 000614 000003 000626 aa 014 164 141 142 table_option  000627 aa 154 145 137 157 000630 aa 160 164 151 157 000631 aa 156 000 000 000 000632 55 000625 000611 000633 2a 000104 400001 000634 55 000623 000003 000635 aa 007 163 165 160 support 000636 aa 160 157 162 164 000637 55 000632 000620 000640 2a 000103 400001 000641 55 000630 000003 000642 aa 007 163 164 157 stop_id 000643 aa 160 137 151 144 000644 55 000641 000625 000645 2a 000102 400001 000646 55 000635 000003 000647 aa 017 163 145 160 separate_static 000650 aa 141 162 141 164 000651 aa 145 137 163 164 000652 aa 141 164 151 143 000653 55 000651 000632 000654 2a 000101 400001 000655 55 000644 000003 000656 aa 023 163 164 141 star_symbol_up_zero 000657 aa 162 137 163 171 000660 aa 155 142 157 154 000661 aa 137 165 160 137 000662 aa 172 145 162 157 000663 55 000660 000641 000664 2a 000100 400001 000665 55 000654 000003 000666 aa 015 163 153 151 skip_to_label  000667 aa 160 137 164 157 000670 aa 137 154 141 142 000671 aa 145 154 000 000 000672 55 000665 000651 000673 2a 000077 400001 000674 55 000663 000003 000675 aa 007 163 145 147 seg_def 000676 aa 137 144 145 146 000677 55 000674 000660 000700 2a 000076 400001 000701 55 000670 000003 000702 aa 017 163 141 166 save_exp_called 000703 aa 145 137 145 170 000704 aa 160 137 143 141 000705 aa 154 154 145 144 000706 55 000703 000665 000707 2a 000075 400001 000710 55 000677 000003 000711 aa 016 160 162 157 profile_option  000712 aa 146 151 154 145 000713 aa 137 157 160 164 000714 aa 151 157 156 000 000715 55 000711 000674 000716 2a 000074 400001 000717 55 000706 000003 000720 aa 010 157 160 164 optimize  000721 aa 151 155 151 172 000722 aa 145 000 000 000 000723 55 000716 000703 000724 2a 000073 400001 000725 55 000714 000003 000726 aa 006 157 154 144 old_id  000727 aa 137 151 144 000 000730 55 000725 000711 000731 2a 000072 400001 000732 55 000721 000003 000733 aa 014 154 157 156 long_profile  000734 aa 147 137 160 162 000735 aa 157 146 151 154 000736 aa 145 000 000 000 000737 55 000733 000716 000740 2a 000071 400001 000741 55 000730 000003 000742 aa 010 154 141 163 last_def  000743 aa 164 137 144 145 000744 aa 146 000 000 000 000745 55 000740 000725 000746 2a 000070 400001 000747 55 000736 000003 000750 aa 007 151 157 137 io_used 000751 aa 165 163 145 144 000752 55 000746 000733 000753 2a 000067 400001 000754 55 000743 000003 000755 aa 013 151 156 137 in_prologue 000756 aa 160 162 157 154 000757 aa 157 147 165 145 000760 55 000754 000740 000761 2a 000066 400001 000762 55 000751 000003 000763 aa 010 151 156 137 in_thunk  000764 aa 164 150 165 156 000765 aa 153 000 000 000 000766 55 000763 000746 000767 2a 000065 400001 000770 55 000757 000003 000771 aa 017 147 145 156 generate_symtab 000772 aa 145 162 141 164 000773 aa 145 137 163 171 000774 aa 155 164 141 142 000775 55 000772 000754 000776 2a 000064 400001 000777 55 000766 000003 001000 aa 014 147 145 156 generate_map  001001 aa 145 162 141 164 001002 aa 145 137 155 141 001003 aa 160 000 000 000 001004 55 001000 000763 001005 2a 000063 400001 001006 55 000775 000003 001007 aa 013 146 165 154 full_symtab 001010 aa 154 137 163 171 001011 aa 155 164 141 142 001012 55 001007 000772 001013 2a 000062 400001 001014 55 001003 000003 001015 aa 017 146 157 162 for_test_called 001016 aa 137 164 145 163 001017 aa 164 137 143 141 001020 aa 154 154 145 144 001021 55 001016 001000 001022 2a 000061 400001 001023 55 001012 000003 001024 aa 016 145 170 164 extended_stack  001025 aa 145 156 144 145 001026 aa 144 137 163 164 001027 aa 141 143 153 000 001030 55 001023 001007 001031 2a 000060 400001 001032 55 001021 000003 001033 aa 005 144 145 142 debug  001034 aa 165 147 000 000 001035 55 001031 001016 001036 2a 000057 400001 001037 55 001026 000003 001040 aa 010 164 145 170 text_pos  001041 aa 164 137 160 157 001042 aa 163 000 000 000 001043 55 001037 001023 001044 2a 000056 400001 001045 55 001034 000003 001046 aa 013 164 145 170 text_origin 001047 aa 164 137 157 162 001050 aa 151 147 151 156 001051 55 001044 001031 001052 2a 000055 400001 001053 55 001042 000003 001054 aa 007 163 171 155 sym_rel 001055 aa 137 162 145 154 001056 55 001051 001037 001057 2a 000054 400001 001060 55 001047 000003 001061 aa 007 163 171 155 sym_pos 001062 aa 137 160 157 163 001063 55 001057 001044 001064 2a 000053 400001 001065 55 001054 000003 001066 aa 012 163 171 155 sym_origin  001067 aa 137 157 162 151 001070 aa 147 151 156 000 001071 55 001065 001051 001072 2a 000052 400001 001073 55 001062 000003 001074 aa 010 163 164 141 stat_rel  001075 aa 164 137 162 145 001076 aa 154 000 000 000 001077 55 001073 001057 001100 2a 000051 400001 001101 55 001070 000003 001102 aa 010 163 164 141 stat_pos  001103 aa 164 137 160 157 001104 aa 163 000 000 000 001105 55 001102 001065 001106 2a 000050 400001 001107 55 001076 000003 001110 aa 015 160 162 157 profile_start  001111 aa 146 151 154 145 001112 aa 137 163 164 141 001113 aa 162 164 000 000 001114 55 001110 001073 001115 2a 000047 400001 001116 55 001105 000003 001117 aa 013 160 162 157 profile_pos 001120 aa 146 151 154 145 001121 aa 137 160 157 163 001122 55 001116 001102 001123 2a 000046 400001 001124 55 001113 000003 001125 aa 011 155 141 160 map_start  001126 aa 137 163 164 141 001127 aa 162 164 000 000 001130 55 001124 001110 001131 2a 000042 400001 001132 55 001121 000003 001133 aa 012 154 151 163 list_break  001134 aa 164 137 142 162 001135 aa 145 141 153 000 001136 55 001132 001116 001137 2a 000041 400001 001140 55 001127 000003 001141 aa 010 154 151 156 link_rel  001142 aa 153 137 162 145 001143 aa 154 000 000 000 001144 55 001140 001124 001145 2a 000040 400001 001146 55 001135 000003 001147 aa 010 154 151 156 link_pos  001150 aa 153 137 160 157 001151 aa 163 000 000 000 001152 55 001146 001132 001153 2a 000037 400001 001154 55 001143 000003 001155 aa 013 154 151 156 link_origin 001156 aa 153 137 157 162 001157 aa 151 147 151 156 001160 55 001154 001140 001161 2a 000036 400001 001162 55 001151 000003 001163 aa 012 154 151 156 link_begin  001164 aa 153 137 142 145 001165 aa 147 151 156 000 001166 55 001162 001146 001167 2a 000035 400001 001170 55 001157 000003 001171 aa 012 154 141 163 last_macro  001172 aa 164 137 155 141 001173 aa 143 162 157 000 001174 55 001171 001154 001175 2a 000034 400001 001176 55 001165 000003 001177 aa 017 154 141 163 last_index_used 001200 aa 164 137 151 156 001201 aa 144 145 170 137 001202 aa 165 163 145 144 001203 55 001177 001162 001204 2a 000033 400001 001205 55 001174 000003 001206 aa 011 154 141 163 last_call  001207 aa 164 137 143 141 001210 aa 154 154 000 000 001211 55 001206 001171 001212 2a 000032 400001 001213 55 001202 000003 001214 aa 016 154 141 163 last_base_used  001215 aa 164 137 142 141 001216 aa 163 145 137 165 001217 aa 163 145 144 000 001220 55 001213 001177 001221 2a 000031 400001 001222 55 001211 000003 001223 aa 007 144 145 146 def_pos 001224 aa 137 160 157 163 001225 55 001221 001206 001226 2a 000016 400001 001227 55 001216 000003 001230 aa 010 144 145 146 def_pool  001231 aa 137 160 157 157 001232 aa 154 000 000 000 001233 55 001227 001213 001234 2a 000015 400001 001235 55 001224 000003 001236 aa 012 144 145 146 def_origin  001237 aa 137 157 162 151 001240 aa 147 151 156 000 001241 55 001235 001221 001242 2a 000014 400001 001243 55 001232 000003 001244 aa 011 143 165 162 cur_level  001245 aa 137 154 145 166 001246 aa 145 154 000 000 001247 55 001243 001227 001250 2a 000012 400001 001251 55 001240 000003 001252 aa 012 143 154 157 clock_time  001253 aa 143 153 137 164 001254 aa 151 155 145 000 001255 55 001251 001235 001256 2a 000011 400001 001257 55 001246 000003 001260 aa 011 142 151 164 bit_count  001261 aa 137 143 157 165 001262 aa 156 164 000 000 001263 55 001257 001243 001264 2a 000010 400001 001265 55 001254 000003 001266 aa 011 141 157 163 aos_array  001267 aa 137 141 162 162 001270 aa 141 171 000 000 001271 55 001266 001251 001272 0a 000010 400000 001273 55 001262 000003 001274 aa 016 166 145 162 version_number  001275 aa 163 151 157 156 001276 aa 137 156 165 155 001277 aa 142 145 162 000 001300 55 001275 001257 001301 0a 000007 400000 001302 55 001271 000003 001303 aa 015 144 145 146 def_pool_size  001304 aa 137 160 157 157 001305 aa 154 137 163 151 001306 aa 172 145 000 000 001307 55 001305 001266 001310 0a 000006 400000 001311 55 001300 000003 001312 aa 021 157 146 146 offset_null_value  001313 aa 163 145 164 137 001314 aa 156 165 154 154 001315 aa 137 166 141 154 001316 aa 165 145 000 000 001317 55 001313 001275 001320 0a 000004 400000 001321 55 001310 000003 001322 aa 012 156 165 154 null_value  001323 aa 154 137 166 141 001324 aa 154 165 145 000 001325 55 001323 001305 001326 0a 000002 400000 001327 55 001316 000003 001330 aa 021 160 141 143 packed_null_value  001331 aa 153 145 144 137 001332 aa 156 165 154 154 001333 aa 137 166 141 154 001334 aa 165 145 000 000 001335 55 001332 001313 001336 0a 000001 400000 001337 55 001326 000003 001340 aa 016 155 141 170 max_stack_size  001341 aa 137 163 164 141 001342 aa 143 153 137 163 001343 aa 151 172 145 000 001344 55 001342 001323 001345 0a 000000 400000 001346 55 001335 000003 001347 aa 020 155 141 170 max_program_size  001350 aa 137 160 162 157 001351 aa 147 162 141 155 001352 aa 137 163 151 172 001353 aa 145 000 000 000 001354 55 000002 001332 001355 6a 000000 400002 001356 55 001345 000003 001357 aa 014 163 171 155 symbol_table  001360 aa 142 157 154 137 001361 aa 164 141 142 154 001362 aa 145 000 000 000 DEFINITIONS HASH TABLE  001363 aa 000000 000235 001364 aa 000000 000000 001365 aa 000000 000000 001366 5a 001031 000000 001367 5a 000534 000000 001370 aa 000000 000000 001371 aa 000000 000000 001372 5a 000043 000000 001373 aa 000000 000000 001374 5a 000010 000000 001375 5a 001023 000000 001376 5a 000302 000000 001377 aa 000000 000000 001400 aa 000000 000000 001401 aa 000000 000000 001402 aa 000000 000000 001403 aa 000000 000000 001404 5a 000112 000000 001405 5a 000466 000000 001406 5a 001057 000000 001407 5a 001065 000000 001410 aa 000000 000000 001411 aa 000000 000000 001412 5a 000131 000000 001413 5a 000316 000000 001414 aa 000000 000000 001415 5a 000324 000000 001416 5a 000503 000000 001417 5a 000460 000000 001420 5a 000475 000000 001421 5a 000274 000000 001422 5a 000511 000000 001423 5a 000665 000000 001424 5a 000632 000000 001425 5a 001227 000000 001426 5a 000625 000000 001427 5a 000772 000000 001430 5a 000574 000000 001431 5a 000551 000000 001432 5a 000140 000000 001433 5a 000660 000000 001434 5a 000566 000000 001435 5a 000711 000000 001436 5a 000265 000000 001437 5a 000603 000000 001440 5a 000025 000000 001441 5a 000242 000000 001442 5a 000257 000000 001443 5a 000426 000000 001444 5a 001007 000000 001445 5a 001154 000000 001446 5a 000341 000000 001447 5a 000725 000000 001450 5a 000332 000000 001451 5a 001140 000000 001452 5a 001162 000000 001453 5a 001146 000000 001454 5a 001171 000000 001455 5a 000251 000000 001456 5a 000703 000000 001457 5a 000542 000000 001460 5a 001116 000000 001461 5a 001124 000000 001462 5a 001132 000000 001463 5a 001177 000000 001464 5a 001243 000000 001465 5a 001251 000000 001466 5a 000075 000000 001467 5a 000740 000000 001470 5a 001257 000000 001471 aa 000000 000000 001472 5a 000066 000000 001473 5a 001342 000000 001474 5a 000120 000000 001475 5a 000403 000000 001476 5a 000746 000000 001477 5a 001051 000000 001500 5a 000620 000000 001501 5a 000674 000000 001502 5a 000104 000000 001503 5a 001073 000000 001504 5a 000162 000000 001505 5a 000517 000000 001506 5a 000145 000000 001507 5a 000557 000000 001510 5a 001037 000000 001511 5a 000225 000000 001512 5a 000443 000000 001513 5a 000526 000000 001514 5a 000154 000000 001515 5a 001044 000000 001516 5a 001102 000000 001517 5a 001266 000000 001520 5a 000374 000000 001521 5a 001275 000000 001522 5a 001221 000000 001523 aa 000000 000000 001524 5a 000220 000000 001525 5a 000355 000000 001526 5a 000452 000000 001527 5a 000171 000000 001530 5a 001000 000000 001531 5a 000434 000000 001532 5a 001016 000000 001533 5a 001206 000000 001534 5a 001213 000000 001535 aa 000000 000000 001536 aa 000000 000000 001537 5a 000212 000000 001540 5a 000310 000000 001541 aa 000000 000000 001542 aa 000000 000000 001543 5a 000754 000000 001544 aa 000000 000000 001545 aa 000000 000000 001546 aa 000000 000000 001547 aa 000000 000000 001550 5a 000350 000000 001551 5a 000017 000000 001552 5a 000651 000000 001553 5a 000366 000000 001554 5a 000411 000000 001555 5a 000733 000000 001556 5a 000763 000000 001557 5a 001235 000000 001560 aa 000000 000000 001561 aa 000000 000000 001562 aa 000000 000000 001563 5a 000177 000000 001564 5a 000420 000000 001565 5a 000205 000000 001566 5a 000611 000000 001567 aa 000000 000000 001570 5a 000232 000000 001571 aa 000000 000000 001572 aa 000000 000000 001573 aa 000000 000000 001574 aa 000000 000000 001575 aa 000000 000000 001576 aa 000000 000000 001577 5a 001305 000000 001600 5a 000716 000000 001601 aa 000000 000000 001602 5a 000051 000000 001603 aa 000000 000000 001604 aa 000000 000000 001605 aa 000000 000000 001606 5a 001313 000000 001607 aa 000000 000000 001610 aa 000000 000000 001611 aa 000000 000000 001612 5a 001332 000000 001613 5a 000034 000000 001614 aa 000000 000000 001615 5a 000641 000000 001616 5a 000060 000000 001617 5a 001323 000000 001620 5a 001110 000000 NO EXTERNAL NAMES  NO TRAP POINTER WORDS  TYPE PAIR BLOCKS  001621 aa 000001 000000 001622 aa 000000 000000 INTERNAL EXPRESSION WORDS 001623 aa 000000 000000 LINKAGE INFORMATION 000000 aa 000000 000000 000001 0a 000012 000000 000002 aa 000000 000000 000003 aa 000000 000000 000004 aa 000000 000000 000005 aa 000000 000000 000006 22 000374 000374 000007 a2 000000 000364 SYMBOL INFORMATION SYMBOL TABLE HEADER  000000 aa 000000 000001 000001 aa 163171 155142 000002 aa 164162 145145 000003 aa 000000 000004 000004 aa 000000 112143 000005 aa 305203 523135 000006 aa 000000 112162 000007 aa 426731 540132 000010 aa 141154 155040 000011 aa 040040 040040 000012 aa 000024 000040 000013 aa 000034 000040 000014 aa 000044 000100 000015 aa 000002 000002 000016 aa 000064 000000 000017 aa 000000 000133 000020 aa 000000 000101 000021 aa 000000 000104 000022 aa 000125 000101 000023 aa 000064 000000 000024 aa 101114 115040 000025 aa 126145 162163 000026 aa 151157 156040 000027 aa 040066 056066 000030 aa 040040 116157 000031 aa 166145 155142 000032 aa 145162 040061 000033 aa 071070 062040 000034 aa 107112 157150 000035 aa 156163 157156 000036 aa 056123 171163 000037 aa 115141 151156 000040 aa 164056 155040 000041 aa 040040 040040 000042 aa 040040 040040 000043 aa 040040 040040 000044 aa 154151 163164 000045 aa 040040 040040 000046 aa 040040 040040 000047 aa 040040 040040 000050 aa 040040 040040 000051 aa 040040 040040 000052 aa 040040 040040 000053 aa 040040 040040 000054 aa 040040 040040 000055 aa 040040 040040 000056 aa 040040 040040 000057 aa 040040 040040 000060 aa 040040 040040 000061 aa 040040 040040 000062 aa 040040 040040 000063 aa 040040 040040 000064 aa 000000 000001 000065 aa 000000 000001 000066 aa 000072 000033 000067 aa 121622 265272 000070 aa 000000 112162 000071 aa 263567 400000 000072 aa 076163 160145 >spec>on>pl128d>cg_stat.alm 000073 aa 143076 157156 000074 aa 076160 154061 000075 aa 062070 144076 000076 aa 143147 137163 000077 aa 164141 164056 000100 aa 141154 155040 MULTICS ASSEMBLY CROSS REFERENCE LISTING Value Symbol Source file Line number  220 agg_temps cg_stat: 226, 227.  10 aos_array cg_stat: 54, 55.  11 bit_count cg_stat: 57, 58.  12 clock_time cg_stat: 61, 62.  141 compiler_name cg_stat: 213, 214.  222 complex_ac cg_stat: 229, 230.  224 constant_list cg_stat: 232, 233.  226 cur_block cg_stat: 235, 236.  230 cur_entry cg_stat: 238, 239.  14 cur_level cg_stat: 64, 65.  232 cur_node cg_stat: 241, 242.  234 cur_statement cg_stat: 244, 245.  236 cur_tree cg_stat: 247, 248.  60 debug cg_stat: 135, 136.  240 def_base cg_stat: 250, 251.  15 def_origin cg_stat: 67, 68.  16 def_pool cg_stat: 70, 71.  7 def_pool_size cg_stat: 39, 40.  31 def_pos cg_stat: 73, 74.  242 def_reloc_base cg_stat: 253, 254.  244 desc_list_ptr cg_stat: 256, 257.  246 double_temp cg_stat: 260, 261.  250 dummy_block cg_stat: 263, 264.  252 dummy_statement cg_stat: 266, 267.  254 eis_temp cg_stat: 269, 270.  256 encoded_values cg_stat: 272, 273.  260 entry_arg cg_stat: 275, 276.  262 entry_vector_pointer cg_stat: 278, 279.  264 ev_qual cg_stat: 281, 282.  61 extended_stack cg_stat: 138, 139.  266 ext_proc_list cg_stat: 284, 285.  270 ext_var_list cg_stat: 287, 288.  272 first_op cg_stat: 290, 291.  274 first_ref cg_stat: 293, 294.  276 format_list cg_stat: 296, 297.  62 for_test_called cg_stat: 141, 142.  63 full_symtab cg_stat: 144, 145.  64 generate_map cg_stat: 147, 148.  65 generate_symtab cg_stat: 150, 151.  67 in_prologue cg_stat: 156, 157.  66 in_thunk cg_stat: 153, 154.  70 io_used cg_stat: 159, 160.  300 jump_label cg_stat: 299, 300.  302 label_list cg_stat: 302, 303.  32 last_base_used cg_stat: 76, 77.  33 last_call cg_stat: 79, 80.  71 last_def cg_stat: 162, 163.  304 last_encoded cg_stat: 305, 306.  34 last_index_used cg_stat: 82, 83.  306 last_label cg_stat: 308, 309.  35 last_macro cg_stat: 85, 86.  10 linkc cg_stat: 49, 50.  310 link_base cg_stat: 311, 312.  36 link_begin cg_stat: 88, 89.  37 link_origin cg_stat: 91, 92.  40 link_pos cg_stat: 94, 95.  41 link_rel cg_stat: 97, 98.  312 link_reloc_base cg_stat: 314, 315.  42 list_break cg_stat: 100, 101.  72 long_profile cg_stat: 165, 166.  314 long_string_temp cg_stat: 317, 318.  46 map_start cg_stat: 103, 104.  0 max_program_size cg_stat: 18, 19.  1 max_stack_size cg_stat: 22, 23.  320 ms_list cg_stat: 323, 324.  316 m_s_p cg_stat: 320, 321.  322 name_list cg_stat: 326, 327.  324 next_op cg_stat: 329, 330.  326 next_ref cg_stat: 332, 333.  4 null_value cg_stat: 30, 32.  330 objmap_pt cg_stat: 335, 336.  6 offset_null_value cg_stat: 35, 36.  73 old_id cg_stat: 168, 169.  74 optimize cg_stat: 171, 172.  2 packed_null_value cg_stat: 26, 27.  332 profile_base cg_stat: 338, 339.  75 profile_option cg_stat: 174, 175.  47 profile_pos cg_stat: 106, 107.  50 profile_start cg_stat: 109, 110.  334 prol_ent cg_stat: 341, 342.  344 return_main_operator cg_stat: 353, 354.  336 return_operator cg_stat: 344, 345.  340 root cg_stat: 347, 348.  76 save_exp_called cg_stat: 177, 178.  77 seg_def cg_stat: 180, 181.  145 seg_name cg_stat: 216, 217.  102 separate_static cg_stat: 189, 190.  100 skip_to_label cg_stat: 183, 184.  101 star_symbol_up_zero cg_stat: 186, 187.  372 statement_map cg_stat: 390, 391.  346 stat_base cg_stat: 356, 357.  51 stat_pos cg_stat: 112, 113.  52 stat_rel cg_stat: 115, 116.  103 stop_id cg_stat: 192, 193.  342 stop_operator cg_stat: 350, 351.  104 support cg_stat: 195, 196.  350 sym_base cg_stat: 360, 361.  53 sym_origin cg_stat: 118, 119.  54 sym_pos cg_stat: 121, 122.  55 sym_rel cg_stat: 124, 125.  352 sym_reloc_base cg_stat: 363, 364.  354 sym_use_base cg_stat: 366, 367.  105 table_option cg_stat: 198, 199.  360 temporary_list cg_stat: 372, 373.  356 temp_ref cg_stat: 369, 370.  362 text_base cg_stat: 375, 376.  56 text_origin cg_stat: 127, 128.  57 text_pos cg_stat: 130, 131.  364 text_reloc_base cg_stat: 378, 379.  107 used_operator cg_stat: 204, 205.  106 use_type_6 cg_stat: 201, 202.  366 validate_proc cg_stat: 381, 382.  156 version_name cg_stat: 219, 220.  10 version_number cg_stat: 43, 44.  370 word_ref cg_stat: 385, 386.  140 zero_def cg_stat: 207, 208.  NO FATAL ERRORS  ----------------------------------------------------------- Historical Background This edition of the Multics software materials and documentation is provided and donated to Massachusetts Institute of Technology by Group BULL including BULL HN Information Systems Inc. as a contribution to computer science knowledge. This donation is made also to give evidence of the common contributions of Massachusetts Institute of Technology, Bell Laboratories, General Electric, Honeywell Information Systems Inc., Honeywell BULL Inc., Groupe BULL and BULL HN Information Systems Inc. to the development of this operating system. Multics development was initiated by Massachusetts Institute of Technology Project MAC (1963-1970), renamed the MIT Laboratory for Computer Science and Artificial Intelligence in the mid 1970s, under the leadership of Professor Fernando Jose Corbato. Users consider that Multics provided the best software architecture for managing computer hardware properly and for executing programs. Many subsequent operating systems incorporated Multics principles. Multics was distributed in 1975 to 2000 by Group Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., as successor in interest by change in name only to Honeywell Bull Inc. and Honeywell Information Systems Inc. . ----------------------------------------------------------- Permission to use, copy, modify, and distribute these programs and their documentation for any purpose and without fee is hereby granted,provided that the below copyright notice and historical background appear in all copies and that both the copyright notice and historical background and this permission notice appear in supporting documentation, and that the names of MIT, HIS, BULL or BULL HN not be used in advertising or publicity pertaining to distribution of the programs without specific prior written permission. Copyright 1972 by Massachusetts Institute of Technology and Honeywell Information Systems Inc. Copyright 2006 by BULL HN Information Systems Inc. Copyright 2006 by Bull SAS All Rights Reserved