ASSEMBLY LISTING OF SEGMENT >special_ldd>install>MR12.0-1206>trace_.alm ASSEMBLED ON: 11/05/86 1040.5 mst Wed OPTIONS USED: list ASSEMBLED BY: ALM Version 6.7 October 1986 ASSEMBLER CREATED: 10/08/86 1557.5 mst Wed  1 " ***********************************************************  2 " * *  3 " * Copyright, (C) Honeywell Information Systems Inc., 1984 *  4 " * *  5 " ***********************************************************  6  7 " This is (or will be) the trace gate.  8 " For efficiency, it implements some of the simple operations.  9  10 " Written: May 1984 by Jeffrey D. Ives. 11  12  000000 13 name trace_  14  15  000000 16 INITIALIZE_EVERYTHING:  000000 aa 7 00046 2721 20 17 getlp  000001 4a 4 00312 7131 20 18 call6 trace_transactions_$initialize_everything  19  000002 20 firstref <*text>|INITIALIZE_EVERYTHING 21  22 include gate_macros  1-1 " BEGIN INCLUDE FILE ...... gate_macros.incl.alm  1-2 " Last modified 6/77 by N. Morris, B. Greenberg, & T. VanVleck  1-3 " Modified 741212 by PG to inhibit while computing virtual CPU time  1-4 " Modified 83-03-14 by E. N. Kittlitz to clear IR 1-5 " Modified 83-06-01 BIM for ring alarm polling  1-6 " Modified 85-04-03 by Keith Loepere to make polling a little smarter.  1-7  1-8 " This file contains several macros used when generating gate segments. 1-9 " The major macros that are defined are:  1-10 "  1-11 " gate_info general setup code for normal gates  1-12 " hardcore_gate_info general setup code for hardcore gates  1-13 " bad_dir_handler setup and handler for bad_dir_ condition (goes at bottom) 1-14 " bad_dir_handler_entry entrypoint for above (goes at top)  1-15 " gate to define a normal gate 1-16 " hgate to define a hardcore gate  1-17 " fgate to define a fast hardcore gate 1-18 "  1-19  1-20  000002 1-21 maclist off  1-22  1-23  1-24 " HGATE - define a hardcore gate entry  1-25 "  1-26 " hgate gatename,procedure,entry,args{,bad_dir_trap}  1-27 "  1-28 " The entrypoint gatename is defined in the gate segment. If args  1-29 " is nonzero, the number of arguments passed to gatename must be  1-30 " equal to args. When gatename is called, it will in turn call 1-31 " procedure$entry.  1-32 "  1-33  1-34 macro hgate 1 1-35 gentry &1,&4*2,&1.t  2 1-36 tsx2 .setup  3 1-37 &=&5,bad_dir_trap&[ tsx0 .set_dir_trap  4 1-38 &] ldi =0,dl  5 1-39 short_call &2$&3(ap|0) 6 1-40 eppbp lp|&1.t  7 1-41 tra .return_code  8 1-42 maclist restore  9 1-43 use linkage  10 1-44 even  11 1-45 maclist on,save  12 1-46 &1.t:  13 1-47 bss ,gate_entry_data_size  14 1-48  15 1-49 maclist restore  16 1-50 &end  1-51  1-52  1-53 " FGATE - define a fast hardcore gate  1-54 "  1-55 " fgate gatename,procedure,entry  1-56 "  1-57  1-58 macro fgate 1 1-59 gentry &1,0,0  2 1-60 ldi =0,dl  3 1-61 epplp .my_lp,* 4 1-62 tra &2$&3  5 1-63  6 1-64 maclist off  7 1-65 &end  1-66  1-67  1-68 " GATE - define a normal gate entry 1-69 "  1-70 " gate gatename,procedure,entry,args  1-71 "  1-72  1-73 macro gate  1 1-74 gentry &1,&4*2,0  2 1-75 tsx2 .setup  3 1-76 ldi =0,dl  4 1-77 short_call &2$&3(ap|0) 5 1-78 return 6 1-79  7 1-80 maclist restore  8 1-81 &end  1-82  1-83  1-84  1-85 macro gentry  1 1-86 maclist on,save  2 1-87 segdef &1  3 1-88 maclist restore  4 1-89 use transfer_vector  5 1-90 maclist on,save  6 1-91 &1: 7 1-92 tra &1.e  8 1-93 maclist restore  9 1-94 use main  10 1-95 maclist on,save  11 1-96 zero &2,&3 12 1-97 &1.e:  13 1-98 &end  1-99  1-100  1-101 " HARDCORE_GATE_INFO - general info for hardcore gates  1-102  1-103 macro hardcore_gate_info  1 1-104 maclist on,save  2 1-105 name &1  3 1-106  4 1-107 include stack_header  5 1-108  6 1-109 include stack_frame  7 1-110 include gate_data  8 1-111  9 1-112 maclist restore  10 1-113 eject  11 1-114  12 1-115 tempd .temp  13 1-116 tempd .label_variable(0)  14 1-117 tempd .time1,.time2  15 1-118 tempd .unwinder_arglist(0) 16 1-119 tempd .on_unit(5)  17 1-120 temp .pf,.entryp  18 1-121 tempd .vfl_arglist(2)  19 1-122 tempd .mcptr  20 1-123  21 1-124 use transfer_vector  22 1-125 equ .tv_begin,*  23 1-126  24 1-127 tra .actor 25 1-128  26 1-129 use tv_end 27 1-130 entrybound 28 1-131  29 1-132 segdef .tv_end 30 1-133 .tv_end: vfd 14/(*-.tv_begin)  31 1-134  32 1-135 use main  33 1-136  34 1-137 segdef .my_lp  35 1-138 even  36 1-139 .my_lp: bss ,2  37 1-140  38 1-141 join /text/transfer_vector,tv_end,main 39 1-142  40 1-143 use linkage  41 1-144 join /link/linkage 42 1-145  43 1-146 use main  44 1-147  45 1-148 maclist restore  46 1-149 eject  47 1-150  48 1-151 .actor: epplp .my_lp,*  49 1-152 maclist restore  50 1-153 gate_actor 51 1-154  52 1-155  53 1-156  54 1-157 .setup: push  55 1-158 epplp .my_lp,* 56 1-159 sprilp sp|stack_frame.lp_ptr  57 1-160  58 1-161 maclist restore  59 1-162 gcheck 60 1-163  61 1-164 inhibit on <+><+><+><+><+><+><+><+><+><+><+><+>  62 1-165 rccl sys_info$clock_,* calculate times 63 1-166 sbaq pds$cpu_time  64 1-167 staq .time1  65 1-168 sbaq pds$virtual_delta 66 1-169 staq .time2  67 1-170 lda pds$page_waits 68 1-171 sta .pf  69 1-172 inhibit off <-><-><-><-><-><-><-><-><-><-><-><->  70 1-173 tra 0,2  71 1-174  72 1-175 maclist restore  73 1-176 eject  74 1-177  75 1-178 .return_code:  76 1-179  77 1-180 inhibit on <+><+><+><+><+><+><+><+><+><+><+><+>  78 1-181 rccl sys_info$clock_,* calculate times 79 1-182 sbaq pds$cpu_time  80 1-183 staq .temp 81 1-184 sbaq .time1  82 1-185 adaq bp|gate_entry_data.cpu_time  83 1-186 staq bp|gate_entry_data.cpu_time  84 1-187 ldaq .temp 85 1-188 sbaq pds$virtual_delta 86 1-189 sbaq .time2  87 1-190 adaq bp|gate_entry_data.vcpu_time  88 1-191 staq bp|gate_entry_data.vcpu_time  89 1-192 lda pds$page_waits 90 1-193 sbla .pf  91 1-194 asa bp|gate_entry_data.page_waits  92 1-195 aos bp|gate_entry_data.calls  93 1-196 inhibit off <-><-><-><-><-><-><-><-><-><-><-><->  94 1-197  95 1-198 " Poll for ring alarms  96 1-199 sra .temp Borrow from time calc  97 1-200 szn .temp Zero?  98 1-201 tze .return_code_return  99 1-202  100 1-203 epp1 sp|stack_frame.prev_sp,* "possible ring alarm 101 1-204 epaq pr1|stack_frame.return_ptr,*  102 1-205 ana 7,dl " ring number to which we return  103 1-206 cmpa .temp 104 1-207 tpl .ring_alarm " ring alarm will occur  105 1-208  106 1-209 .return_code_return:  107 1-210 return 108 1-211  109 1-212 .ring_alarm: " perhaps we can handle without faults?  110 1-213  111 1-214 aos bp|gate_entry_data.ring_alarms 112 1-215 stz .temp " return argument for ring_alarm$poll  113 1-216 ldaq .one_arg_header  114 1-217 staq .ring_alarm_arg_list  115 1-218 epp1 .temp 116 1-219 spri1 .ring_alarm_arg_list+2  117 1-220 eppap .ring_alarm_arg_list 118 1-221 short_call ring_alarm$poll 119 1-222 szn .temp  120 1-223 tze .return_code_return  121 1-224 eppsp sp|stack_frame.prev_sp,* 122 1-225 sprisp pds$pre_empt_poll_return " short-return from here  123 1-226 epp1 sb|stack_header.stack_begin_ptr,* " abandoning this stack frame.  124 1-227 spri1 sb|stack_header.stack_end_ptr  125 1-228 " Leave SB as stack_0, so pxss can get to operators.  126 1-229 tra pxss$pre_empt_poll 127 1-230  128 1-231 tempd .ring_alarm_arg_list(2)  129 1-232 even  130 1-233 .one_arg_header:  131 1-234 vfd 17/2,1/0,18/4  132 1-235 vfd 18/0,18/0  133 1-236  134 1-237  135 1-238 maclist restore  136 1-239 eject  137 1-240 maclist restore  138 1-241 &end  1-242  1-243  1-244 " BAD_DIR_HANDLER - code to setup and handle bad_dir_ condition 1-245 " put this after the last hgate macro 1-246  1-247 macro bad_dir_handler  1 1-248 maclist on,save  2 1-249  3 1-250 include on_unit  4 1-251  5 1-252 use transfer_vector  6 1-253 .handler_entry: 7 1-254 tra .handler  8 1-255 .handler_restart_entry: 9 1-256 tra .handler_restart_point 10 1-257  11 1-258 use main  12 1-259 .set_dir_trap:  13 1-260 stx0 .entryp save for restart 14 1-261  15 1-262 mlr (),(pr),fill(000)  16 1-263 desc9a 0,0 17 1-264 desc9a .on_unit,10*4  18 1-265 eppbp .bad_dir_name  19 1-266 spribp .on_unit+on_unit.name  20 1-267 eppbp .handler_entry  21 1-268 spribp .on_unit+on_unit.body  22 1-269 lxl1 .bad_dir_desc 23 1-270 sxl1 .on_unit+on_unit.size 24 1-271 eaa .on_unit set up on-unit for bad_dir_  25 1-272 sbla sp|0,du .. make rel to sp  26 1-273 sta sp|stack_frame.on_unit_rel_ptrs  27 1-274 lda stack_frame.condition_bit,dl  28 1-275 orsa sp|stack_frame.flag_word  29 1-276 tra 0,0  30 1-277  31 1-278 string bad_dir_  32 1-279  33 1-280  34 1-281  35 1-282 .handler: epaq sp|0 verify that call came from ring 0  36 1-283 cana -1,dl check ring number in AL  37 1-284 tze *+2  38 1-285 zero 0 go way kid you bother me  39 1-286  40 1-287 push " ok, we like the call  41 1-288 epplp .my_lp,* 42 1-289 ldx0 ap|0 get display 43 1-290 eppbp ap|2,0*  44 1-291 lda bp|stack_frame.prev_sp 45 1-292 cana =o700000,dl from another ring?  46 1-293 tze .continue_signal if not, back to signal_  47 1-294 eppap ap|2,* Get mcptr  48 1-295 eppap ap|0,* ..  49 1-296 spriap bp|.mcptr .. save in gate frame  50 1-297 spribp .label_variable+2  51 1-298 eppbp .handler_restart_entry  52 1-299 spribp .label_variable 53 1-300 eppbp .label_variable  54 1-301 spribp .unwinder_arglist+2 55 1-302 fld =1b24,dl  56 1-303 staq .unwinder_arglist 57 1-304 call unwinder_$unwinder_(.unwinder_arglist)  58 1-305  59 1-306 .continue_signal:  60 1-307 lda =o400000,du "1"b  61 1-308 sta ap|10,* set continue bit  62 1-309 return 63 1-310  64 1-311 .handler_restart_point: 65 1-312 epaq sp|0 check that call came from ring 0  66 1-313 cana -1,dl 67 1-314 tze *+2  68 1-315 zero 1 69 1-316 epplp .my_lp,* 70 1-317 lca stack_frame.condition_bit+1,dl Vanish on-unit 71 1-318 ansa sp|stack_frame.flag_word  72 1-319 eppbp .mcptr  73 1-320 spribp .vfl_arglist+2  74 1-321 fld =1b24,dl  75 1-322 staq .vfl_arglist  76 1-323 short_call verify_lock$verify_lock_bad_dir(.vfl_arglist)  77 1-324 ldx0 .entryp  78 1-325 eppap sp|stack_frame.arg_ptr,* 79 1-326 tra 0,0 retry the call  80 1-327  81 1-328 maclist restore  82 1-329 eject  83 1-330 maclist restore  84 1-331 &end  1-332  1-333  1-334 " GATE_INFO - general info for non-hardcore gates  1-335  1-336 macro gate_info 1 1-337 maclist on,save  2 1-338 use transfer_vector  3 1-339 tra .actor 4 1-340  5 1-341 use tv_end 6 1-342 entrybound 7 1-343  8 1-344 use main  9 1-345 join /text/transfer_vector,tv_end,main 10 1-346  11 1-347 maclist restore  12 1-348 eject  13 1-349  14 1-350 .actor: getlp  15 1-351 maclist restore  16 1-352 gate_actor 17 1-353  18 1-354 maclist restore  19 1-355 eject  20 1-356  21 1-357 .setup: push  22 1-358 getlp  23 1-359 maclist restore  24 1-360 gcheck 25 1-361 tra 0,2  26 1-362  27 1-363 maclist restore  28 1-364 eject  29 1-365  30 1-366 maclist restore  31 1-367 &end  1-368  1-369  1-370 " Macro to generate gate actor. 1-371  1-372 macro gate_actor  1 1-373 maclist on,save  2 1-374 eppbp ap|2,*  3 1-375 lda bp|-1 get length of string  4 1-376 tze .return_name zero length => get name  5 1-377  6 1-378 adla 1,dl include length of acc  7 1-379 stz ap|4,* 8 1-380 tsx0 .search_defs  9 1-381  10 1-382 cmpc (pr,rl),(pr,rl) compare name  11 1-383 desc9a bp|-1(3),al 12 1-384 desc9a bb|0,al 13 1-385 tnz .next_def  14 1-386  15 1-387 lda ab|1,2 return location  16 1-388 arl 18 17 1-389 sta ap|4,* 18 1-390  19 1-391 short_return  20 1-392  21 1-393 .return_name:  22 1-394 lxl3 ap|4,* get location  23 1-395 tsx0 .search_defs  24 1-396  25 1-397 cmpx3 ab|1,2 compare location 26 1-398 tnz .next_def  27 1-399  28 1-400 lda bb|0 get length of name  29 1-401 arl 27 30 1-402 sta bp|-1 set length of varying string  31 1-403 mlr (pr,rl),(pr,rl) return string  32 1-404 desc9a bb|0(1),al  33 1-405 desc9a bp|0,al 34 1-406  35 1-407 short_return  36 1-408  37 1-409 .search_defs:  38 1-410 eax2 0 39 1-411 eppab lp|0,* ab -> defs  40 1-412 .defs_loop: 41 1-413 lxl1 ab|1,2 get class and flags  42 1-414 cmpx1 =o400000,du must be class 0  43 1-415 tnz .next_def  44 1-416  45 1-417 ldx7 ab|2,2  46 1-418 eppbb ab|0,7 bb -> name  47 1-419 tra 0,0 test definition  48 1-420 .next_def:  49 1-421 ldx2 ab|0,2 chain to next def 50 1-422 tnz .defs_loop 51 1-423  52 1-424 short_return  53 1-425  54 1-426 &end  1-427  1-428  1-429 " Miscellaneous macros. 1-430  1-431 macro gcheck  1 1-432 maclist on,save  2 1-433 ldx1 -2,2 get number of args expected 3 1-434 tze .no_gate_error if zero, none or doesn't matter 4 1-435 cmpx1 ap|0 compare against number given  5 1-436 tze .no_gate_error args match, call procedure  6 1-437  7 1-438 call signal_$signal_(signal_arglist)  8 1-439 oct 0  9 1-440  10 1-441 even  11 1-442 signal_arglist: 12 1-443 zero 2,4  13 1-444 zero 2,0  14 1-445 arg .gate_errorname  15 1-446 arg  16 1-447 arg .gate_errordesc  17 1-448 arg  18 1-449  19 1-450 string gate_error  20 1-451  21 1-452  22 1-453 .no_gate_error: 23 1-454 &end  1-455  1-456 macro string  1 1-457 .&1name:  2 1-458 aci "&1"  3 1-459 .&1desc:  4 1-460 vfd o9/525,o27/&l1 5 1-461  6 1-462 &end  1-463  1-464 macro eject 1 1-465 maclist on,save  2 1-466  3 1-467 &end  1-468  1-469 " END INCLUDE FILE ...... gate_macros.incl.alm  1-470  1-471 " To arrange the return it wants to return, it will have to reach back 2 frames.  23  24  25  26  27  28 gate_info  use transfer_vector  000002 0a 000160 7100 00 tra .actor  use tv_end entrybound  use main  join /text/transfer_vector,tv_end,main    000160 aa 7 00046 2721 20 .actor: getlp  000161 aa 0 00002 3521 20 eppbp ap|2,*  000162 aa 2 77777 2351 00 lda bp|-1 get length of string  000163 0a 000177 6000 00 tze .return_name zero length => get name   000164 aa 000001 0350 07 adla 1,dl include length of acc  000165 aa 0 00004 4501 20 stz ap|4,* 000166 0a 000212 7000 00 tsx0 .search_defs   000167 aa 0 00140 1065 40 cmpc (pr,rl),(pr,rl) compare name  000170 aa 277777 600005 desc9a bp|-1(3),al 000171 aa 300000 000005 desc9a bb|0,al 000172 0a 000222 6010 00 tnz .next_def   000173 aa 1 00001 2351 12 lda ab|1,2 return location  000174 aa 000022 7710 00 arl 18 000175 aa 0 00004 7551 20 sta ap|4,*  000176 aa 7 00044 7101 20 short_return   000177 .return_name:  000177 aa 0 00004 7231 20 lxl3 ap|4,* get location  000200 0a 000212 7000 00 tsx0 .search_defs   000201 aa 1 00001 1031 12 cmpx3 ab|1,2 compare location 000202 0a 000222 6010 00 tnz .next_def   000203 aa 3 00000 2351 00 lda bb|0 get length of name  000204 aa 000033 7710 00 arl 27 000205 aa 2 77777 7551 00 sta bp|-1 set length of varying string  000206 aa 0 00140 1005 40 mlr (pr,rl),(pr,rl) return string  000207 aa 300000 200005 desc9a bb|0(1),al  000210 aa 200000 000005 desc9a bp|0,al  000211 aa 7 00044 7101 20 short_return   000212 .search_defs:  000212 aa 000000 6220 00 eax2 0 000213 aa 4 00000 3515 20 eppab lp|0,* ab -> defs  000214 .defs_loop: 000214 aa 1 00001 7211 12 lxl1 ab|1,2 get class and flags  000215 aa 400000 1010 03 cmpx1 =o400000,du must be class 0  000216 0a 000222 6010 00 tnz .next_def   000217 aa 1 00002 2271 12 ldx7 ab|2,2  000220 aa 1 00000 3535 17 eppbb ab|0,7 bb -> name  000221 aa 000000 7100 10 tra 0,0 test definition  000222 .next_def:  000222 aa 1 00000 2221 12 ldx2 ab|0,2 chain to next def 000223 0a 000214 6010 00 tnz .defs_loop  000224 aa 7 00044 7101 20 short_return      000225 aa 000060 6270 00 .setup: push  000226 aa 7 00040 2721 20 000227 aa 7 00046 2721 20 getlp  000230 aa 777776 2210 12 ldx1 -2,2 get number of args expected 000231 0a 000256 6000 00 tze .no_gate_error if zero, none or doesn't matter 000232 aa 0 00000 1011 00 cmpx1 ap|0 compare against number given  000233 0a 000256 6000 00 tze .no_gate_error args match, call procedure   000234 aa 6 00000 2541 00 call signal_$signal_(signal_arglist)  000235 0a 000244 3500 00 000236 4a 4 00310 3521 20 000237 aa 6 00040 7531 00 000240 aa 7 00036 6701 20 000241 aa 6 00000 1731 00 000242 aa 6 00040 0731 00 000243 aa 000000 000000 oct 0   even  000244 signal_arglist: 000244 aa 000002 000004 zero 2,4  000245 aa 000002 000000 zero 2,0  000246 0a 000252 0000 00 arg .gate_errorname  000247 aa 000000 0000 00 arg  000250 0a 000255 0000 00 arg .gate_errordesc  000251 aa 000000 0000 00 arg   string gate_error  000252 .gate_errorname:  000252 aa 147 141 164 145 aci "gate_error"  000253 aa 137 145 162 162 000254 aa 157 162 000 000 000255 .gate_errordesc:  000255 aa 525000 000010 vfd o9/525,o27/10     000256 .no_gate_error: 000256 aa 000000 7100 12 tra 0,2     29  30  31  32  33  34 macro TraceGate 1 35 gentry &1,&3*2,0  2 36 tsx2 TRACE_SETUP  3 37 call6 &2  4 38 &end  39  40 " CATCH EXECUTION  41  42 TraceGate catch_pl1,trace_catch_$catch_pl1_,0  000003 segdef catch_pl1  000003 catch_pl1:  000003 0a 000260 7100 00 tra catch_pl1.e  000257 aa 000000 000000 zero 0*2,0 000260 catch_pl1.e:  000260 0a 000763 7020 00 tsx2 TRACE_SETUP  000261 4a 4 00314 7131 20 call6 trace_catch_$catch_pl1_  43  44  45 " IDENTIFICATION  46  47 " () returns (char (32))  48 TraceGate me,trace_version_$me,1  gentry me,1*2,0  000004 segdef me  use transfer_vector  000004 me: 000004 0a 000263 7100 00 tra me.e  use main  000262 aa 000002 000000 zero 1*2,0 000263 me.e:  000263 0a 000763 7020 00 tsx2 TRACE_SETUP  000264 4a 4 00316 7131 20 call6 trace_version_$me  49  50 " () returns (char (32))  51 TraceGate version,trace_version_$version,1 gentry version,1*2,0  000005 segdef version use transfer_vector  000005 version:  000005 0a 000266 7100 00 tra version.e  use main  000265 aa 000002 000000 zero 1*2,0 000266 version.e:  000266 0a 000763 7020 00 tsx2 TRACE_SETUP  000267 4a 4 00320 7131 20 call6 trace_version_$version  52  53 " TRANSACTIONS  54  55 " entry (fixed bin (71)) returns (bit aligned)  56 TraceGate transaction_begin,trace_transactions_$transaction_begin,2  gentry transaction_begin,2*2,0 000006 segdef transaction_begin  use transfer_vector  000006 transaction_begin:  000006 0a 000271 7100 00 tra transaction_begin.e  use main  000270 aa 000004 000000 zero 2*2,0 000271 transaction_begin.e:  000271 0a 000763 7020 00 tsx2 TRACE_SETUP  000272 4a 4 00322 7131 20 call6 trace_transactions_$transaction_begin  57  58 " entry (fixed bin (71)) 59 TraceGate transaction_begin_force,trace_transactions_$transaction_begin_force,1  gentry transaction_begin_force,1*2,0  000007 segdef transaction_begin_force use transfer_vector  000007 transaction_begin_force:  000007 0a 000274 7100 00 tra transaction_begin_force.e  use main  000273 aa 000002 000000 zero 1*2,0 000274 transaction_begin_force.e:  000274 0a 000763 7020 00 tsx2 TRACE_SETUP  000275 4a 4 00324 7131 20 call6 trace_transactions_$transaction_begin_force  60  61 " entry (fixed bin (71)) returns (bit aligned)  62 TraceGate transaction_end,trace_transactions_$transaction_end,2  gentry transaction_end,2*2,0  000010 segdef transaction_end use transfer_vector  000010 transaction_end:  000010 0a 000277 7100 00 tra transaction_end.e  use main  000276 aa 000004 000000 zero 2*2,0 000277 transaction_end.e:  000277 0a 000763 7020 00 tsx2 TRACE_SETUP  000300 4a 4 00326 7131 20 call6 trace_transactions_$transaction_end  63  64 " UPDATES  65  66 " entry () returns (bit aligned) 67 TraceGate update_default_parms,trace_parameters_$update_default_parms,1  gentry update_default_parms,1*2,0  000011 segdef update_default_parms  use transfer_vector  000011 update_default_parms:  000011 0a 000302 7100 00 tra update_default_parms.e use main  000301 aa 000002 000000 zero 1*2,0 000302 update_default_parms.e: 000302 0a 000763 7020 00 tsx2 TRACE_SETUP  000303 4a 4 00330 7131 20 call6 trace_parameters_$update_default_parms  68  69 " entry () returns (bit aligned) 70 TraceGate update_global_parms,trace_parameters_$update_global_parms,1  gentry update_global_parms,1*2,0  000012 segdef update_global_parms use transfer_vector  000012 update_global_parms:  000012 0a 000305 7100 00 tra update_global_parms.e  use main  000304 aa 000002 000000 zero 1*2,0 000305 update_global_parms.e:  000305 0a 000763 7020 00 tsx2 TRACE_SETUP  000306 4a 4 00332 7131 20 call6 trace_parameters_$update_global_parms  71  72 " entry (fixed bin, fixed bin)  73 TraceGate add_specified_eps,trace_tables_$add_specified_eps,2  gentry add_specified_eps,2*2,0 000013 segdef add_specified_eps  use transfer_vector  000013 add_specified_eps:  000013 0a 000310 7100 00 tra add_specified_eps.e  use main  000307 aa 000004 000000 zero 2*2,0 000310 add_specified_eps.e:  000310 0a 000763 7020 00 tsx2 TRACE_SETUP  000311 4a 4 00334 7131 20 call6 trace_tables_$add_specified_eps  74  75 " entry (fixed bin, fixed bin)  76 TraceGate add_specified_locs,trace_tables_$add_specified_locs,2  gentry add_specified_locs,2*2,0  000014 segdef add_specified_locs  use transfer_vector  000014 add_specified_locs: 000014 0a 000313 7100 00 tra add_specified_locs.e  use main  000312 aa 000004 000000 zero 2*2,0 000313 add_specified_locs.e:  000313 0a 000763 7020 00 tsx2 TRACE_SETUP  000314 4a 4 00336 7131 20 call6 trace_tables_$add_specified_locs 77  78 " entry (fixed bin)  79 TraceGate remove_specified_eps,trace_tables_$remove_specified_eps,1  gentry remove_specified_eps,1*2,0  000015 segdef remove_specified_eps  use transfer_vector  000015 remove_specified_eps:  000015 0a 000316 7100 00 tra remove_specified_eps.e use main  000315 aa 000002 000000 zero 1*2,0 000316 remove_specified_eps.e: 000316 0a 000763 7020 00 tsx2 TRACE_SETUP  000317 4a 4 00340 7131 20 call6 trace_tables_$remove_specified_eps  80  81 " entry (fixed bin)  82 TraceGate remove_specified_locs,trace_tables_$remove_specified_locs,1  gentry remove_specified_locs,1*2,0 000016 segdef remove_specified_locs  use transfer_vector  000016 remove_specified_locs:  000016 0a 000321 7100 00 tra remove_specified_locs.e  use main  000320 aa 000002 000000 zero 1*2,0 000321 remove_specified_locs.e:  000321 0a 000763 7020 00 tsx2 TRACE_SETUP  000322 4a 4 00342 7131 20 call6 trace_tables_$remove_specified_locs  83  84 " entry (fixed bin)  85 TraceGate turn_on_specified_eps,trace_tables_$turn_on_specified_eps,1  gentry turn_on_specified_eps,1*2,0 000017 segdef turn_on_specified_eps  use transfer_vector  000017 turn_on_specified_eps:  000017 0a 000324 7100 00 tra turn_on_specified_eps.e  use main  000323 aa 000002 000000 zero 1*2,0 000324 turn_on_specified_eps.e:  000324 0a 000763 7020 00 tsx2 TRACE_SETUP  000325 4a 4 00344 7131 20 call6 trace_tables_$turn_on_specified_eps  86  87 " entry (fixed bin)  88 TraceGate turn_off_specified_eps,trace_tables_$turn_off_specified_eps,1  gentry turn_off_specified_eps,1*2,0  000020 segdef turn_off_specified_eps  use transfer_vector  000020 turn_off_specified_eps: 000020 0a 000327 7100 00 tra turn_off_specified_eps.e  use main  000326 aa 000002 000000 zero 1*2,0 000327 turn_off_specified_eps.e:  000327 0a 000763 7020 00 tsx2 TRACE_SETUP  000330 4a 4 00346 7131 20 call6 trace_tables_$turn_off_specified_eps 89  90 " CONVERSION  91  92 " (char (8) aligned) returns (bit (2) aligned)  93 TraceGate cv_inout_to_bits,trace_conversions_$cv_inout_to_bits,2  gentry cv_inout_to_bits,2*2,0  000021 segdef cv_inout_to_bits  use transfer_vector  000021 cv_inout_to_bits:  000021 0a 000332 7100 00 tra cv_inout_to_bits.e use main  000331 aa 000004 000000 zero 2*2,0 000332 cv_inout_to_bits.e: 000332 0a 000763 7020 00 tsx2 TRACE_SETUP  000333 4a 4 00350 7131 20 call6 trace_conversions_$cv_inout_to_bits  94  95 " (bit (2) aligned) returns (char (8) aligned)  96 TraceGate cv_bits_to_inout,trace_conversions_$cv_bits_to_inout,2  gentry cv_bits_to_inout,2*2,0  000022 segdef cv_bits_to_inout  use transfer_vector  000022 cv_bits_to_inout:  000022 0a 000335 7100 00 tra cv_bits_to_inout.e use main  000334 aa 000004 000000 zero 2*2,0 000335 cv_bits_to_inout.e: 000335 0a 000763 7020 00 tsx2 TRACE_SETUP  000336 4a 4 00352 7131 20 call6 trace_conversions_$cv_bits_to_inout  97  98 " (char (16) aligned) returns (fixed bin (34))  99 TraceGate cv_n_to_number,trace_conversions_$cv_n_to_number,2  gentry cv_n_to_number,2*2,0  000023 segdef cv_n_to_number  use transfer_vector  000023 cv_n_to_number: 000023 0a 000340 7100 00 tra cv_n_to_number.e  use main  000337 aa 000004 000000 zero 2*2,0 000340 cv_n_to_number.e:  000340 0a 000763 7020 00 tsx2 TRACE_SETUP  000341 4a 4 00354 7131 20 call6 trace_conversions_$cv_n_to_number  100  101 " (char (8)) returns (bit aligned)  102 TraceGate cv_onoff_to_bit,trace_conversions_$cv_onoff_to_bit,2 gentry cv_onoff_to_bit,2*2,0  000024 segdef cv_onoff_to_bit use transfer_vector  000024 cv_onoff_to_bit:  000024 0a 000343 7100 00 tra cv_onoff_to_bit.e  use main  000342 aa 000004 000000 zero 2*2,0 000343 cv_onoff_to_bit.e:  000343 0a 000763 7020 00 tsx2 TRACE_SETUP  000344 4a 4 00356 7131 20 call6 trace_conversions_$cv_onoff_to_bit  103  104 " (bit aligned) returns (char (8))  105 TraceGate cv_bit_to_onoff,trace_conversions_$cv_bit_to_onoff,2 gentry cv_bit_to_onoff,2*2,0  000025 segdef cv_bit_to_onoff use transfer_vector  000025 cv_bit_to_onoff:  000025 0a 000346 7100 00 tra cv_bit_to_onoff.e  use main  000345 aa 000004 000000 zero 2*2,0 000346 cv_bit_to_onoff.e:  000346 0a 000763 7020 00 tsx2 TRACE_SETUP  000347 4a 4 00360 7131 20 call6 trace_conversions_$cv_bit_to_onoff  106  107 " (char (256) var, ptr) returns (1 like stop_proc aligned)  108 TraceGate cv_entry_name_to_spp,trace_print_$cv_entry_name_to_spp,3 gentry cv_entry_name_to_spp,3*2,0  000026 segdef cv_entry_name_to_spp  use transfer_vector  000026 cv_entry_name_to_spp:  000026 0a 000351 7100 00 tra cv_entry_name_to_spp.e use main  000350 aa 000006 000000 zero 3*2,0 000351 cv_entry_name_to_spp.e: 000351 0a 000763 7020 00 tsx2 TRACE_SETUP  000352 4a 4 00362 7131 20 call6 trace_print_$cv_entry_name_to_spp  109  110 " (char (256) var, ptr) returns (1 like output_switch aligned)  111 TraceGate cv_file_path_to_osw,trace_print_$cv_file_path_to_osw,3  gentry cv_file_path_to_osw,3*2,0  000027 segdef cv_file_path_to_osw use transfer_vector  000027 cv_file_path_to_osw:  000027 0a 000354 7100 00 tra cv_file_path_to_osw.e  use main  000353 aa 000006 000000 zero 3*2,0 000354 cv_file_path_to_osw.e:  000354 0a 000763 7020 00 tsx2 TRACE_SETUP  000355 4a 4 00364 7131 20 call6 trace_print_$cv_file_path_to_osw 112  113 " (char (32) var) returns (1 like output_switch aligned) 114 TraceGate cv_stream_name_to_osw,trace_print_$cv_stream_name_to_osw,2  gentry cv_stream_name_to_osw,2*2,0 000030 segdef cv_stream_name_to_osw  use transfer_vector  000030 cv_stream_name_to_osw:  000030 0a 000357 7100 00 tra cv_stream_name_to_osw.e  use main  000356 aa 000004 000000 zero 2*2,0 000357 cv_stream_name_to_osw.e:  000357 0a 000763 7020 00 tsx2 TRACE_SETUP  000360 4a 4 00366 7131 20 call6 trace_print_$cv_stream_name_to_osw  115  116  117 " METERS  118  119 " (fixed bin) returns (1 aligned like counts)  120 TraceGate entrypoint_counts,trace_tables_$entrypoint_counts,2  gentry entrypoint_counts,2*2,0 000031 segdef entrypoint_counts  use transfer_vector  000031 entrypoint_counts:  000031 0a 000362 7100 00 tra entrypoint_counts.e  use main  000361 aa 000004 000000 zero 2*2,0 000362 entrypoint_counts.e:  000362 0a 000763 7020 00 tsx2 TRACE_SETUP  000363 4a 4 00370 7131 20 call6 trace_tables_$entrypoint_counts  121  122 " (fixed bin) returns (1 aligned like meters)  123 TraceGate entrypoint_global_meters,trace_tables_$entrypoint_global_meters,2  gentry entrypoint_global_meters,2*2,0  000032 segdef entrypoint_global_meters  use transfer_vector  000032 entrypoint_global_meters:  000032 0a 000365 7100 00 tra entrypoint_global_meters.e use main  000364 aa 000004 000000 zero 2*2,0 000365 entrypoint_global_meters.e: 000365 0a 000763 7020 00 tsx2 TRACE_SETUP  000366 4a 4 00372 7131 20 call6 trace_tables_$entrypoint_global_meters  124  125 " (fixed bin) returns (1 aligned like meters)  126 TraceGate entrypoint_local_meters,trace_tables_$entrypoint_local_meters,2  gentry entrypoint_local_meters,2*2,0  000033 segdef entrypoint_local_meters use transfer_vector  000033 entrypoint_local_meters:  000033 0a 000370 7100 00 tra entrypoint_local_meters.e  use main  000367 aa 000004 000000 zero 2*2,0 000370 entrypoint_local_meters.e:  000370 0a 000763 7020 00 tsx2 TRACE_SETUP  000371 4a 4 00374 7131 20 call6 trace_tables_$entrypoint_local_meters  127  128 " entry () returns (1 like meters aligned)  129 TraceGate metered,trace_tables_$metered,1  gentry metered,1*2,0  000034 segdef metered use transfer_vector  000034 metered:  000034 0a 000373 7100 00 tra metered.e  use main  000372 aa 000002 000000 zero 1*2,0 000373 metered.e:  000373 0a 000763 7020 00 tsx2 TRACE_SETUP  000374 4a 4 00376 7131 20 call6 trace_tables_$metered  130  131 " entry () returns (1 like meters aligned)  132 TraceGate removed,trace_tables_$removed,1  gentry removed,1*2,0  000035 segdef removed use transfer_vector  000035 removed:  000035 0a 000376 7100 00 tra removed.e  use main  000375 aa 000002 000000 zero 1*2,0 000376 removed.e:  000376 0a 000763 7020 00 tsx2 TRACE_SETUP  000377 4a 4 00400 7131 20 call6 trace_tables_$removed  133  134 " entry ()  135 TraceGate reset_meters,trace_tables_$reset_meters,0  gentry reset_meters,0*2,0  000036 segdef reset_meters  use transfer_vector  000036 reset_meters:  000036 0a 000401 7100 00 tra reset_meters.e use main  000400 aa 000000 000000 zero 0*2,0 000401 reset_meters.e: 000401 0a 000763 7020 00 tsx2 TRACE_SETUP  000402 4a 4 00402 7131 20 call6 trace_tables_$reset_meters  136  137 " ENTRYPOINTS  138  139 " (ptr unal) returns (fixed bin) 140 TraceGate entrypoint_index,trace_tables_$entrypoint_index,2  gentry entrypoint_index,2*2,0  000037 segdef entrypoint_index  use transfer_vector  000037 entrypoint_index:  000037 0a 000404 7100 00 tra entrypoint_index.e use main  000403 aa 000004 000000 zero 2*2,0 000404 entrypoint_index.e: 000404 0a 000763 7020 00 tsx2 TRACE_SETUP  000405 4a 4 00404 7131 20 call6 trace_tables_$entrypoint_index  141  142 " (fixed bin) returns (char (256) var)  143 TraceGate entrypoint_name,trace_tables_$entrypoint_name,2  gentry entrypoint_name,2*2,0  000040 segdef entrypoint_name use transfer_vector  000040 entrypoint_name:  000040 0a 000407 7100 00 tra entrypoint_name.e  use main  000406 aa 000004 000000 zero 2*2,0 000407 entrypoint_name.e:  000407 0a 000763 7020 00 tsx2 TRACE_SETUP  000410 4a 4 00406 7131 20 call6 trace_tables_$entrypoint_name  144  145 " (fixed bin) returns (ptr)  146 TraceGate entrypoint_ptr,trace_tables_$entrypoint_ptr,2  gentry entrypoint_ptr,2*2,0  000041 segdef entrypoint_ptr  use transfer_vector  000041 entrypoint_ptr: 000041 0a 000412 7100 00 tra entrypoint_ptr.e  use main  000411 aa 000004 000000 zero 2*2,0 000412 entrypoint_ptr.e:  000412 0a 000763 7020 00 tsx2 TRACE_SETUP  000413 4a 4 00410 7131 20 call6 trace_tables_$entrypoint_ptr 147  148 " (fixed bin) returns (char (256) var)  149 TraceGate entrypoint_seg_path,trace_tables_$entrypoint_seg_path,2  gentry entrypoint_seg_path,2*2,0  000042 segdef entrypoint_seg_path use transfer_vector  000042 entrypoint_seg_path:  000042 0a 000415 7100 00 tra entrypoint_seg_path.e  use main  000414 aa 000004 000000 zero 2*2,0 000415 entrypoint_seg_path.e:  000415 0a 000763 7020 00 tsx2 TRACE_SETUP  000416 4a 4 00412 7131 20 call6 trace_tables_$entrypoint_seg_path  150  151 " (fixed bin) returns (char (32) var)  152 TraceGate entrypoint_status,trace_tables_$entrypoint_status,2  gentry entrypoint_status,2*2,0 000043 segdef entrypoint_status  use transfer_vector  000043 entrypoint_status:  000043 0a 000420 7100 00 tra entrypoint_status.e  use main  000417 aa 000004 000000 zero 2*2,0 000420 entrypoint_status.e:  000420 0a 000763 7020 00 tsx2 TRACE_SETUP  000421 4a 4 00414 7131 20 call6 trace_tables_$entrypoint_status  153  154 " (fixed bin) returns (bit aligned)  155 TraceGate function,trace_tables_$function,2  gentry function,2*2,0  000044 segdef function  use transfer_vector  000044 function:  000044 0a 000423 7100 00 tra function.e use main  000422 aa 000004 000000 zero 2*2,0 000423 function.e: 000423 0a 000763 7020 00 tsx2 TRACE_SETUP  000424 4a 4 00416 7131 20 call6 trace_tables_$function  156  157 " () returns (fixed bin) 158 TraceGate num_entrypoints,trace_tables_$num_entrypoints,1  gentry num_entrypoints,1*2,0  000045 segdef num_entrypoints use transfer_vector  000045 num_entrypoints:  000045 0a 000426 7100 00 tra num_entrypoints.e  use main  000425 aa 000002 000000 zero 1*2,0 000426 num_entrypoints.e:  000426 0a 000763 7020 00 tsx2 TRACE_SETUP  000427 4a 4 00420 7131 20 call6 trace_tables_$num_entrypoints  159  160 " () returns (fixed bin) 161 TraceGate num_specified_entrypoints,trace_tables_$num_specified_entrypoints,1  gentry num_specified_entrypoints,1*2,0 000046 segdef num_specified_entrypoints  use transfer_vector  000046 num_specified_entrypoints:  000046 0a 000431 7100 00 tra num_specified_entrypoints.e  use main  000430 aa 000002 000000 zero 1*2,0 000431 num_specified_entrypoints.e:  000431 0a 000763 7020 00 tsx2 TRACE_SETUP  000432 4a 4 00422 7131 20 call6 trace_tables_$num_specified_entrypoints  162  163 " (fixed bin) returns (fixed bin)  164 TraceGate specified_entrypoint_index,trace_tables_$specified_entrypoint_index,2  gentry specified_entrypoint_index,2*2,0  000047 segdef specified_entrypoint_index  use transfer_vector  000047 specified_entrypoint_index: 000047 0a 000434 7100 00 tra specified_entrypoint_index.e  use main  000433 aa 000004 000000 zero 2*2,0 000434 specified_entrypoint_index.e:  000434 0a 000763 7020 00 tsx2 TRACE_SETUP  000435 4a 4 00424 7131 20 call6 trace_tables_$specified_entrypoint_index 165  166 " (char (256) var, ptr)  167 TraceGate specify_entrypoints,trace_entrypoints_$specify_entrypoints,2 gentry specify_entrypoints,2*2,0  000050 segdef specify_entrypoints use transfer_vector  000050 specify_entrypoints:  000050 0a 000437 7100 00 tra specify_entrypoints.e  use main  000436 aa 000004 000000 zero 2*2,0 000437 specify_entrypoints.e:  000437 0a 000763 7020 00 tsx2 TRACE_SETUP  000440 4a 4 00426 7131 20 call6 trace_entrypoints_$specify_entrypoints  168  169 " (fixed bin) returns (fixed bin)  170 TraceGate translator_id,trace_tables_$translator_id,2  gentry translator_id,2*2,0 000051 segdef translator_id  use transfer_vector  000051 translator_id:  000051 0a 000442 7100 00 tra translator_id.e  use main  000441 aa 000004 000000 zero 2*2,0 000442 translator_id.e:  000442 0a 000763 7020 00 tsx2 TRACE_SETUP  000443 4a 4 00430 7131 20 call6 trace_tables_$translator_id  171  172 " LOCATIONS 173  174  175 " (fixed bin) returns (ptr)  176 TraceGate location_ptr,trace_tables_$location_ptr,2  gentry location_ptr,2*2,0  000052 segdef location_ptr  use transfer_vector  000052 location_ptr:  000052 0a 000445 7100 00 tra location_ptr.e use main  000444 aa 000004 000000 zero 2*2,0 000445 location_ptr.e: 000445 0a 000763 7020 00 tsx2 TRACE_SETUP  000446 4a 4 00432 7131 20 call6 trace_tables_$location_ptr  177  178 " (fixed bin) returns (char (256) var)  179 TraceGate location_seg_path,trace_tables_$location_seg_path,2  gentry location_seg_path,2*2,0 000053 segdef location_seg_path  use transfer_vector  000053 location_seg_path:  000053 0a 000450 7100 00 tra location_seg_path.e  use main  000447 aa 000004 000000 zero 2*2,0 000450 location_seg_path.e:  000450 0a 000763 7020 00 tsx2 TRACE_SETUP  000451 4a 4 00434 7131 20 call6 trace_tables_$location_seg_path  180  181 " (fixed bin) returns (1 aligned like values)  182 TraceGate location_values,trace_tables_$location_values,2  gentry location_values,2*2,0  000054 segdef location_values use transfer_vector  000054 location_values:  000054 0a 000453 7100 00 tra location_values.e  use main  000452 aa 000004 000000 zero 2*2,0 000453 location_values.e:  000453 0a 000763 7020 00 tsx2 TRACE_SETUP  000454 4a 4 00436 7131 20 call6 trace_tables_$location_values  183  184 " () returns (fixed bin) 185 TraceGate num_locations,trace_tables_$num_locations,1  gentry num_locations,1*2,0 000055 segdef num_locations  use transfer_vector  000055 num_locations:  000055 0a 000456 7100 00 tra num_locations.e  use main  000455 aa 000002 000000 zero 1*2,0 000456 num_locations.e:  000456 0a 000763 7020 00 tsx2 TRACE_SETUP  000457 4a 4 00440 7131 20 call6 trace_tables_$num_locations  186  187 " () returns (fixed bin) 188 TraceGate num_specified_locations,trace_tables_$num_specified_locations,1  gentry num_specified_locations,1*2,0  000056 segdef num_specified_locations use transfer_vector  000056 num_specified_locations:  000056 0a 000461 7100 00 tra num_specified_locations.e  use main  000460 aa 000002 000000 zero 1*2,0 000461 num_specified_locations.e:  000461 0a 000763 7020 00 tsx2 TRACE_SETUP  000462 4a 4 00442 7131 20 call6 trace_tables_$num_specified_locations  189  190 " (fixed bin) returns (fixed bin)  191 TraceGate specified_location_index,trace_tables_$specified_location_index,2  gentry specified_location_index,2*2,0  000057 segdef specified_location_index  use transfer_vector  000057 specified_location_index:  000057 0a 000464 7100 00 tra specified_location_index.e use main  000463 aa 000004 000000 zero 2*2,0 000464 specified_location_index.e: 000464 0a 000763 7020 00 tsx2 TRACE_SETUP  000465 4a 4 00444 7131 20 call6 trace_tables_$specified_location_index  192  193 " (char (256) var)  194 TraceGate specify_locations,trace_tables_$specify_locations,1  gentry specify_locations,1*2,0 000060 segdef specify_locations  use transfer_vector  000060 specify_locations:  000060 0a 000467 7100 00 tra specify_locations.e  use main  000466 aa 000002 000000 zero 1*2,0 000467 specify_locations.e:  000467 0a 000763 7020 00 tsx2 TRACE_SETUP  000470 4a 4 00446 7131 20 call6 trace_tables_$specify_locations  195  196 " () 197 TraceGate specify_changed_locations,trace_tables_$specify_changed_locations,0  gentry specify_changed_locations,0*2,0 000061 segdef specify_changed_locations  use transfer_vector  000061 specify_changed_locations:  000061 0a 000472 7100 00 tra specify_changed_locations.e  use main  000471 aa 000000 000000 zero 0*2,0 000472 specify_changed_locations.e:  000472 0a 000763 7020 00 tsx2 TRACE_SETUP  000473 4a 4 00450 7131 20 call6 trace_tables_$specify_changed_locations  198  199 " EVENT BUFFER  200  201  202 " (fixed bin (34), fixed bin (34))  203 TraceGate buffer_counts,trace_print_$buffer_counts,2  gentry buffer_counts,2*2,0 000062 segdef buffer_counts  use transfer_vector  000062 buffer_counts:  000062 0a 000475 7100 00 tra buffer_counts.e  use main  000474 aa 000004 000000 zero 2*2,0 000475 buffer_counts.e:  000475 0a 000763 7020 00 tsx2 TRACE_SETUP  000476 4a 4 00452 7131 20 call6 trace_print_$buffer_counts  204  205 " (fixed bin (34), fixed bin, char (2), ptr unal,  206 " 1 like counts aligned, 1 like meters aligned) 207 TraceGate buffer_event,trace_print_$buffer_event,6 gentry buffer_event,6*2,0  000063 segdef buffer_event  use transfer_vector  000063 buffer_event:  000063 0a 000500 7100 00 tra buffer_event.e use main  000477 aa 000014 000000 zero 6*2,0 000500 buffer_event.e: 000500 0a 000763 7020 00 tsx2 TRACE_SETUP  000501 4a 4 00454 7131 20 call6 trace_print_$buffer_event  208  209 " (fixed bin (34)) returns (char (256) var)  210 TraceGate buffer_event_header,trace_print_$buffer_event_header,2  gentry buffer_event_header,2*2,0  000064 segdef buffer_event_header use transfer_vector  000064 buffer_event_header:  000064 0a 000503 7100 00 tra buffer_event_header.e  use main  000502 aa 000004 000000 zero 2*2,0 000503 buffer_event_header.e:  000503 0a 000763 7020 00 tsx2 TRACE_SETUP  000504 4a 4 00456 7131 20 call6 trace_print_$buffer_event_header 211  212 " (fixed bin (34)) returns (char (256) var)  213 TraceGate buffer_event_string,trace_print_$buffer_event_string,2  gentry buffer_event_string,2*2,0  000065 segdef buffer_event_string use transfer_vector  000065 buffer_event_string:  000065 0a 000506 7100 00 tra buffer_event_string.e  use main  000505 aa 000004 000000 zero 2*2,0 000506 buffer_event_string.e:  000506 0a 000763 7020 00 tsx2 TRACE_SETUP  000507 4a 4 00460 7131 20 call6 trace_print_$buffer_event_string 214  215 " () returns (ptr unal)  216 TraceGate buffer_ptr,trace_parameters_$buffer_ptr,1  gentry buffer_ptr,1*2,0  000066 segdef buffer_ptr  use transfer_vector  000066 buffer_ptr: 000066 0a 000511 7100 00 tra buffer_ptr.e  use main  000510 aa 000002 000000 zero 1*2,0 000511 buffer_ptr.e:  000511 0a 000763 7020 00 tsx2 TRACE_SETUP  000512 4a 4 00462 7131 20 call6 trace_parameters_$buffer_ptr 217  218 " TRACE PARAMETERS  219  220  221 " (fixed bin) returns (bit (2) aligned)  222 TraceGate arguments,trace_parameters_$arguments,2  gentry arguments,2*2,0 000067 segdef arguments  use transfer_vector  000067 arguments:  000067 0a 000514 7100 00 tra arguments.e  use main  000513 aa 000004 000000 zero 2*2,0 000514 arguments.e:  000514 0a 000763 7020 00 tsx2 TRACE_SETUP  000515 4a 4 00464 7131 20 call6 trace_parameters_$arguments  223  224 " (bit (2) aligned)  225 TraceGate set_arguments,trace_parameters_$set_arguments,1  gentry set_arguments,1*2,0 000070 segdef set_arguments  use transfer_vector  000070 set_arguments:  000070 0a 000517 7100 00 tra set_arguments.e  use main  000516 aa 000002 000000 zero 1*2,0 000517 set_arguments.e:  000517 0a 000763 7020 00 tsx2 TRACE_SETUP  000520 4a 4 00466 7131 20 call6 trace_parameters_$set_arguments  226  227 " (fixed bin) returns (char (256) var)  228 TraceGate call,trace_parameters_$call,2  gentry call,2*2,0  000071 segdef call  use transfer_vector  000071 call:  000071 0a 000522 7100 00 tra call.e use main  000521 aa 000004 000000 zero 2*2,0 000522 call.e: 000522 0a 000763 7020 00 tsx2 TRACE_SETUP  000523 4a 4 00470 7131 20 call6 trace_parameters_$call  229  230 " (char (256) var)  231 TraceGate set_call,trace_parameters_$set_call,1  gentry set_call,1*2,0  000072 segdef set_call  use transfer_vector  000072 set_call:  000072 0a 000525 7100 00 tra set_call.e use main  000524 aa 000002 000000 zero 1*2,0 000525 set_call.e: 000525 0a 000763 7020 00 tsx2 TRACE_SETUP  000526 4a 4 00472 7131 20 call6 trace_parameters_$set_call  232  233 " (fixed bin) returns (fixed bin (34))  234 TraceGate every,trace_parameters_$every,2  gentry every,2*2,0 000073 segdef every  use transfer_vector  000073 every:  000073 0a 000530 7100 00 tra every.e  use main  000527 aa 000004 000000 zero 2*2,0 000530 every.e:  000530 0a 000763 7020 00 tsx2 TRACE_SETUP  000531 4a 4 00474 7131 20 call6 trace_parameters_$every  235  236 " (fixed bin (34))  237 TraceGate set_every,trace_parameters_$set_every,1  gentry set_every,1*2,0 000074 segdef set_every  use transfer_vector  000074 set_every:  000074 0a 000533 7100 00 tra set_every.e  use main  000532 aa 000002 000000 zero 1*2,0 000533 set_every.e:  000533 0a 000763 7020 00 tsx2 TRACE_SETUP  000534 4a 4 00476 7131 20 call6 trace_parameters_$set_every  238  239 " (fixed bin) returns (fixed bin (34))  240 TraceGate first,trace_parameters_$first,2  gentry first,2*2,0 000075 segdef first  use transfer_vector  000075 first:  000075 0a 000536 7100 00 tra first.e  use main  000535 aa 000004 000000 zero 2*2,0 000536 first.e:  000536 0a 000763 7020 00 tsx2 TRACE_SETUP  000537 4a 4 00500 7131 20 call6 trace_parameters_$first  241  242 " (fixed bin (34))  243 TraceGate set_first,trace_parameters_$set_first,1  gentry set_first,1*2,0 000076 segdef set_first  use transfer_vector  000076 set_first:  000076 0a 000541 7100 00 tra set_first.e  use main  000540 aa 000002 000000 zero 1*2,0 000541 set_first.e:  000541 0a 000763 7020 00 tsx2 TRACE_SETUP  000542 4a 4 00502 7131 20 call6 trace_parameters_$set_first  244  245 " (fixed bin) returns (fixed bin (34))  246 TraceGate high,trace_parameters_$high,2  gentry high,2*2,0  000077 segdef high  use transfer_vector  000077 high:  000077 0a 000544 7100 00 tra high.e use main  000543 aa 000004 000000 zero 2*2,0 000544 high.e: 000544 0a 000763 7020 00 tsx2 TRACE_SETUP  000545 4a 4 00504 7131 20 call6 trace_parameters_$high  247  248 " (fixed bin (34))  249 TraceGate set_high,trace_parameters_$set_high,1  gentry set_high,1*2,0  000100 segdef set_high  use transfer_vector  000100 set_high:  000100 0a 000547 7100 00 tra set_high.e use main  000546 aa 000002 000000 zero 1*2,0 000547 set_high.e: 000547 0a 000763 7020 00 tsx2 TRACE_SETUP  000550 4a 4 00506 7131 20 call6 trace_parameters_$set_high  250  251 " (fixed bin) returns (fixed bin (34))  252 TraceGate last,trace_parameters_$last,2  gentry last,2*2,0  000101 segdef last  use transfer_vector  000101 last:  000101 0a 000552 7100 00 tra last.e use main  000551 aa 000004 000000 zero 2*2,0 000552 last.e: 000552 0a 000763 7020 00 tsx2 TRACE_SETUP  000553 4a 4 00510 7131 20 call6 trace_parameters_$last  253  254 " (fixed bin (34))  255 TraceGate set_last,trace_parameters_$set_last,1  gentry set_last,1*2,0  000102 segdef set_last  use transfer_vector  000102 set_last:  000102 0a 000555 7100 00 tra set_last.e use main  000554 aa 000002 000000 zero 1*2,0 000555 set_last.e: 000555 0a 000763 7020 00 tsx2 TRACE_SETUP  000556 4a 4 00512 7131 20 call6 trace_parameters_$set_last  256  257 " (fixed bin) returns (fixed bin (34))  258 TraceGate low,trace_parameters_$low,2  gentry low,2*2,0  000103 segdef low use transfer_vector  000103 low:  000103 0a 000560 7100 00 tra low.e  use main  000557 aa 000004 000000 zero 2*2,0 000560 low.e:  000560 0a 000763 7020 00 tsx2 TRACE_SETUP  000561 4a 4 00514 7131 20 call6 trace_parameters_$low  259  260 " (fixed bin (34))  261 TraceGate set_low,trace_parameters_$set_low,1  gentry set_low,1*2,0  000104 segdef set_low use transfer_vector  000104 set_low:  000104 0a 000563 7100 00 tra set_low.e  use main  000562 aa 000002 000000 zero 1*2,0 000563 set_low.e:  000563 0a 000763 7020 00 tsx2 TRACE_SETUP  000564 4a 4 00516 7131 20 call6 trace_parameters_$set_low  262  263 " (fixed bin) returns (bit aligned)  264 TraceGate new_high,trace_parameters_$new_high,2  gentry new_high,2*2,0  000105 segdef new_high  use transfer_vector  000105 new_high:  000105 0a 000566 7100 00 tra new_high.e use main  000565 aa 000004 000000 zero 2*2,0 000566 new_high.e: 000566 0a 000763 7020 00 tsx2 TRACE_SETUP  000567 4a 4 00520 7131 20 call6 trace_parameters_$new_high  265  266 " (bit aligned)  267 TraceGate set_new_high,trace_parameters_$set_new_high,1  gentry set_new_high,1*2,0  000106 segdef set_new_high  use transfer_vector  000106 set_new_high:  000106 0a 000571 7100 00 tra set_new_high.e use main  000570 aa 000002 000000 zero 1*2,0 000571 set_new_high.e: 000571 0a 000763 7020 00 tsx2 TRACE_SETUP  000572 4a 4 00522 7131 20 call6 trace_parameters_$set_new_high  268  269 " (fixed bin, bit aligned) returns (char (256) var)  270 TraceGate parms_string,trace_parameters_$parms_string,3  gentry parms_string,3*2,0  000107 segdef parms_string  use transfer_vector  000107 parms_string:  000107 0a 000574 7100 00 tra parms_string.e use main  000573 aa 000006 000000 zero 3*2,0 000574 parms_string.e: 000574 0a 000763 7020 00 tsx2 TRACE_SETUP  000575 4a 4 00524 7131 20 call6 trace_parameters_$parms_string  271  272 " () returns (bit aligned)  273 TraceGate parms_specified,trace_parameters_$parms_specified,1  gentry parms_specified,1*2,0  000110 segdef parms_specified use transfer_vector  000110 parms_specified:  000110 0a 000577 7100 00 tra parms_specified.e  use main  000576 aa 000002 000000 zero 1*2,0 000577 parms_specified.e:  000577 0a 000763 7020 00 tsx2 TRACE_SETUP  000600 4a 4 00526 7131 20 call6 trace_parameters_$parms_specified  274  275 " (fixed bin) returns (bit (2) aligned)  276 TraceGate stop,trace_parameters_$stop,2  gentry stop,2*2,0  000111 segdef stop  use transfer_vector  000111 stop:  000111 0a 000602 7100 00 tra stop.e use main  000601 aa 000004 000000 zero 2*2,0 000602 stop.e: 000602 0a 000763 7020 00 tsx2 TRACE_SETUP  000603 4a 4 00530 7131 20 call6 trace_parameters_$stop  277  278 " (bit (2) aligned)  279 TraceGate set_stop,trace_parameters_$set_stop,1  gentry set_stop,1*2,0  000112 segdef set_stop  use transfer_vector  000112 set_stop:  000112 0a 000605 7100 00 tra set_stop.e use main  000604 aa 000002 000000 zero 1*2,0 000605 set_stop.e: 000605 0a 000763 7020 00 tsx2 TRACE_SETUP  000606 4a 4 00532 7131 20 call6 trace_parameters_$set_stop  280  281 " (fixed bin) returns (fixed bin (34))  282 TraceGate stop_every,trace_parameters_$stop_every,2  gentry stop_every,2*2,0  000113 segdef stop_every  use transfer_vector  000113 stop_every: 000113 0a 000610 7100 00 tra stop_every.e  use main  000607 aa 000004 000000 zero 2*2,0 000610 stop_every.e:  000610 0a 000763 7020 00 tsx2 TRACE_SETUP  000611 4a 4 00534 7131 20 call6 trace_parameters_$stop_every 283  284 " (fixed bin (34))  285 TraceGate set_stop_every,trace_parameters_$set_stop_every,1  gentry set_stop_every,1*2,0  000114 segdef set_stop_every  use transfer_vector  000114 set_stop_every: 000114 0a 000613 7100 00 tra set_stop_every.e  use main  000612 aa 000002 000000 zero 1*2,0 000613 set_stop_every.e:  000613 0a 000763 7020 00 tsx2 TRACE_SETUP  000614 4a 4 00536 7131 20 call6 trace_parameters_$set_stop_every 286  287 " (fixed bin) returns (fixed bin (34))  288 TraceGate stop_low,trace_parameters_$stop_low,2  gentry stop_low,2*2,0  000115 segdef stop_low  use transfer_vector  000115 stop_low:  000115 0a 000616 7100 00 tra stop_low.e use main  000615 aa 000004 000000 zero 2*2,0 000616 stop_low.e: 000616 0a 000763 7020 00 tsx2 TRACE_SETUP  000617 4a 4 00540 7131 20 call6 trace_parameters_$stop_low  289  290 " (fixed bin (34))  291 TraceGate set_stop_low,trace_parameters_$set_stop_low,1  gentry set_stop_low,1*2,0  000116 segdef set_stop_low  use transfer_vector  000116 set_stop_low:  000116 0a 000621 7100 00 tra set_stop_low.e use main  000620 aa 000002 000000 zero 1*2,0 000621 set_stop_low.e: 000621 0a 000763 7020 00 tsx2 TRACE_SETUP  000622 4a 4 00542 7131 20 call6 trace_parameters_$set_stop_low  292  293 " (fixed bin) returns (bit (2) aligned)  294 TraceGate trace,trace_parameters_$trace,2  gentry trace,2*2,0 000117 segdef trace  use transfer_vector  000117 trace:  000117 0a 000624 7100 00 tra trace.e  use main  000623 aa 000004 000000 zero 2*2,0 000624 trace.e:  000624 0a 000763 7020 00 tsx2 TRACE_SETUP  000625 4a 4 00544 7131 20 call6 trace_parameters_$trace  295  296 " (bit (2) aligned)  297 TraceGate set_trace,trace_parameters_$set_trace,1  gentry set_trace,1*2,0 000120 segdef set_trace  use transfer_vector  000120 set_trace:  000120 0a 000627 7100 00 tra set_trace.e  use main  000626 aa 000002 000000 zero 1*2,0 000627 set_trace.e:  000627 0a 000763 7020 00 tsx2 TRACE_SETUP  000630 4a 4 00546 7131 20 call6 trace_parameters_$set_trace  298  299 " GLOBAL PARAMETERS 300  301  302 " () returns (bit aligned)  303 TraceGate alm,trace_parameters_$alm,1  gentry alm,1*2,0  000121 segdef alm use transfer_vector  000121 alm:  000121 0a 000632 7100 00 tra alm.e  use main  000631 aa 000002 000000 zero 1*2,0 000632 alm.e:  000632 0a 000763 7020 00 tsx2 TRACE_SETUP  000633 4a 4 00550 7131 20 call6 trace_parameters_$alm  304  305 " (bit aligned)  306 TraceGate set_alm,trace_parameters_$set_alm,1  gentry set_alm,1*2,0  000122 segdef set_alm use transfer_vector  000122 set_alm:  000122 0a 000635 7100 00 tra set_alm.e  use main  000634 aa 000002 000000 zero 1*2,0 000635 set_alm.e:  000635 0a 000763 7020 00 tsx2 TRACE_SETUP  000636 4a 4 00552 7131 20 call6 trace_parameters_$set_alm  307  308 " () returns (bit aligned)  309 TraceGate automatic,trace_parameters_$automatic,1  gentry automatic,1*2,0 000123 segdef automatic  use transfer_vector  000123 automatic:  000123 0a 000640 7100 00 tra automatic.e  use main  000637 aa 000002 000000 zero 1*2,0 000640 automatic.e:  000640 0a 000763 7020 00 tsx2 TRACE_SETUP  000641 4a 4 00554 7131 20 call6 trace_parameters_$automatic  310  311 " (bit aligned)  312 TraceGate set_automatic,trace_parameters_$set_automatic,1  gentry set_automatic,1*2,0 000124 segdef set_automatic  use transfer_vector  000124 set_automatic:  000124 0a 000643 7100 00 tra set_automatic.e  use main  000642 aa 000002 000000 zero 1*2,0 000643 set_automatic.e:  000643 0a 000763 7020 00 tsx2 TRACE_SETUP  000644 4a 4 00556 7131 20 call6 trace_parameters_$set_automatic  313  314 " () returns (bit aligned)  315 TraceGate buffer,trace_parameters_$buffer,1  gentry buffer,1*2,0  000125 segdef buffer  use transfer_vector  000125 buffer: 000125 0a 000646 7100 00 tra buffer.e  use main  000645 aa 000002 000000 zero 1*2,0 000646 buffer.e:  000646 0a 000763 7020 00 tsx2 TRACE_SETUP  000647 4a 4 00560 7131 20 call6 trace_parameters_$buffer 316  317 " (bit aligned)  318 TraceGate set_buffer,trace_parameters_$set_buffer,1  gentry set_buffer,1*2,0  000126 segdef set_buffer  use transfer_vector  000126 set_buffer: 000126 0a 000651 7100 00 tra set_buffer.e  use main  000650 aa 000002 000000 zero 1*2,0 000651 set_buffer.e:  000651 0a 000763 7020 00 tsx2 TRACE_SETUP  000652 4a 4 00562 7131 20 call6 trace_parameters_$set_buffer 319  320 " () returns (bit aligned)  321 TraceGate calibrate,trace_parameters_$calibrate,1  gentry calibrate,1*2,0 000127 segdef calibrate  use transfer_vector  000127 calibrate:  000127 0a 000654 7100 00 tra calibrate.e  use main  000653 aa 000002 000000 zero 1*2,0 000654 calibrate.e:  000654 0a 000763 7020 00 tsx2 TRACE_SETUP  000655 4a 4 00564 7131 20 call6 trace_parameters_$calibrate  322  323 " (bit aligned)  324 TraceGate set_calibrate,trace_parameters_$set_calibrate,1  gentry set_calibrate,1*2,0 000130 segdef set_calibrate  use transfer_vector  000130 set_calibrate:  000130 0a 000657 7100 00 tra set_calibrate.e  use main  000656 aa 000002 000000 zero 1*2,0 000657 set_calibrate.e:  000657 0a 000763 7020 00 tsx2 TRACE_SETUP  000660 4a 4 00566 7131 20 call6 trace_parameters_$set_calibrate  325  326 " (fixed bin) returns (1 aligned like compensation)  327 TraceGate compensation,trace_parameters_$compensation,2  gentry compensation,2*2,0  000131 segdef compensation  use transfer_vector  000131 compensation:  000131 0a 000662 7100 00 tra compensation.e use main  000661 aa 000004 000000 zero 2*2,0 000662 compensation.e: 000662 0a 000763 7020 00 tsx2 TRACE_SETUP  000663 4a 4 00570 7131 20 call6 trace_parameters_$compensation  328  329 " (fixed bin, 1 aligned like compensation)  330 TraceGate set_compensation,trace_parameters_$set_compensation,2  gentry set_compensation,2*2,0  000132 segdef set_compensation  use transfer_vector  000132 set_compensation:  000132 0a 000665 7100 00 tra set_compensation.e use main  000664 aa 000004 000000 zero 2*2,0 000665 set_compensation.e: 000665 0a 000763 7020 00 tsx2 TRACE_SETUP  000666 4a 4 00572 7131 20 call6 trace_parameters_$set_compensation  331  332 " () returns (bit aligned)  333 TraceGate enabled,trace_parameters_$enabled,1  gentry enabled,1*2,0  000133 segdef enabled use transfer_vector  000133 enabled:  000133 0a 000670 7100 00 tra enabled.e  use main  000667 aa 000002 000000 zero 1*2,0 000670 enabled.e:  000670 0a 000763 7020 00 tsx2 TRACE_SETUP  000671 4a 4 00574 7131 20 call6 trace_parameters_$enabled  334  335 " (bit aligned)  336 TraceGate set_enabled,trace_parameters_$set_enabled,1  gentry set_enabled,1*2,0  000134 segdef set_enabled use transfer_vector  000134 set_enabled:  000134 0a 000673 7100 00 tra set_enabled.e  use main  000672 aa 000002 000000 zero 1*2,0 000673 set_enabled.e:  000673 0a 000763 7020 00 tsx2 TRACE_SETUP  000674 4a 4 00576 7131 20 call6 trace_parameters_$set_enabled  337  338 " () returns (char (256) var);  339 TraceGate global_parms_string,trace_parameters_$global_parms_string,1  gentry global_parms_string,1*2,0  000135 segdef global_parms_string use transfer_vector  000135 global_parms_string:  000135 0a 000676 7100 00 tra global_parms_string.e  use main  000675 aa 000002 000000 zero 1*2,0 000676 global_parms_string.e:  000676 0a 000763 7020 00 tsx2 TRACE_SETUP  000677 4a 4 00600 7131 20 call6 trace_parameters_$global_parms_string  340  341 " returns (bit aligned)  342 TraceGate long,trace_parameters_$long,1  gentry long,1*2,0  000136 segdef long  use transfer_vector  000136 long:  000136 0a 000701 7100 00 tra long.e use main  000700 aa 000002 000000 zero 1*2,0 000701 long.e: 000701 0a 000763 7020 00 tsx2 TRACE_SETUP  000702 4a 4 00602 7131 20 call6 trace_parameters_$long  343  344 " (bit aligned)  345 TraceGate set_long,trace_parameters_$set_long,1  gentry set_long,1*2,0  000137 segdef set_long  use transfer_vector  000137 set_long:  000137 0a 000704 7100 00 tra set_long.e use main  000703 aa 000002 000000 zero 1*2,0 000704 set_long.e: 000704 0a 000763 7020 00 tsx2 TRACE_SETUP  000705 4a 4 00604 7131 20 call6 trace_parameters_$set_long  346  347 " () returns (bit aligned)  348 TraceGate meter,trace_parameters_$meter,1  gentry meter,1*2,0 000140 segdef meter  use transfer_vector  000140 meter:  000140 0a 000707 7100 00 tra meter.e  use main  000706 aa 000002 000000 zero 1*2,0 000707 meter.e:  000707 0a 000763 7020 00 tsx2 TRACE_SETUP  000710 4a 4 00606 7131 20 call6 trace_parameters_$meter  349  350 " (bit aligned)  351 TraceGate set_meter,trace_parameters_$set_meter,1  gentry set_meter,1*2,0 000141 segdef set_meter  use transfer_vector  000141 set_meter:  000141 0a 000712 7100 00 tra set_meter.e  use main  000711 aa 000002 000000 zero 1*2,0 000712 set_meter.e:  000712 0a 000763 7020 00 tsx2 TRACE_SETUP  000713 4a 4 00610 7131 20 call6 trace_parameters_$set_meter  352  353 " () returns (1 like output_switch aligned)  354 TraceGate output_switch,trace_parameters_$output_switch,1  gentry output_switch,1*2,0 000142 segdef output_switch  use transfer_vector  000142 output_switch:  000142 0a 000715 7100 00 tra output_switch.e  use main  000714 aa 000002 000000 zero 1*2,0 000715 output_switch.e:  000715 0a 000763 7020 00 tsx2 TRACE_SETUP  000716 4a 4 00612 7131 20 call6 trace_parameters_$output_switch  355  356 " (1 like output_switch aligned) 357 TraceGate set_output_switch,trace_parameters_$set_output_switch,1  gentry set_output_switch,1*2,0 000143 segdef set_output_switch  use transfer_vector  000143 set_output_switch:  000143 0a 000720 7100 00 tra set_output_switch.e  use main  000717 aa 000002 000000 zero 1*2,0 000720 set_output_switch.e:  000720 0a 000763 7020 00 tsx2 TRACE_SETUP  000721 4a 4 00614 7131 20 call6 trace_parameters_$set_output_switch  358  359 " () returns (bit aligned)  360 TraceGate signals,trace_parameters_$signals,1  gentry signals,1*2,0  000144 segdef signals use transfer_vector  000144 signals:  000144 0a 000723 7100 00 tra signals.e  use main  000722 aa 000002 000000 zero 1*2,0 000723 signals.e:  000723 0a 000763 7020 00 tsx2 TRACE_SETUP  000724 4a 4 00616 7131 20 call6 trace_parameters_$signals  361  362 " (bit aligned)  363 TraceGate set_signals,trace_parameters_$set_signals,1  gentry set_signals,1*2,0  000145 segdef set_signals use transfer_vector  000145 set_signals:  000145 0a 000726 7100 00 tra set_signals.e  use main  000725 aa 000002 000000 zero 1*2,0 000726 set_signals.e:  000726 0a 000763 7020 00 tsx2 TRACE_SETUP  000727 4a 4 00620 7131 20 call6 trace_parameters_$set_signals  364  365 " () returns (1 like stop_proc aligned)  366 TraceGate stop_proc,trace_parameters_$stop_proc,1  gentry stop_proc,1*2,0 000146 segdef stop_proc  use transfer_vector  000146 stop_proc:  000146 0a 000731 7100 00 tra stop_proc.e  use main  000730 aa 000002 000000 zero 1*2,0 000731 stop_proc.e:  000731 0a 000763 7020 00 tsx2 TRACE_SETUP  000732 4a 4 00622 7131 20 call6 trace_parameters_$stop_proc  367  368 " (1 like stop_proc aligned) 369 TraceGate set_stop_proc,trace_parameters_$set_stop_proc,1  gentry set_stop_proc,1*2,0 000147 segdef set_stop_proc  use transfer_vector  000147 set_stop_proc:  000147 0a 000734 7100 00 tra set_stop_proc.e  use main  000733 aa 000002 000000 zero 1*2,0 000734 set_stop_proc.e:  000734 0a 000763 7020 00 tsx2 TRACE_SETUP  000735 4a 4 00624 7131 20 call6 trace_parameters_$set_stop_proc  370  371 " () returns (entry) 372 TraceGate stop_routine,trace_parameters_$stop_routine,1  gentry stop_routine,1*2,0  000150 segdef stop_routine  use transfer_vector  000150 stop_routine:  000150 0a 000737 7100 00 tra stop_routine.e use main  000736 aa 000002 000000 zero 1*2,0 000737 stop_routine.e: 000737 0a 000763 7020 00 tsx2 TRACE_SETUP  000740 4a 4 00626 7131 20 call6 trace_parameters_$stop_routine  373  374 " (entry)  375 TraceGate set_stop_routine,trace_parameters_$set_stop_routine,1  gentry set_stop_routine,1*2,0  000151 segdef set_stop_routine  use transfer_vector  000151 set_stop_routine:  000151 0a 000742 7100 00 tra set_stop_routine.e use main  000741 aa 000002 000000 zero 1*2,0 000742 set_stop_routine.e: 000742 0a 000763 7020 00 tsx2 TRACE_SETUP  000743 4a 4 00630 7131 20 call6 trace_parameters_$set_stop_routine  376  377 " () returns (entry) 378 TraceGate trace_routine,trace_parameters_$trace_routine,1  gentry trace_routine,1*2,0 000152 segdef trace_routine  use transfer_vector  000152 trace_routine:  000152 0a 000745 7100 00 tra trace_routine.e  use main  000744 aa 000002 000000 zero 1*2,0 000745 trace_routine.e:  000745 0a 000763 7020 00 tsx2 TRACE_SETUP  000746 4a 4 00632 7131 20 call6 trace_parameters_$trace_routine  379  380 " (entry)  381 TraceGate set_trace_routine,trace_parameters_$set_trace_routine,1  gentry set_trace_routine,1*2,0 000153 segdef set_trace_routine  use transfer_vector  000153 set_trace_routine:  000153 0a 000750 7100 00 tra set_trace_routine.e  use main  000747 aa 000002 000000 zero 1*2,0 000750 set_trace_routine.e:  000750 0a 000763 7020 00 tsx2 TRACE_SETUP  000751 4a 4 00634 7131 20 call6 trace_parameters_$set_trace_routine  382  383 " () returns (bit aligned)  384 TraceGate loud,trace_parameters_$loud,1  gentry loud,1*2,0  000154 segdef loud  use transfer_vector  000154 loud:  000154 0a 000753 7100 00 tra loud.e use main  000752 aa 000002 000000 zero 1*2,0 000753 loud.e: 000753 0a 000763 7020 00 tsx2 TRACE_SETUP  000754 4a 4 00636 7131 20 call6 trace_parameters_$loud  385  386 " (bit aligned)  387 TraceGate set_loud,trace_parameters_$set_loud,1  gentry set_loud,1*2,0  000155 segdef set_loud  use transfer_vector  000155 set_loud:  000155 0a 000756 7100 00 tra set_loud.e use main  000755 aa 000002 000000 zero 1*2,0 000756 set_loud.e: 000756 0a 000763 7020 00 tsx2 TRACE_SETUP  000757 4a 4 00640 7131 20 call6 trace_parameters_$set_loud  388  389  390 " MISCELLANEOUS 391  392 " () returns (bit aligned)  393 TraceGate in_trace,IN_TRACE,1  gentry in_trace,1*2,0  000156 segdef in_trace  use transfer_vector  000156 in_trace:  000156 0a 000761 7100 00 tra in_trace.e use main  000760 aa 000002 000000 zero 1*2,0 000761 in_trace.e: 000761 0a 000763 7020 00 tsx2 TRACE_SETUP  000762 0a 001006 7130 00 call6 IN_TRACE 394  395  000763 396 TRACE_SETUP:  000763 0a 000763 2130 00 397 epaq * get_lp without invoking trace_catch_  000764 aa 7 00026 7641 61 398 lprp4 pr7|stack_header.lot_ptr,*au 399  000765 aa 777776 2210 12 400 ldx1 -2,2 get number of args expected 000766 aa 000000 6000 12 401 tze 0,2 if zero, none or doesn't matter  000767 aa 0 00000 1011 00 402 cmpx1 ap|0 compare against number given  000770 aa 000000 6000 12 403 tze 0,2 args match, call procedure  000771 aa 400000 6350 00 404 eaa TRUE Take this out when  000772 aa 7 00074 7551 00 405 sta pr7|stack_header.in_trace trace becomes a real gate.  000773 4a 4 00642 7131 20 406 call6 trace_$SIGNAL_GATE_ERROR 407  000774 408 entry SIGNAL_GATE_ERROR Buff up before signalling.  000774 409 SIGNAL_GATE_ERROR:  000774 aa 000060 6270 00 410 push  000775 aa 7 00040 2721 20 000776 aa 6 00000 2541 00 411 call signal_$signal_(signal_arglist)  000777 0a 000244 3500 00 001000 4a 4 00310 3521 20 001001 aa 6 00040 7531 00 001002 aa 7 00036 6701 20 001003 aa 6 00000 1731 00 001004 aa 6 00040 0731 00 001005 aa 000000 000000 412 oct 0 hopefully, it never returns 413  414  001006 415 IN_TRACE:  001006 aa 7 00074 2351 00 416 lda pr7|stack_header.in_trace  001007 aa 0 00002 7551 20 417 sta pr0|2,*  001010 aa 7 00044 7101 20 418 short_return Life can be easy sometimes.  419  420  421  422 " CONSTANTS 423  001011 aa 000000 0110 03 424 even  001012 aa 077777 000043 425 null_ptr: oct 077777000043,000001000000  001013 aa 000001 000000 001014 aa 077777 000077 426 ptr_mask: oct 077777000077,777777077077  001015 aa 777777 077077 427  428  429 " STATIC  430  431 use static_section  432 join /link/static_section 433  434 even  000010 435 segdef transaction_id 000010 aa 000000 000000 436 transaction_id: dec 0,0 000011 aa 000000 000000 437  438 even  000012 439 segdef stt_ptr  000012 aa 077777 000043 440 stt_ptr: its -1,1  000013 aa 000001 000000 441  442 even  000014 443 segdef swt_ptr  000014 aa 077777 000043 444 swt_ptr: its -1,1  000015 aa 000001 000000 445  000016 446 segdef parameters_ptr 000016 aa 007777 000001 447 parameters_ptr: oct 007777000001  448  000017 aa 000000 0110 03 449 even  000020 450 segdef global_parameters  000020 451 bss global_parameters,182 452  453 " SYMBOLS SYMBOLS SYMBOLS SYMBOLS SYMBOLS SYMBOLS SYMBOLS SYMBOLS  454  400000 455 bool TRUE,400000  456  457  458  459 include stack_header  2-1 " BEGIN INCLUDE FILE ... stack_header.incl.alm 3/72 Bill Silver  2-2 "  2-3 " modified 7/76 by M. Weaver for *system links and more system use of areas 2-4 " modified 3/77 by M. Weaver to add rnt_ptr  2-5 " modified 7/77 by S. Webber to add run_unit_depth and assign_linkage_ptr  2-6 " modified 6/83 by J. Ives to add trace_frames and in_trace.  2-7  2-8 " HISTORY COMMENTS: 2-9 " 1) change(86-06-24,DGHowe), approve(86-06-24,MCR7396),  2-10 " audit(86-08-05,Schroth), install(86-11-03,MR12.0-1206):  2-11 " added the heap_header_ptr definition  2-12 " 2) change(86-08-12,Kissel), approve(86-08-12,MCR7473),  2-13 " audit(86-10-10,Fawcett), install(86-11-03,MR12.0-1206):  2-14 " Modified to support control point management. These changes were 2-15 " actually made in February 1985 by G. Palter.  2-16 " 3) change(86-10-22,Fawcett), approve(86-10-22,MCR7473),  2-17 " audit(86-10-22,Farley), install(86-11-03,MR12.0-1206):  2-18 " Remove the old_lot pointer and replace it with cpm_data_ptr. Use the 18  2-19 " bit pad after cur_lot_size for the cpm_enabled. This was done to save 2-20 " some space int the stack header and change the cpd_ptr unal to  2-21 " cpm_data_ptr (ITS pair).  2-22 " END HISTORY COMMENTS 2-23  000004 2-24 equ stack_header.cpm_data_ptr,4 ptr to control point for this stack  000006 2-25 equ stack_header.combined_stat_ptr,6 ptr to separate static area  2-26  000010 2-27 equ stack_header.clr_ptr,8 ptr to area containing linkage sections  000012 2-28 equ stack_header.max_lot_size,10 number of words allowed in lot (DU)  000012 2-29 equ stack_header.main_proc_invoked,10 nonzero if main proc was invoked in run unit (DL)  000012 2-30 equ stack_header.run_unit_depth,10 number of active run units stacked (DL) 000013 2-31 equ stack_header.cur_lot_size,11 DU number of words (entries) in lot  000013 2-32 equ stack_header.cpm_enabled,11 DL non-zero if control point management is enabled  000014 2-33 equ stack_header.system_free_ptr,12 ptr to system storage area 000016 2-34 equ stack_header.user_free_ptr,14 ptr to user storage area  2-35  000020 2-36 equ stack_header.parent_ptr,16 ptr to parent stack or null  000022 2-37 equ stack_header.stack_begin_ptr,18 ptr to first stack frame  000024 2-38 equ stack_header.stack_end_ptr,20 ptr to next useable stack frame 000026 2-39 equ stack_header.lot_ptr,22 ptr to the lot for the current ring  2-40  000030 2-41 equ stack_header.signal_ptr,24 ptr to signal proc for current ring  000032 2-42 equ stack_header.bar_mode_sp,26 value of sp before entering bar mode  000034 2-43 equ stack_header.pl1_operators_ptr,28 ptr: pl1_operators_$operator_table  000036 2-44 equ stack_header.call_op_ptr,30 ptr to standard call operator 2-45  000040 2-46 equ stack_header.push_op_ptr,32 ptr to standard push operator 000042 2-47 equ stack_header.return_op_ptr,34 ptr to standard return operator 000044 2-48 equ stack_header.ret_no_pop_op_ptr,36 ptr: stand. return/ no pop operator  000046 2-49 equ stack_header.entry_op_ptr,38 ptr to standard entry operator  2-50  000050 2-51 equ stack_header.trans_op_tv_ptr,40 ptr to table of translator operator ptrs  000052 2-52 equ stack_header.isot_ptr,42 pointer to ISOT  000054 2-53 equ stack_header.sct_ptr,44 pointer to System Condition Table 000056 2-54 equ stack_header.unwinder_ptr,46 pointer to unwinder for current ring 2-55  000060 2-56 equ stack_header.sys_link_info_ptr,48 ptr to *system link name table  000062 2-57 equ stack_header.rnt_ptr,50 ptr to reference name table  000064 2-58 equ stack_header.ect_ptr,52 ptr to event channel table  000066 2-59 equ stack_header.assign_linkage_ptr,54 ptr to area for hcs_$assign_linkage calls  000070 2-60 equ stack_header.heap_header_ptr,56 ptr to heap header.  000072 2-61 equ stack_header.trace_frames,58 stack of trace_catch_ frames 000073 2-62 equ stach_header.trace_top_ptr,59 trace pointer  000074 2-63 equ stack_header.in_trace,60 trace antirecurse bit  000100 2-64 equ stack_header_end,64 length of stack header  2-65  2-66  2-67  2-68  000000 2-69 equ trace_frames.count,0 number of trace frames on stack  000001 2-70 equ trace_frames.top_ptr,1 packed pointer to top one  2-71  2-72 " The following constant is an offset within the pl1 operators table.  2-73 " It references a transfer vector table.  2-74  000551 2-75 bool tv_offset,551 2-76  2-77  2-78 " The following constants are offsets within this transfer vector table.  2-79  001170 2-80 equ call_offset,tv_offset+271  001171 2-81 equ push_offset,tv_offset+272  001172 2-82 equ return_offset,tv_offset+273  001173 2-83 equ return_no_pop_offset,tv_offset+274 001174 2-84 equ entry_offset,tv_offset+275 2-85  2-86  2-87 " END INCLUDE FILE stack_header.incl.alm  460  461 end  ENTRY SEQUENCES  001016 5a 000050 0000 00 001017 aa 7 00046 2721 20 001020 0a 000774 7100 00 NO LITERALS  NAME DEFINITIONS FOR ENTRY POINTS AND SEGDEFS 001022 5a 000003 000000 001023 5a 001436 600000 001024 aa 000000 000000 001025 55 000010 000002 001026 5a 000002 400003 001027 55 000006 000010 001030 aa 006 164 162 141 001031 aa 143 145 137 000 001032 55 000020 000003 001033 2a 000020 400001 001034 55 000013 000003 001035 aa 021 147 154 157 global_parameters  001036 aa 142 141 154 137 001037 aa 160 141 162 141 001040 aa 155 145 164 145 001041 aa 162 163 000 000 001042 55 000027 000010 001043 2a 000016 400001 001044 55 000023 000003 001045 aa 016 160 141 162 parameters_ptr  001046 aa 141 155 145 164 001047 aa 145 162 163 137 001050 aa 160 164 162 000 001051 55 000034 000020 001052 2a 000014 400001 001053 55 000032 000003 001054 aa 007 163 167 164 swt_ptr 001055 aa 137 160 164 162 001056 55 000041 000027 001057 2a 000012 400001 001060 55 000037 000003 001061 aa 007 163 164 164 stt_ptr 001062 aa 137 160 164 162 001063 55 000050 000034 001064 2a 000010 400001 001065 55 000044 000003 001066 aa 016 164 162 141 transaction_id  001067 aa 156 163 141 143 001070 aa 164 151 157 156 001071 aa 137 151 144 000 001072 55 000060 000041 001073 0a 001017 500000 001074 55 000053 000003 001075 aa 021 123 111 107 SIGNAL_GATE_ERROR  001076 aa 116 101 114 137 001077 aa 107 101 124 105 001100 aa 137 105 122 122 001101 aa 117 122 000 000 001102 55 000066 000050 001103 0a 000156 400000 001104 55 000063 000003 001105 aa 010 151 156 137 in_trace  001106 aa 164 162 141 143 001107 aa 145 000 000 000 001110 55 000074 000060 001111 0a 000155 400000 001112 55 000071 000003 001113 aa 010 163 145 164 set_loud  001114 aa 137 154 157 165 001115 aa 144 000 000 000 001116 55 000101 000066 001117 0a 000154 400000 001120 55 000077 000003 001121 aa 004 154 157 165 loud  001122 aa 144 000 000 000 001123 55 000111 000074 001124 0a 000153 400000 001125 55 000104 000003 001126 aa 021 163 145 164 set_trace_routine  001127 aa 137 164 162 141 001130 aa 143 145 137 162 001131 aa 157 165 164 151 001132 aa 156 145 000 000 001133 55 000120 000101 001134 0a 000152 400000 001135 55 000114 000003 001136 aa 015 164 162 141 trace_routine  001137 aa 143 145 137 162 001140 aa 157 165 164 151 001141 aa 156 145 000 000 001142 55 000130 000111 001143 0a 000151 400000 001144 55 000123 000003 001145 aa 020 163 145 164 set_stop_routine  001146 aa 137 163 164 157 001147 aa 160 137 162 157 001150 aa 165 164 151 156 001151 aa 145 000 000 000 001152 55 000137 000120 001153 0a 000150 400000 001154 55 000133 000003 001155 aa 014 163 164 157 stop_routine  001156 aa 160 137 162 157 001157 aa 165 164 151 156 001160 aa 145 000 000 000 001161 55 000146 000130 001162 0a 000147 400000 001163 55 000142 000003 001164 aa 015 163 145 164 set_stop_proc  001165 aa 137 163 164 157 001166 aa 160 137 160 162 001167 aa 157 143 000 000 001170 55 000154 000137 001171 0a 000146 400000 001172 55 000151 000003 001173 aa 011 163 164 157 stop_proc  001174 aa 160 137 160 162 001175 aa 157 143 000 000 001176 55 000162 000146 001177 0a 000145 400000 001200 55 000157 000003 001201 aa 013 163 145 164 set_signals 001202 aa 137 163 151 147 001203 aa 156 141 154 163 001204 55 000167 000154 001205 0a 000144 400000 001206 55 000165 000003 001207 aa 007 163 151 147 signals 001210 aa 156 141 154 163 001211 55 000177 000162 001212 0a 000143 400000 001213 55 000172 000003 001214 aa 021 163 145 164 set_output_switch  001215 aa 137 157 165 164 001216 aa 160 165 164 137 001217 aa 163 167 151 164 001220 aa 143 150 000 000 001221 55 000206 000167 001222 0a 000142 400000 001223 55 000202 000003 001224 aa 015 157 165 164 output_switch  001225 aa 160 165 164 137 001226 aa 163 167 151 164 001227 aa 143 150 000 000 001230 55 000214 000177 001231 0a 000141 400000 001232 55 000211 000003 001233 aa 011 163 145 164 set_meter  001234 aa 137 155 145 164 001235 aa 145 162 000 000 001236 55 000221 000206 001237 0a 000140 400000 001240 55 000217 000003 001241 aa 005 155 145 164 meter  001242 aa 145 162 000 000 001243 55 000227 000214 001244 0a 000137 400000 001245 55 000224 000003 001246 aa 010 163 145 164 set_long  001247 aa 137 154 157 156 001250 aa 147 000 000 000 001251 55 000234 000221 001252 0a 000136 400000 001253 55 000232 000003 001254 aa 004 154 157 156 long  001255 aa 147 000 000 000 001256 55 000244 000227 001257 0a 000135 400000 001260 55 000237 000003 001261 aa 023 147 154 157 global_parms_string 001262 aa 142 141 154 137 001263 aa 160 141 162 155 001264 aa 163 137 163 164 001265 aa 162 151 156 147 001266 55 000252 000234 001267 0a 000134 400000 001270 55 000247 000003 001271 aa 013 163 145 164 set_enabled 001272 aa 137 145 156 141 001273 aa 142 154 145 144 001274 55 000257 000244 001275 0a 000133 400000 001276 55 000255 000003 001277 aa 007 145 156 141 enabled 001300 aa 142 154 145 144 001301 55 000267 000252 001302 0a 000132 400000 001303 55 000262 000003 001304 aa 020 163 145 164 set_compensation  001305 aa 137 143 157 155 001306 aa 160 145 156 163 001307 aa 141 164 151 157 001310 aa 156 000 000 000 001311 55 000276 000257 001312 0a 000131 400000 001313 55 000272 000003 001314 aa 014 143 157 155 compensation  001315 aa 160 145 156 163 001316 aa 141 164 151 157 001317 aa 156 000 000 000 001320 55 000305 000267 001321 0a 000130 400000 001322 55 000301 000003 001323 aa 015 163 145 164 set_calibrate  001324 aa 137 143 141 154 001325 aa 151 142 162 141 001326 aa 164 145 000 000 001327 55 000313 000276 001330 0a 000127 400000 001331 55 000310 000003 001332 aa 011 143 141 154 calibrate  001333 aa 151 142 162 141 001334 aa 164 145 000 000 001335 55 000321 000305 001336 0a 000126 400000 001337 55 000316 000003 001340 aa 012 163 145 164 set_buffer  001341 aa 137 142 165 146 001342 aa 146 145 162 000 001343 55 000326 000313 001344 0a 000125 400000 001345 55 000324 000003 001346 aa 006 142 165 146 buffer  001347 aa 146 145 162 000 001350 55 000335 000321 001351 0a 000124 400000 001352 55 000331 000003 001353 aa 015 163 145 164 set_automatic  001354 aa 137 141 165 164 001355 aa 157 155 141 164 001356 aa 151 143 000 000 001357 55 000343 000326 001360 0a 000123 400000 001361 55 000340 000003 001362 aa 011 141 165 164 automatic  001363 aa 157 155 141 164 001364 aa 151 143 000 000 001365 55 000350 000335 001366 0a 000122 400000 001367 55 000346 000003 001370 aa 007 163 145 164 set_alm 001371 aa 137 141 154 155 001372 55 000354 000343 001373 0a 000121 400000 001374 55 000353 000003 001375 aa 003 141 154 155 alm 001376 55 000362 000350 001377 0a 000120 400000 001400 55 000357 000003 001401 aa 011 163 145 164 set_trace  001402 aa 137 164 162 141 001403 aa 143 145 000 000 001404 55 000367 000354 001405 0a 000117 400000 001406 55 000365 000003 001407 aa 005 164 162 141 trace  001410 aa 143 145 000 000 001411 55 000376 000362 001412 0a 000116 400000 001413 55 000372 000003 001414 aa 014 163 145 164 set_stop_low  001415 aa 137 163 164 157 001416 aa 160 137 154 157 001417 aa 167 000 000 000 001420 55 000404 000367 001421 0a 000115 400000 001422 55 000401 000003 001423 aa 010 163 164 157 stop_low  001424 aa 160 137 154 157 001425 aa 167 000 000 000 001426 55 000413 000376 001427 0a 000114 400000 001430 55 000407 000003 001431 aa 016 163 145 164 set_stop_every  001432 aa 137 163 164 157 001433 aa 160 137 145 166 001434 aa 145 162 171 000 001435 55 000421 000404 001436 0a 000113 400000 001437 55 000416 000003 001440 aa 012 163 164 157 stop_every  001441 aa 160 137 145 166 001442 aa 145 162 171 000 001443 55 000427 000413 001444 0a 000112 400000 001445 55 000424 000003 001446 aa 010 163 145 164 set_stop  001447 aa 137 163 164 157 001450 aa 160 000 000 000 001451 55 000434 000421 001452 0a 000111 400000 001453 55 000432 000003 001454 aa 004 163 164 157 stop  001455 aa 160 000 000 000 001456 55 000443 000427 001457 0a 000110 400000 001460 55 000437 000003 001461 aa 017 160 141 162 parms_specified 001462 aa 155 163 137 163 001463 aa 160 145 143 151 001464 aa 146 151 145 144 001465 55 000452 000434 001466 0a 000107 400000 001467 55 000446 000003 001470 aa 014 160 141 162 parms_string  001471 aa 155 163 137 163 001472 aa 164 162 151 156 001473 aa 147 000 000 000 001474 55 000461 000443 001475 0a 000106 400000 001476 55 000455 000003 001477 aa 014 163 145 164 set_new_high  001500 aa 137 156 145 167 001501 aa 137 150 151 147 001502 aa 150 000 000 000 001503 55 000467 000452 001504 0a 000105 400000 001505 55 000464 000003 001506 aa 010 156 145 167 new_high  001507 aa 137 150 151 147 001510 aa 150 000 000 000 001511 55 000474 000461 001512 0a 000104 400000 001513 55 000472 000003 001514 aa 007 163 145 164 set_low 001515 aa 137 154 157 167 001516 55 000500 000467 001517 0a 000103 400000 001520 55 000477 000003 001521 aa 003 154 157 167 low 001522 55 000506 000474 001523 0a 000102 400000 001524 55 000503 000003 001525 aa 010 163 145 164 set_last  001526 aa 137 154 141 163 001527 aa 164 000 000 000 001530 55 000513 000500 001531 0a 000101 400000 001532 55 000511 000003 001533 aa 004 154 141 163 last  001534 aa 164 000 000 000 001535 55 000521 000506 001536 0a 000100 400000 001537 55 000516 000003 001540 aa 010 163 145 164 set_high  001541 aa 137 150 151 147 001542 aa 150 000 000 000 001543 55 000526 000513 001544 0a 000077 400000 001545 55 000524 000003 001546 aa 004 150 151 147 high  001547 aa 150 000 000 000 001550 55 000534 000521 001551 0a 000076 400000 001552 55 000531 000003 001553 aa 011 163 145 164 set_first  001554 aa 137 146 151 162 001555 aa 163 164 000 000 001556 55 000541 000526 001557 0a 000075 400000 001560 55 000537 000003 001561 aa 005 146 151 162 first  001562 aa 163 164 000 000 001563 55 000547 000534 001564 0a 000074 400000 001565 55 000544 000003 001566 aa 011 163 145 164 set_every  001567 aa 137 145 166 145 001570 aa 162 171 000 000 001571 55 000554 000541 001572 0a 000073 400000 001573 55 000552 000003 001574 aa 005 145 166 145 every  001575 aa 162 171 000 000 001576 55 000562 000547 001577 0a 000072 400000 001600 55 000557 000003 001601 aa 010 163 145 164 set_call  001602 aa 137 143 141 154 001603 aa 154 000 000 000 001604 55 000567 000554 001605 0a 000071 400000 001606 55 000565 000003 001607 aa 004 143 141 154 call  001610 aa 154 000 000 000 001611 55 000576 000562 001612 0a 000070 400000 001613 55 000572 000003 001614 aa 015 163 145 164 set_arguments  001615 aa 137 141 162 147 001616 aa 165 155 145 156 001617 aa 164 163 000 000 001620 55 000604 000567 001621 0a 000067 400000 001622 55 000601 000003 001623 aa 011 141 162 147 arguments  001624 aa 165 155 145 156 001625 aa 164 163 000 000 001626 55 000612 000576 001627 0a 000066 400000 001630 55 000607 000003 001631 aa 012 142 165 146 buffer_ptr  001632 aa 146 145 162 137 001633 aa 160 164 162 000 001634 55 000622 000604 001635 0a 000065 400000 001636 55 000615 000003 001637 aa 023 142 165 146 buffer_event_string 001640 aa 146 145 162 137 001641 aa 145 166 145 156 001642 aa 164 137 163 164 001643 aa 162 151 156 147 001644 55 000632 000612 001645 0a 000064 400000 001646 55 000625 000003 001647 aa 023 142 165 146 buffer_event_header 001650 aa 146 145 162 137 001651 aa 145 166 145 156 001652 aa 164 137 150 145 001653 aa 141 144 145 162 001654 55 000641 000622 001655 0a 000063 400000 001656 55 000635 000003 001657 aa 014 142 165 146 buffer_event  001660 aa 146 145 162 137 001661 aa 145 166 145 156 001662 aa 164 000 000 000 001663 55 000650 000632 001664 0a 000062 400000 001665 55 000644 000003 001666 aa 015 142 165 146 buffer_counts  001667 aa 146 145 162 137 001670 aa 143 157 165 156 001671 aa 164 163 000 000 001672 55 000662 000641 001673 0a 000061 400000 001674 55 000653 000003 001675 aa 031 163 160 145 specify_changed_locations  001676 aa 143 151 146 171 001677 aa 137 143 150 141 001700 aa 156 147 145 144 001701 aa 137 154 157 143 001702 aa 141 164 151 157 001703 aa 156 163 000 000 001704 55 000672 000650 001705 0a 000060 400000 001706 55 000665 000003 001707 aa 021 163 160 145 specify_locations  001710 aa 143 151 146 171 001711 aa 137 154 157 143 001712 aa 141 164 151 157 001713 aa 156 163 000 000 001714 55 000704 000662 001715 0a 000057 400000 001716 55 000675 000003 001717 aa 030 163 160 145 specified_location_index  001720 aa 143 151 146 151 001721 aa 145 144 137 154 001722 aa 157 143 141 164 001723 aa 151 157 156 137 001724 aa 151 156 144 145 001725 aa 170 000 000 000 001726 55 000715 000672 001727 0a 000056 400000 001730 55 000707 000003 001731 aa 027 156 165 155 num_specified_locations 001732 aa 137 163 160 145 001733 aa 143 151 146 151 001734 aa 145 144 137 154 001735 aa 157 143 141 164 001736 aa 151 157 156 163 001737 55 000724 000704 001740 0a 000055 400000 001741 55 000720 000003 001742 aa 015 156 165 155 num_locations  001743 aa 137 154 157 143 001744 aa 141 164 151 157 001745 aa 156 163 000 000 001746 55 000733 000715 001747 0a 000054 400000 001750 55 000727 000003 001751 aa 017 154 157 143 location_values 001752 aa 141 164 151 157 001753 aa 156 137 166 141 001754 aa 154 165 145 163 001755 55 000743 000724 001756 0a 000053 400000 001757 55 000736 000003 001760 aa 021 154 157 143 location_seg_path  001761 aa 141 164 151 157 001762 aa 156 137 163 145 001763 aa 147 137 160 141 001764 aa 164 150 000 000 001765 55 000752 000733 001766 0a 000052 400000 001767 55 000746 000003 001770 aa 014 154 157 143 location_ptr  001771 aa 141 164 151 157 001772 aa 156 137 160 164 001773 aa 162 000 000 000 001774 55 000761 000743 001775 0a 000051 400000 001776 55 000755 000003 001777 aa 015 164 162 141 translator_id  002000 aa 156 163 154 141 002001 aa 164 157 162 137 002002 aa 151 144 000 000 002003 55 000771 000752 002004 0a 000050 400000 002005 55 000764 000003 002006 aa 023 163 160 145 specify_entrypoints 002007 aa 143 151 146 171 002010 aa 137 145 156 164 002011 aa 162 171 160 157 002012 aa 151 156 164 163 002013 55 001003 000761 002014 0a 000047 400000 002015 55 000774 000003 002016 aa 032 163 160 145 specified_entrypoint_index  002017 aa 143 151 146 151 002020 aa 145 144 137 145 002021 aa 156 164 162 171 002022 aa 160 157 151 156 002023 aa 164 137 151 156 002024 aa 144 145 170 000 002025 55 001015 000771 002026 0a 000046 400000 002027 55 001006 000003 002030 aa 031 156 165 155 num_specified_entrypoints  002031 aa 137 163 160 145 002032 aa 143 151 146 151 002033 aa 145 144 137 145 002034 aa 156 164 162 171 002035 aa 160 157 151 156 002036 aa 164 163 000 000 002037 55 001024 001003 002040 0a 000045 400000 002041 55 001020 000003 002042 aa 017 156 165 155 num_entrypoints 002043 aa 137 145 156 164 002044 aa 162 171 160 157 002045 aa 151 156 164 163 002046 55 001032 001015 002047 0a 000044 400000 002050 55 001027 000003 002051 aa 010 146 165 156 function  002052 aa 143 164 151 157 002053 aa 156 000 000 000 002054 55 001042 001024 002055 0a 000043 400000 002056 55 001035 000003 002057 aa 021 145 156 164 entrypoint_status  002060 aa 162 171 160 157 002061 aa 151 156 164 137 002062 aa 163 164 141 164 002063 aa 165 163 000 000 002064 55 001052 001032 002065 0a 000042 400000 002066 55 001045 000003 002067 aa 023 145 156 164 entrypoint_seg_path 002070 aa 162 171 160 157 002071 aa 151 156 164 137 002072 aa 163 145 147 137 002073 aa 160 141 164 150 002074 55 001061 001042 002075 0a 000041 400000 002076 55 001055 000003 002077 aa 016 145 156 164 entrypoint_ptr  002100 aa 162 171 160 157 002101 aa 151 156 164 137 002102 aa 160 164 162 000 002103 55 001070 001052 002104 0a 000040 400000 002105 55 001064 000003 002106 aa 017 145 156 164 entrypoint_name 002107 aa 162 171 160 157 002110 aa 151 156 164 137 002111 aa 156 141 155 145 002112 55 001100 001061 002113 0a 000037 400000 002114 55 001073 000003 002115 aa 020 145 156 164 entrypoint_index  002116 aa 162 171 160 157 002117 aa 151 156 164 137 002120 aa 151 156 144 145 002121 aa 170 000 000 000 002122 55 001107 001070 002123 0a 000036 400000 002124 55 001103 000003 002125 aa 014 162 145 163 reset_meters  002126 aa 145 164 137 155 002127 aa 145 164 145 162 002130 aa 163 000 000 000 002131 55 001114 001100 002132 0a 000035 400000 002133 55 001112 000003 002134 aa 007 162 145 155 removed 002135 aa 157 166 145 144 002136 55 001121 001107 002137 0a 000034 400000 002140 55 001117 000003 002141 aa 007 155 145 164 metered 002142 aa 145 162 145 144 002143 55 001132 001114 002144 0a 000033 400000 002145 55 001124 000003 002146 aa 027 145 156 164 entrypoint_local_meters 002147 aa 162 171 160 157 002150 aa 151 156 164 137 002151 aa 154 157 143 141 002152 aa 154 137 155 145 002153 aa 164 145 162 163 002154 55 001144 001121 002155 0a 000032 400000 002156 55 001135 000003 002157 aa 030 145 156 164 entrypoint_global_meters  002160 aa 162 171 160 157 002161 aa 151 156 164 137 002162 aa 147 154 157 142 002163 aa 141 154 137 155 002164 aa 145 164 145 162 002165 aa 163 000 000 000 002166 55 001154 001132 002167 0a 000031 400000 002170 55 001147 000003 002171 aa 021 145 156 164 entrypoint_counts  002172 aa 162 171 160 157 002173 aa 151 156 164 137 002174 aa 143 157 165 156 002175 aa 164 163 000 000 002176 55 001165 001144 002177 0a 000030 400000 002200 55 001157 000003 002201 aa 025 143 166 137 cv_stream_name_to_osw  002202 aa 163 164 162 145 002203 aa 141 155 137 156 002204 aa 141 155 145 137 002205 aa 164 157 137 157 002206 aa 163 167 000 000 002207 55 001175 001154 002210 0a 000027 400000 002211 55 001170 000003 002212 aa 023 143 166 137 cv_file_path_to_osw 002213 aa 146 151 154 145 002214 aa 137 160 141 164 002215 aa 150 137 164 157 002216 aa 137 157 163 167 002217 55 001206 001165 002220 0a 000026 400000 002221 55 001200 000003 002222 aa 024 143 166 137 cv_entry_name_to_spp  002223 aa 145 156 164 162 002224 aa 171 137 156 141 002225 aa 155 145 137 164 002226 aa 157 137 163 160 002227 aa 160 000 000 000 002230 55 001215 001175 002231 0a 000025 400000 002232 55 001211 000003 002233 aa 017 143 166 137 cv_bit_to_onoff 002234 aa 142 151 164 137 002235 aa 164 157 137 157 002236 aa 156 157 146 146 002237 55 001224 001206 002240 0a 000024 400000 002241 55 001220 000003 002242 aa 017 143 166 137 cv_onoff_to_bit 002243 aa 157 156 157 146 002244 aa 146 137 164 157 002245 aa 137 142 151 164 002246 55 001233 001215 002247 0a 000023 400000 002250 55 001227 000003 002251 aa 016 143 166 137 cv_n_to_number  002252 aa 156 137 164 157 002253 aa 137 156 165 155 002254 aa 142 145 162 000 002255 55 001243 001224 002256 0a 000022 400000 002257 55 001236 000003 002260 aa 020 143 166 137 cv_bits_to_inout  002261 aa 142 151 164 163 002262 aa 137 164 157 137 002263 aa 151 156 157 165 002264 aa 164 000 000 000 002265 55 001253 001233 002266 0a 000021 400000 002267 55 001246 000003 002270 aa 020 143 166 137 cv_inout_to_bits  002271 aa 151 156 157 165 002272 aa 164 137 164 157 002273 aa 137 142 151 164 002274 aa 163 000 000 000 002275 55 001264 001243 002276 0a 000020 400000 002277 55 001256 000003 002300 aa 026 164 165 162 turn_off_specified_eps  002301 aa 156 137 157 146 002302 aa 146 137 163 160 002303 aa 145 143 151 146 002304 aa 151 145 144 137 002305 aa 145 160 163 000 002306 55 001275 001253 002307 0a 000017 400000 002310 55 001267 000003 002311 aa 025 164 165 162 turn_on_specified_eps  002312 aa 156 137 157 156 002313 aa 137 163 160 145 002314 aa 143 151 146 151 002315 aa 145 144 137 145 002316 aa 160 163 000 000 002317 55 001306 001264 002320 0a 000016 400000 002321 55 001300 000003 002322 aa 025 162 145 155 remove_specified_locs  002323 aa 157 166 145 137 002324 aa 163 160 145 143 002325 aa 151 146 151 145 002326 aa 144 137 154 157 002327 aa 143 163 000 000 002330 55 001317 001275 002331 0a 000015 400000 002332 55 001311 000003 002333 aa 024 162 145 155 remove_specified_eps  002334 aa 157 166 145 137 002335 aa 163 160 145 143 002336 aa 151 146 151 145 002337 aa 144 137 145 160 002340 aa 163 000 000 000 002341 55 001327 001306 002342 0a 000014 400000 002343 55 001322 000003 002344 aa 022 141 144 144 add_specified_locs  002345 aa 137 163 160 145 002346 aa 143 151 146 151 002347 aa 145 144 137 154 002350 aa 157 143 163 000 002351 55 001337 001317 002352 0a 000013 400000 002353 55 001332 000003 002354 aa 021 141 144 144 add_specified_eps  002355 aa 137 163 160 145 002356 aa 143 151 146 151 002357 aa 145 144 137 145 002360 aa 160 163 000 000 002361 55 001347 001327 002362 0a 000012 400000 002363 55 001342 000003 002364 aa 023 165 160 144 update_global_parms 002365 aa 141 164 145 137 002366 aa 147 154 157 142 002367 aa 141 154 137 160 002370 aa 141 162 155 163 002371 55 001360 001337 002372 0a 000011 400000 002373 55 001352 000003 002374 aa 024 165 160 144 update_default_parms  002375 aa 141 164 145 137 002376 aa 144 145 146 141 002377 aa 165 154 164 137 002400 aa 160 141 162 155 002401 aa 163 000 000 000 002402 55 001367 001347 002403 0a 000010 400000 002404 55 001363 000003 002405 aa 017 164 162 141 transaction_end 002406 aa 156 163 141 143 002407 aa 164 151 157 156 002410 aa 137 145 156 144 002411 55 001400 001360 002412 0a 000007 400000 002413 55 001372 000003 002414 aa 027 164 162 141 transaction_begin_force 002415 aa 156 163 141 143 002416 aa 164 151 157 156 002417 aa 137 142 145 147 002420 aa 151 156 137 146 002421 aa 157 162 143 145 002422 55 001410 001367 002423 0a 000006 400000 002424 55 001403 000003 002425 aa 021 164 162 141 transaction_begin  002426 aa 156 163 141 143 002427 aa 164 151 157 156 002430 aa 137 142 145 147 002431 aa 151 156 000 000 002432 55 001415 001400 002433 0a 000005 400000 002434 55 001413 000003 002435 aa 007 166 145 162 version 002436 aa 163 151 157 156 002437 55 001421 001410 002440 0a 000004 400000 002441 55 001420 000003 002442 aa 002 155 145 000 me  002443 55 001427 001415 002444 0a 000003 400000 002445 55 001424 000003 002446 aa 011 143 141 164 catch_pl1  002447 aa 143 150 137 160 002450 aa 154 061 000 000 002451 55 000002 001421 002452 6a 000000 400002 002453 55 001432 000003 002454 aa 014 163 171 155 symbol_table  002455 aa 142 157 154 137 002456 aa 164 141 142 154 002457 aa 145 000 000 000 DEFINITIONS HASH TABLE  002460 aa 000000 000235 002461 aa 000000 000000 002462 aa 000000 000000 002463 5a 001253 000000 002464 aa 000000 000000 002465 5a 001264 000000 002466 5a 000027 000000 002467 5a 000074 000000 002470 aa 000000 000000 002471 5a 000434 000000 002472 aa 000000 000000 002473 5a 000020 000000 002474 5a 000474 000000 002475 aa 000000 000000 002476 aa 000000 000000 002477 5a 000443 000000 002500 5a 001114 000000 002501 5a 001317 000000 002502 5a 001367 000000 002503 5a 000214 000000 002504 5a 001327 000000 002505 aa 000000 000000 002506 aa 000000 000000 002507 aa 000000 000000 002510 5a 001154 000000 002511 5a 000130 000000 002512 5a 001175 000000 002513 aa 000000 000000 002514 5a 001165 000000 002515 5a 000413 000000 002516 5a 001400 000000 002517 5a 000146 000000 002520 5a 000534 000000 002521 5a 000101 000000 002522 5a 000167 000000 002523 5a 000120 000000 002524 5a 000041 000000 002525 5a 000257 000000 002526 5a 000111 000000 002527 5a 000376 000000 002530 5a 000034 000000 002531 5a 000137 000000 002532 5a 000276 000000 002533 5a 000326 000000 002534 5a 000367 000000 002535 5a 000154 000000 002536 5a 000244 000000 002537 5a 000162 000000 002540 5a 000313 000000 002541 5a 000206 000000 002542 5a 000354 000000 002543 5a 000066 000000 002544 5a 000221 000000 002545 5a 000343 000000 002546 5a 000362 000000 002547 5a 000404 000000 002550 5a 000421 000000 002551 5a 000427 000000 002552 5a 000452 000000 002553 5a 000467 000000 002554 5a 000500 000000 002555 5a 000506 000000 002556 5a 000513 000000 002557 5a 000526 000000 002560 5a 000541 000000 002561 5a 000554 000000 002562 5a 000321 000000 002563 5a 000567 000000 002564 5a 000604 000000 002565 5a 000612 000000 002566 5a 000350 000000 002567 5a 000622 000000 002570 5a 000632 000000 002571 5a 000641 000000 002572 5a 000060 000000 002573 5a 000752 000000 002574 5a 001024 000000 002575 5a 001206 000000 002576 5a 000234 000000 002577 5a 001215 000000 002600 5a 001224 000000 002601 5a 001233 000000 002602 5a 000010 000000 002603 5a 000267 000000 002604 5a 001243 000000 002605 5a 001275 000000 002606 5a 001306 000000 002607 5a 001337 000000 002610 5a 000521 000000 002611 5a 001100 000000 002612 5a 001132 000000 002613 5a 001347 000000 002614 5a 001107 000000 002615 5a 001121 000000 002616 5a 001360 000000 002617 5a 001410 000000 002620 5a 000177 000000 002621 5a 001415 000000 002622 5a 001427 000000 002623 aa 000000 000000 002624 5a 001042 000000 002625 aa 000000 000000 002626 aa 000000 000000 002627 aa 000000 000000 002630 5a 001032 000000 002631 5a 000252 000000 002632 5a 001070 000000 002633 5a 001144 000000 002634 5a 001061 000000 002635 aa 000000 000000 002636 5a 001052 000000 002637 5a 001003 000000 002640 aa 000000 000000 002641 aa 000000 000000 002642 aa 000000 000000 002643 5a 000704 000000 002644 aa 000000 000000 002645 aa 000000 000000 002646 aa 000000 000000 002647 aa 000000 000000 002650 5a 000335 000000 002651 5a 000733 000000 002652 aa 000000 000000 002653 aa 000000 000000 002654 5a 000724 000000 002655 aa 000000 000000 002656 aa 000000 000000 002657 5a 000461 000000 002660 5a 000547 000000 002661 aa 000000 000000 002662 5a 000743 000000 002663 5a 001015 000000 002664 aa 000000 000000 002665 aa 000000 000000 002666 aa 000000 000000 002667 5a 000715 000000 002670 aa 000000 000000 002671 5a 000771 000000 002672 aa 000000 000000 002673 5a 000650 000000 002674 aa 000000 000000 002675 5a 000576 000000 002676 5a 000305 000000 002677 5a 000672 000000 002700 aa 000000 000000 002701 aa 000000 000000 002702 aa 000000 000000 002703 aa 000000 000000 002704 aa 000000 000000 002705 aa 000000 000000 002706 5a 001421 000000 002707 5a 000761 000000 002710 5a 000562 000000 002711 aa 000000 000000 002712 aa 000000 000000 002713 5a 000050 000000 002714 5a 000662 000000 002715 5a 000227 000000 EXTERNAL NAMES  002716 aa 006 164 162 141 trace_  002717 aa 143 145 137 000 002720 aa 022 164 162 141 trace_entrypoints_  002721 aa 143 145 137 145 002722 aa 156 164 162 171 002723 aa 160 157 151 156 002724 aa 164 163 137 000 002725 aa 014 164 162 141 trace_print_  002726 aa 143 145 137 160 002727 aa 162 151 156 164 002730 aa 137 000 000 000 002731 aa 022 164 162 141 trace_conversions_  002732 aa 143 145 137 143 002733 aa 157 156 166 145 002734 aa 162 163 151 157 002735 aa 156 163 137 000 002736 aa 015 164 162 141 trace_tables_  002737 aa 143 145 137 164 002740 aa 141 142 154 145 002741 aa 163 137 000 000 002742 aa 021 164 162 141 trace_parameters_  002743 aa 143 145 137 160 002744 aa 141 162 141 155 002745 aa 145 164 145 162 002746 aa 163 137 000 000 002747 aa 016 164 162 141 trace_version_  002750 aa 143 145 137 166 002751 aa 145 162 163 151 002752 aa 157 156 137 000 002753 aa 012 143 141 164 catch_pl1_  002754 aa 143 150 137 160 002755 aa 154 061 137 000 002756 aa 014 164 162 141 trace_catch_  002757 aa 143 145 137 143 002760 aa 141 164 143 150 002761 aa 137 000 000 000 002762 aa 025 151 156 151 initialize_everything  002763 aa 164 151 141 154 002764 aa 151 172 145 137 002765 aa 145 166 145 162 002766 aa 171 164 150 151 002767 aa 156 147 000 000 002770 aa 023 164 162 141 trace_transactions_ 002771 aa 143 145 137 164 002772 aa 162 141 156 163 002773 aa 141 143 164 151 002774 aa 157 156 163 137 002775 aa 007 163 151 147 signal_ 002776 aa 156 141 154 137 NO TRAP POINTER WORDS  TYPE PAIR BLOCKS  002777 aa 000004 000000 003000 55 001674 000053 003001 aa 000004 000000 003002 55 001720 000071 003003 aa 000004 000000 003004 55 001720 000077 003005 aa 000004 000000 003006 55 001720 000104 003007 aa 000004 000000 003010 55 001720 000114 003011 aa 000004 000000 003012 55 001720 000123 003013 aa 000004 000000 003014 55 001720 000133 003015 aa 000004 000000 003016 55 001720 000142 003017 aa 000004 000000 003020 55 001720 000151 003021 aa 000004 000000 003022 55 001720 000157 003023 aa 000004 000000 003024 55 001720 000165 003025 aa 000004 000000 003026 55 001720 000172 003027 aa 000004 000000 003030 55 001720 000202 003031 aa 000004 000000 003032 55 001720 000211 003033 aa 000004 000000 003034 55 001720 000217 003035 aa 000004 000000 003036 55 001720 000224 003037 aa 000004 000000 003040 55 001720 000232 003041 aa 000004 000000 003042 55 001720 000237 003043 aa 000004 000000 003044 55 001720 000247 003045 aa 000004 000000 003046 55 001720 000255 003047 aa 000004 000000 003050 55 001720 000262 003051 aa 000004 000000 003052 55 001720 000272 003053 aa 000004 000000 003054 55 001720 000301 003055 aa 000004 000000 003056 55 001720 000310 003057 aa 000004 000000 003060 55 001720 000316 003061 aa 000004 000000 003062 55 001720 000324 003063 aa 000004 000000 003064 55 001720 000331 003065 aa 000004 000000 003066 55 001720 000340 003067 aa 000004 000000 003070 55 001720 000346 003071 aa 000004 000000 003072 55 001720 000353 003073 aa 000004 000000 003074 55 001720 000357 003075 aa 000004 000000 003076 55 001720 000365 003077 aa 000004 000000 003100 55 001720 000372 003101 aa 000004 000000 003102 55 001720 000401 003103 aa 000004 000000 003104 55 001720 000407 003105 aa 000004 000000 003106 55 001720 000416 003107 aa 000004 000000 003110 55 001720 000424 003111 aa 000004 000000 003112 55 001720 000432 003113 aa 000004 000000 003114 55 001720 000437 003115 aa 000004 000000 003116 55 001720 000446 003117 aa 000004 000000 003120 55 001720 000455 003121 aa 000004 000000 003122 55 001720 000464 003123 aa 000004 000000 003124 55 001720 000472 003125 aa 000004 000000 003126 55 001720 000477 003127 aa 000004 000000 003130 55 001720 000503 003131 aa 000004 000000 003132 55 001720 000511 003133 aa 000004 000000 003134 55 001720 000516 003135 aa 000004 000000 003136 55 001720 000524 003137 aa 000004 000000 003140 55 001720 000531 003141 aa 000004 000000 003142 55 001720 000537 003143 aa 000004 000000 003144 55 001720 000544 003145 aa 000004 000000 003146 55 001720 000552 003147 aa 000004 000000 003150 55 001720 000557 003151 aa 000004 000000 003152 55 001720 000565 003153 aa 000004 000000 003154 55 001720 000572 003155 aa 000004 000000 003156 55 001720 000601 003157 aa 000004 000000 003160 55 001720 000607 003161 aa 000004 000000 003162 55 001703 000615 003163 aa 000004 000000 003164 55 001703 000625 003165 aa 000004 000000 003166 55 001703 000635 003167 aa 000004 000000 003170 55 001703 000644 003171 aa 000004 000000 003172 55 001714 000653 003173 aa 000004 000000 003174 55 001714 000665 003175 aa 000004 000000 003176 55 001714 000675 003177 aa 000004 000000 003200 55 001714 000707 003201 aa 000004 000000 003202 55 001714 000720 003203 aa 000004 000000 003204 55 001714 000727 003205 aa 000004 000000 003206 55 001714 000736 003207 aa 000004 000000 003210 55 001714 000746 003211 aa 000004 000000 003212 55 001714 000755 003213 aa 000004 000000 003214 55 001676 000764 003215 aa 000004 000000 003216 55 001714 000774 003217 aa 000004 000000 003220 55 001714 001006 003221 aa 000004 000000 003222 55 001714 001020 003223 aa 000004 000000 003224 55 001714 001027 003225 aa 000004 000000 003226 55 001714 001035 003227 aa 000004 000000 003230 55 001714 001045 003231 aa 000004 000000 003232 55 001714 001055 003233 aa 000004 000000 003234 55 001714 001064 003235 aa 000004 000000 003236 55 001714 001073 003237 aa 000004 000000 003240 55 001714 001103 003241 aa 000004 000000 003242 55 001714 001112 003243 aa 000004 000000 003244 55 001714 001117 003245 aa 000004 000000 003246 55 001714 001124 003247 aa 000004 000000 003250 55 001714 001135 003251 aa 000004 000000 003252 55 001714 001147 003253 aa 000004 000000 003254 55 001703 001157 003255 aa 000004 000000 003256 55 001703 001170 003257 aa 000004 000000 003260 55 001703 001200 003261 aa 000004 000000 003262 55 001707 001211 003263 aa 000004 000000 003264 55 001707 001220 003265 aa 000004 000000 003266 55 001707 001227 003267 aa 000004 000000 003270 55 001707 001236 003271 aa 000004 000000 003272 55 001707 001246 003273 aa 000004 000000 003274 55 001714 001256 003275 aa 000004 000000 003276 55 001714 001267 003277 aa 000004 000000 003300 55 001714 001300 003301 aa 000004 000000 003302 55 001714 001311 003303 aa 000004 000000 003304 55 001714 001322 003305 aa 000004 000000 003306 55 001714 001332 003307 aa 000004 000000 003310 55 001720 001342 003311 aa 000004 000000 003312 55 001720 001352 003313 aa 000004 000000 003314 55 001746 001363 003315 aa 000004 000000 003316 55 001746 001372 003317 aa 000004 000000 003320 55 001746 001403 003321 aa 000004 000000 003322 55 001725 001413 003323 aa 000004 000000 003324 55 001725 001420 003325 aa 000004 000000 003326 55 001734 001731 003327 aa 000004 000000 003330 55 001746 001740 003331 aa 000004 000000 003332 55 001753 001753 003333 aa 000001 000000 003334 aa 000000 000000 INTERNAL EXPRESSION WORDS 003335 5a 001755 000000 003336 5a 001757 000000 003337 5a 001761 000000 003340 5a 001763 000000 003341 5a 001765 000000 003342 5a 001767 000000 003343 5a 001771 000000 003344 5a 001773 000000 003345 5a 001775 000000 003346 5a 001777 000000 003347 5a 002001 000000 003350 5a 002003 000000 003351 5a 002005 000000 003352 5a 002007 000000 003353 5a 002011 000000 003354 5a 002013 000000 003355 5a 002015 000000 003356 5a 002017 000000 003357 5a 002021 000000 003360 5a 002023 000000 003361 5a 002025 000000 003362 5a 002027 000000 003363 5a 002031 000000 003364 5a 002033 000000 003365 5a 002035 000000 003366 5a 002037 000000 003367 5a 002041 000000 003370 5a 002043 000000 003371 5a 002045 000000 003372 5a 002047 000000 003373 5a 002051 000000 003374 5a 002053 000000 003375 5a 002055 000000 003376 5a 002057 000000 003377 5a 002061 000000 003400 5a 002063 000000 003401 5a 002065 000000 003402 5a 002067 000000 003403 5a 002071 000000 003404 5a 002073 000000 003405 5a 002075 000000 003406 5a 002077 000000 003407 5a 002101 000000 003410 5a 002103 000000 003411 5a 002105 000000 003412 5a 002107 000000 003413 5a 002111 000000 003414 5a 002113 000000 003415 5a 002115 000000 003416 5a 002117 000000 003417 5a 002121 000000 003420 5a 002123 000000 003421 5a 002125 000000 003422 5a 002127 000000 003423 5a 002131 000000 003424 5a 002133 000000 003425 5a 002135 000000 003426 5a 002137 000000 003427 5a 002141 000000 003430 5a 002143 000000 003431 5a 002145 000000 003432 5a 002147 000000 003433 5a 002151 000000 003434 5a 002153 000000 003435 5a 002155 000000 003436 5a 002157 000000 003437 5a 002161 000000 003440 5a 002163 000000 003441 5a 002165 000000 003442 5a 002167 000000 003443 5a 002171 000000 003444 5a 002173 000000 003445 5a 002175 000000 003446 5a 002177 000000 003447 5a 002201 000000 003450 5a 002203 000000 003451 5a 002205 000000 003452 5a 002207 000000 003453 5a 002211 000000 003454 5a 002213 000000 003455 5a 002215 000000 003456 5a 002217 000000 003457 5a 002221 000000 003460 5a 002223 000000 003461 5a 002225 000000 003462 5a 002227 000000 003463 5a 002231 000000 003464 5a 002233 000000 003465 5a 002235 000000 003466 5a 002237 000000 003467 5a 002241 000000 003470 5a 002243 000000 003471 5a 002245 000000 003472 5a 002247 000000 003473 5a 002251 000000 003474 5a 002253 000000 003475 5a 002255 000000 003476 5a 002257 000000 003477 5a 002261 000000 003500 5a 002263 000000 003501 5a 002265 000000 003502 5a 002267 000000 003503 5a 002271 000000 003504 5a 002273 000000 003505 5a 002275 000000 003506 5a 002277 000000 003507 5a 002301 000000 003510 5a 002303 000000 003511 5a 002305 000000 003512 5a 002307 000000 003513 50 002311 000000 LINKAGE INFORMATION 000000 aa 000000 000000 000001 02 001022 000644 000002 aa 000000 000000 000003 aa 000000 000000 000004 aa 000000 000000 000005 aa 000000 000000 000006 22 000306 000647 000007 a2 000000 000276 000306 9a 777472 0000 46 *text|  000307 5a 002471 0000 00 000310 9a 777470 0000 46 signal_|signal_ 000311 5a 002470 0000 00 000312 9a 777466 0000 46 trace_transactions_|initialize_everything  000313 5a 002467 0000 00 000314 9a 777464 0000 46 trace_catch_|catch_pl1_ 000315 5a 002466 0000 00 000316 9a 777462 0000 46 trace_version_|me  000317 5a 002465 0000 00 000320 9a 777460 0000 46 trace_version_|version  000321 5a 002464 0000 00 000322 9a 777456 0000 46 trace_transactions_|transaction_begin  000323 5a 002463 0000 00 000324 9a 777454 0000 46 trace_transactions_|transaction_begin_force 000325 5a 002462 0000 00 000326 9a 777452 0000 46 trace_transactions_|transaction_end 000327 5a 002461 0000 00 000330 9a 777450 0000 46 trace_parameters_|update_default_parms  000331 5a 002460 0000 00 000332 9a 777446 0000 46 trace_parameters_|update_global_parms  000333 5a 002457 0000 00 000334 9a 777444 0000 46 trace_tables_|add_specified_eps 000335 5a 002456 0000 00 000336 9a 777442 0000 46 trace_tables_|add_specified_locs  000337 5a 002455 0000 00 000340 9a 777440 0000 46 trace_tables_|remove_specified_eps  000341 5a 002454 0000 00 000342 9a 777436 0000 46 trace_tables_|remove_specified_locs 000343 5a 002453 0000 00 000344 9a 777434 0000 46 trace_tables_|turn_on_specified_eps 000345 5a 002452 0000 00 000346 9a 777432 0000 46 trace_tables_|turn_off_specified_eps  000347 5a 002451 0000 00 000350 9a 777430 0000 46 trace_conversions_|cv_inout_to_bits 000351 5a 002450 0000 00 000352 9a 777426 0000 46 trace_conversions_|cv_bits_to_inout 000353 5a 002447 0000 00 000354 9a 777424 0000 46 trace_conversions_|cv_n_to_number  000355 5a 002446 0000 00 000356 9a 777422 0000 46 trace_conversions_|cv_onoff_to_bit  000357 5a 002445 0000 00 000360 9a 777420 0000 46 trace_conversions_|cv_bit_to_onoff  000361 5a 002444 0000 00 000362 9a 777416 0000 46 trace_print_|cv_entry_name_to_spp  000363 5a 002443 0000 00 000364 9a 777414 0000 46 trace_print_|cv_file_path_to_osw  000365 5a 002442 0000 00 000366 9a 777412 0000 46 trace_print_|cv_stream_name_to_osw  000367 5a 002441 0000 00 000370 9a 777410 0000 46 trace_tables_|entrypoint_counts 000371 5a 002440 0000 00 000372 9a 777406 0000 46 trace_tables_|entrypoint_global_meters  000373 5a 002437 0000 00 000374 9a 777404 0000 46 trace_tables_|entrypoint_local_meters  000375 5a 002436 0000 00 000376 9a 777402 0000 46 trace_tables_|metered  000377 5a 002435 0000 00 000400 9a 777400 0000 46 trace_tables_|removed  000401 5a 002434 0000 00 000402 9a 777376 0000 46 trace_tables_|reset_meters  000403 5a 002433 0000 00 000404 9a 777374 0000 46 trace_tables_|entrypoint_index  000405 5a 002432 0000 00 000406 9a 777372 0000 46 trace_tables_|entrypoint_name  000407 5a 002431 0000 00 000410 9a 777370 0000 46 trace_tables_|entrypoint_ptr  000411 5a 002430 0000 00 000412 9a 777366 0000 46 trace_tables_|entrypoint_seg_path  000413 5a 002427 0000 00 000414 9a 777364 0000 46 trace_tables_|entrypoint_status 000415 5a 002426 0000 00 000416 9a 777362 0000 46 trace_tables_|function  000417 5a 002425 0000 00 000420 9a 777360 0000 46 trace_tables_|num_entrypoints  000421 5a 002424 0000 00 000422 9a 777356 0000 46 trace_tables_|num_specified_entrypoints 000423 5a 002423 0000 00 000424 9a 777354 0000 46 trace_tables_|specified_entrypoint_index  000425 5a 002422 0000 00 000426 9a 777352 0000 46 trace_entrypoints_|specify_entrypoints  000427 5a 002421 0000 00 000430 9a 777350 0000 46 trace_tables_|translator_id 000431 5a 002420 0000 00 000432 9a 777346 0000 46 trace_tables_|location_ptr  000433 5a 002417 0000 00 000434 9a 777344 0000 46 trace_tables_|location_seg_path 000435 5a 002416 0000 00 000436 9a 777342 0000 46 trace_tables_|location_values  000437 5a 002415 0000 00 000440 9a 777340 0000 46 trace_tables_|num_locations 000441 5a 002414 0000 00 000442 9a 777336 0000 46 trace_tables_|num_specified_locations  000443 5a 002413 0000 00 000444 9a 777334 0000 46 trace_tables_|specified_location_index  000445 5a 002412 0000 00 000446 9a 777332 0000 46 trace_tables_|specify_locations 000447 5a 002411 0000 00 000450 9a 777330 0000 46 trace_tables_|specify_changed_locations 000451 5a 002410 0000 00 000452 9a 777326 0000 46 trace_print_|buffer_counts  000453 5a 002407 0000 00 000454 9a 777324 0000 46 trace_print_|buffer_event  000455 5a 002406 0000 00 000456 9a 777322 0000 46 trace_print_|buffer_event_header  000457 5a 002405 0000 00 000460 9a 777320 0000 46 trace_print_|buffer_event_string  000461 5a 002404 0000 00 000462 9a 777316 0000 46 trace_parameters_|buffer_ptr  000463 5a 002403 0000 00 000464 9a 777314 0000 46 trace_parameters_|arguments 000465 5a 002402 0000 00 000466 9a 777312 0000 46 trace_parameters_|set_arguments 000467 5a 002401 0000 00 000470 9a 777310 0000 46 trace_parameters_|call  000471 5a 002400 0000 00 000472 9a 777306 0000 46 trace_parameters_|set_call  000473 5a 002377 0000 00 000474 9a 777304 0000 46 trace_parameters_|every 000475 5a 002376 0000 00 000476 9a 777302 0000 46 trace_parameters_|set_every 000477 5a 002375 0000 00 000500 9a 777300 0000 46 trace_parameters_|first 000501 5a 002374 0000 00 000502 9a 777276 0000 46 trace_parameters_|set_first 000503 5a 002373 0000 00 000504 9a 777274 0000 46 trace_parameters_|high  000505 5a 002372 0000 00 000506 9a 777272 0000 46 trace_parameters_|set_high  000507 5a 002371 0000 00 000510 9a 777270 0000 46 trace_parameters_|last  000511 5a 002370 0000 00 000512 9a 777266 0000 46 trace_parameters_|set_last  000513 5a 002367 0000 00 000514 9a 777264 0000 46 trace_parameters_|low  000515 5a 002366 0000 00 000516 9a 777262 0000 46 trace_parameters_|set_low  000517 5a 002365 0000 00 000520 9a 777260 0000 46 trace_parameters_|new_high  000521 5a 002364 0000 00 000522 9a 777256 0000 46 trace_parameters_|set_new_high  000523 5a 002363 0000 00 000524 9a 777254 0000 46 trace_parameters_|parms_string  000525 5a 002362 0000 00 000526 9a 777252 0000 46 trace_parameters_|parms_specified  000527 5a 002361 0000 00 000530 9a 777250 0000 46 trace_parameters_|stop  000531 5a 002360 0000 00 000532 9a 777246 0000 46 trace_parameters_|set_stop  000533 5a 002357 0000 00 000534 9a 777244 0000 46 trace_parameters_|stop_every  000535 5a 002356 0000 00 000536 9a 777242 0000 46 trace_parameters_|set_stop_every  000537 5a 002355 0000 00 000540 9a 777240 0000 46 trace_parameters_|stop_low  000541 5a 002354 0000 00 000542 9a 777236 0000 46 trace_parameters_|set_stop_low  000543 5a 002353 0000 00 000544 9a 777234 0000 46 trace_parameters_|trace 000545 5a 002352 0000 00 000546 9a 777232 0000 46 trace_parameters_|set_trace 000547 5a 002351 0000 00 000550 9a 777230 0000 46 trace_parameters_|alm  000551 5a 002350 0000 00 000552 9a 777226 0000 46 trace_parameters_|set_alm  000553 5a 002347 0000 00 000554 9a 777224 0000 46 trace_parameters_|automatic 000555 5a 002346 0000 00 000556 9a 777222 0000 46 trace_parameters_|set_automatic 000557 5a 002345 0000 00 000560 9a 777220 0000 46 trace_parameters_|buffer  000561 5a 002344 0000 00 000562 9a 777216 0000 46 trace_parameters_|set_buffer  000563 5a 002343 0000 00 000564 9a 777214 0000 46 trace_parameters_|calibrate 000565 5a 002342 0000 00 000566 9a 777212 0000 46 trace_parameters_|set_calibrate 000567 5a 002341 0000 00 000570 9a 777210 0000 46 trace_parameters_|compensation  000571 5a 002340 0000 00 000572 9a 777206 0000 46 trace_parameters_|set_compensation  000573 5a 002337 0000 00 000574 9a 777204 0000 46 trace_parameters_|enabled  000575 5a 002336 0000 00 000576 9a 777202 0000 46 trace_parameters_|set_enabled  000577 5a 002335 0000 00 000600 9a 777200 0000 46 trace_parameters_|global_parms_string  000601 5a 002334 0000 00 000602 9a 777176 0000 46 trace_parameters_|long  000603 5a 002333 0000 00 000604 9a 777174 0000 46 trace_parameters_|set_long  000605 5a 002332 0000 00 000606 9a 777172 0000 46 trace_parameters_|meter 000607 5a 002331 0000 00 000610 9a 777170 0000 46 trace_parameters_|set_meter 000611 5a 002330 0000 00 000612 9a 777166 0000 46 trace_parameters_|output_switch 000613 5a 002327 0000 00 000614 9a 777164 0000 46 trace_parameters_|set_output_switch 000615 5a 002326 0000 00 000616 9a 777162 0000 46 trace_parameters_|signals  000617 5a 002325 0000 00 000620 9a 777160 0000 46 trace_parameters_|set_signals  000621 5a 002324 0000 00 000622 9a 777156 0000 46 trace_parameters_|stop_proc 000623 5a 002323 0000 00 000624 9a 777154 0000 46 trace_parameters_|set_stop_proc 000625 5a 002322 0000 00 000626 9a 777152 0000 46 trace_parameters_|stop_routine  000627 5a 002321 0000 00 000630 9a 777150 0000 46 trace_parameters_|set_stop_routine  000631 5a 002320 0000 00 000632 9a 777146 0000 46 trace_parameters_|trace_routine 000633 5a 002317 0000 00 000634 9a 777144 0000 46 trace_parameters_|set_trace_routine 000635 5a 002316 0000 00 000636 9a 777142 0000 46 trace_parameters_|loud  000637 5a 002315 0000 00 000640 9a 777140 0000 46 trace_parameters_|set_loud  000641 5a 002314 0000 00 000642 9a 777136 0000 46 trace_|SIGNAL_GATE_ERROR  000643 5a 002313 0000 00 FIRST REFERENCE TRAP LIST  000644 aa 000000 000001 000645 aa 000000 000001 000646 2a 000306 000000 000647 aa 000000 000000 SYMBOL INFORMATION SYMBOL TABLE HEADER  000000 aa 000000 000001 000001 aa 163171 155142 000002 aa 164162 145145 000003 aa 000000 000004 000004 aa 000000 114732 000005 aa 732732 062314 000006 aa 000000 114775 000007 aa 665516 674105 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 000345 000020 aa 000000 000144 000021 aa 000000 000252 000022 aa 000335 000144 000023 aa 000064 000000 000024 aa 101114 115040 000025 aa 126145 162163 000026 aa 151157 156040 000027 aa 040066 056067 000030 aa 040040 117143 000031 aa 164157 142145 000032 aa 162040 061071 000033 aa 070066 040040 000034 aa 107112 157150 000035 aa 156163 157156 000036 aa 056123 171163 000037 aa 115141 151156 000040 aa 164056 141040 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 000003 000066 aa 000102 000053 000067 aa 147740 446123 000070 aa 000000 114774 000071 aa 460705 600000 000072 aa 000115 000041 000073 aa 134571 651553 000074 aa 000000 113462 000075 aa 317506 600000 000076 aa 000126 000066 000077 aa 147714 750316 000100 aa 000000 114774 000101 aa 453561 000000 000102 aa 076163 160145 >special_ldd>install>MR12.0-1206>trace_.alm 000103 aa 143151 141154 000104 aa 137154 144144 000105 aa 076151 156163 000106 aa 164141 154154 000107 aa 076115 122061 000110 aa 062056 060055 000111 aa 061062 060066 000112 aa 076164 162141 000113 aa 143145 137056 000114 aa 141154 155040 000115 aa 076154 144144 >ldd>include>gate_macros.incl.alm  000116 aa 076151 156143 000117 aa 154165 144145 000120 aa 076147 141164 000121 aa 145137 155141 000122 aa 143162 157163 000123 aa 056151 156143 000124 aa 154056 141154 000125 aa 155040 040040 000126 aa 076163 160145 >special_ldd>install>MR12.0-1206>stack_header.incl.alm  000127 aa 143151 141154 000130 aa 137154 144144 000131 aa 076151 156163 000132 aa 164141 154154 000133 aa 076115 122061 000134 aa 062056 060055 000135 aa 061062 060066 000136 aa 076163 164141 000137 aa 143153 137150 000140 aa 145141 144145 000141 aa 162056 151156 000142 aa 143154 056141 000143 aa 154155 040040 MULTICS ASSEMBLY CROSS REFERENCE LISTING Value Symbol Source file Line number  *text trace_: 20. 160 .actor trace_: 28. 214 .defs_loop trace_: 28. 255 .gate_errordesc trace_: 28. 252 .gate_errorname trace_: 28. 222 .next_def trace_: 28. 256 .no_gate_error trace_: 28. 177 .return_name trace_: 28. 212 .search_defs trace_: 28. 225 .setup trace_: 28. 13 add_specified_eps trace_: 73. 310 add_specified_eps.e trace_: 73. 14 add_specified_locs trace_: 76. 313 add_specified_locs.e trace_: 76. 121 alm trace_: 303. 632 alm.e trace_: 303. 67 arguments trace_: 222. 514 arguments.e trace_: 222. 123 automatic trace_: 309. 640 automatic.e trace_: 309. 125 buffer trace_: 315. 646 buffer.e trace_: 315. 62 buffer_counts trace_: 203. 475 buffer_counts.e trace_: 203. 63 buffer_event trace_: 207. 500 buffer_event.e trace_: 207. 64 buffer_event_header trace_: 210. 503 buffer_event_header.e trace_: 210. 65 buffer_event_string trace_: 213. 506 buffer_event_string.e trace_: 213. 66 buffer_ptr trace_: 216. 511 buffer_ptr.e trace_: 216. 127 calibrate trace_: 321. 654 calibrate.e trace_: 321. 71 call trace_: 228. 522 call.e trace_: 228. 1170 call_offset stack_header: 80.  3 catch_pl1 trace_: 42. 260 catch_pl1.e trace_: 42. catch_pl1_ trace_: 42. 131 compensation trace_: 327. 662 compensation.e trace_: 327. 22 cv_bits_to_inout trace_: 96. 335 cv_bits_to_inout.e trace_: 96. 25 cv_bit_to_onoff trace_: 105. 346 cv_bit_to_onoff.e trace_: 105. 26 cv_entry_name_to_spp trace_: 108. 351 cv_entry_name_to_spp.e trace_: 108. 27 cv_file_path_to_osw trace_: 111. 354 cv_file_path_to_osw.e trace_: 111. 21 cv_inout_to_bits trace_: 93. 332 cv_inout_to_bits.e trace_: 93. 23 cv_n_to_number trace_: 99. 340 cv_n_to_number.e trace_: 99. 24 cv_onoff_to_bit trace_: 102. 343 cv_onoff_to_bit.e trace_: 102. 30 cv_stream_name_to_osw trace_: 114. 357 cv_stream_name_to_osw.e trace_: 114. 133 enabled trace_: 333. 670 enabled.e trace_: 333. 31 entrypoint_counts trace_: 120. 362 entrypoint_counts.e trace_: 120. 32 entrypoint_global_meters trace_: 123.  365 entrypoint_global_meters.e trace_: 123.  37 entrypoint_index trace_: 140. 404 entrypoint_index.e trace_: 140. 33 entrypoint_local_meters trace_: 126. 370 entrypoint_local_meters.e trace_: 126.  40 entrypoint_name trace_: 143. 407 entrypoint_name.e trace_: 143. 41 entrypoint_ptr trace_: 146. 412 entrypoint_ptr.e trace_: 146. 42 entrypoint_seg_path trace_: 149. 415 entrypoint_seg_path.e trace_: 149. 43 entrypoint_status trace_: 152. 420 entrypoint_status.e trace_: 152. 1174 entry_offset stack_header: 84.  73 every trace_: 234. 530 every.e trace_: 234. 75 first trace_: 240. 536 first.e trace_: 240. 44 function trace_: 155. 423 function.e trace_: 155. 20 global_parameters trace_: 450, 451.  135 global_parms_string trace_: 339. 676 global_parms_string.e trace_: 339. 77 high trace_: 246. 544 high.e trace_: 246. 0 INITIALIZE_EVERYTHING trace_: 16, 20.  initialize_everything trace_: 18. 1006 IN_TRACE trace_: 393, 415.  156 in_trace trace_: 393. 761 in_trace.e trace_: 393. 101 last trace_: 252. 552 last.e trace_: 252. 52 location_ptr trace_: 176. 445 location_ptr.e trace_: 176. 53 location_seg_path trace_: 179. 450 location_seg_path.e trace_: 179. 54 location_values trace_: 182. 453 location_values.e trace_: 182. 136 long trace_: 342. 701 long.e trace_: 342. 154 loud trace_: 384. 753 loud.e trace_: 384. 103 low trace_: 258. 560 low.e trace_: 258. 160 main trace_: 28, 42, 48, 51, 56, 59, 62, 67, 70, 73, 76, 79,  82, 85, 88, 93, 96, 99, 102, 105, 108, 111, 114, 120,  123, 126, 129, 132, 135, 140, 143, 146, 149, 152, 155, 158,  161, 164, 167, 170, 176, 179, 182, 185, 188, 191, 194, 197,  203, 207, 210, 213, 216, 222, 225, 228, 231, 234, 237, 240,  243, 246, 249, 252, 255, 258, 261, 264, 267, 270, 273, 276,  279, 282, 285, 288, 291, 294, 297, 303, 306, 309, 312, 315,  318, 321, 324, 327, 330, 333, 336, 339, 342, 345, 348, 351,  354, 357, 360, 363, 366, 369, 372, 375, 378, 381, 384, 387, 393. 4 me trace_: 48. 263 me.e trace_: 48. 140 meter trace_: 348. 707 meter.e trace_: 348. 34 metered trace_: 129. 373 metered.e trace_: 129. 105 new_high trace_: 264. 566 new_high.e trace_: 264. 1012 null_ptr trace_: 425. 45 num_entrypoints trace_: 158. 426 num_entrypoints.e trace_: 158. 55 num_locations trace_: 185. 456 num_locations.e trace_: 185. 46 num_specified_entrypoints trace_: 161.  431 num_specified_entrypoints.e trace_: 161.  56 num_specified_locations trace_: 188. 461 num_specified_locations.e trace_: 188.  142 output_switch trace_: 354. 715 output_switch.e trace_: 354. 16 parameters_ptr trace_: 446, 447.  110 parms_specified trace_: 273. 577 parms_specified.e trace_: 273. 107 parms_string trace_: 270. 574 parms_string.e trace_: 270. 1014 ptr_mask trace_: 426. 1171 push_offset stack_header: 81.  35 removed trace_: 132. 376 removed.e trace_: 132. 15 remove_specified_eps trace_: 79. 316 remove_specified_eps.e trace_: 79. 16 remove_specified_locs trace_: 82. 321 remove_specified_locs.e trace_: 82. 36 reset_meters trace_: 135. 401 reset_meters.e trace_: 135. 1173 return_no_pop_offset stack_header: 83.  1172 return_offset stack_header: 82.  122 set_alm trace_: 306. 635 set_alm.e trace_: 306. 70 set_arguments trace_: 225. 517 set_arguments.e trace_: 225. 124 set_automatic trace_: 312. 643 set_automatic.e trace_: 312. 126 set_buffer trace_: 318. 651 set_buffer.e trace_: 318. 130 set_calibrate trace_: 324. 657 set_calibrate.e trace_: 324. 72 set_call trace_: 231. 525 set_call.e trace_: 231. 132 set_compensation trace_: 330. 665 set_compensation.e trace_: 330. 134 set_enabled trace_: 336. 673 set_enabled.e trace_: 336. 74 set_every trace_: 237. 533 set_every.e trace_: 237. 76 set_first trace_: 243. 541 set_first.e trace_: 243. 100 set_high trace_: 249. 547 set_high.e trace_: 249. 102 set_last trace_: 255. 555 set_last.e trace_: 255. 137 set_long trace_: 345. 704 set_long.e trace_: 345. 155 set_loud trace_: 387. 756 set_loud.e trace_: 387. 104 set_low trace_: 261. 563 set_low.e trace_: 261. 141 set_meter trace_: 351. 712 set_meter.e trace_: 351. 106 set_new_high trace_: 267. 571 set_new_high.e trace_: 267. 143 set_output_switch trace_: 357. 720 set_output_switch.e trace_: 357. 145 set_signals trace_: 363. 726 set_signals.e trace_: 363. 112 set_stop trace_: 279. 605 set_stop.e trace_: 279. 114 set_stop_every trace_: 285. 613 set_stop_every.e trace_: 285. 116 set_stop_low trace_: 291. 621 set_stop_low.e trace_: 291. 147 set_stop_proc trace_: 369. 734 set_stop_proc.e trace_: 369. 151 set_stop_routine trace_: 375. 742 set_stop_routine.e trace_: 375. 120 set_trace trace_: 297. 627 set_trace.e trace_: 297. 153 set_trace_routine trace_: 381. 750 set_trace_routine.e trace_: 381. 144 signals trace_: 360. 723 signals.e trace_: 360. 774 SIGNAL_GATE_ERROR trace_: 406, 408, 409. signal_ trace_: 28, 411.  244 signal_arglist trace_: 28, 411.  47 specified_entrypoint_index trace_: 164.  434 specified_entrypoint_index.e trace_: 164.  57 specified_location_index trace_: 191.  464 specified_location_index.e trace_: 191.  61 specify_changed_locations trace_: 197.  472 specify_changed_locations.e trace_: 197.  50 specify_entrypoints trace_: 167. 437 specify_entrypoints.e trace_: 167. 60 specify_locations trace_: 194. 467 specify_locations.e trace_: 194. 73 stach_header.trace_top_ptr stack_header: 62. 66 stack_header.assign_linkage_ptr stack_header: 59.  32 stack_header.bar_mode_sp stack_header: 42. 36 stack_header.call_op_ptr stack_header: 44. 10 stack_header.clr_ptr stack_header: 27.  6 stack_header.combined_stat_ptr stack_header: 25.  4 stack_header.cpm_data_ptr stack_header: 24. 13 stack_header.cpm_enabled stack_header: 32. 13 stack_header.cur_lot_size stack_header: 31. 64 stack_header.ect_ptr stack_header: 58.  46 stack_header.entry_op_ptr stack_header: 49. 70 stack_header.heap_header_ptr stack_header: 60. 74 stack_header.in_trace trace_: 405, 416,  stack_header: 63.  52 stack_header.isot_ptr stack_header: 52.  26 stack_header.lot_ptr trace_: 398, stack_header: 39.  12 stack_header.main_proc_invoked stack_header: 29.  12 stack_header.max_lot_size stack_header: 28. 20 stack_header.parent_ptr stack_header: 36.  34 stack_header.pl1_operators_ptr stack_header: 43.  40 stack_header.push_op_ptr stack_header: 46. 42 stack_header.return_op_ptr stack_header: 47. 44 stack_header.ret_no_pop_op_ptr stack_header: 48.  62 stack_header.rnt_ptr stack_header: 57.  12 stack_header.run_unit_depth stack_header: 30. 54 stack_header.sct_ptr stack_header: 53.  30 stack_header.signal_ptr stack_header: 41.  22 stack_header.stack_begin_ptr stack_header: 37. 24 stack_header.stack_end_ptr stack_header: 38. 14 stack_header.system_free_ptr stack_header: 33. 60 stack_header.sys_link_info_ptr stack_header: 56.  72 stack_header.trace_frames stack_header: 61. 50 stack_header.trans_op_tv_ptr stack_header: 51. 56 stack_header.unwinder_ptr stack_header: 54. 16 stack_header.user_free_ptr stack_header: 34. 100 stack_header_end stack_header: 64.  10 static_section trace_: 431, 432.  111 stop trace_: 276. 602 stop.e trace_: 276. 113 stop_every trace_: 282. 610 stop_every.e trace_: 282. 115 stop_low trace_: 288. 616 stop_low.e trace_: 288. 146 stop_proc trace_: 366. 731 stop_proc.e trace_: 366. 150 stop_routine trace_: 372. 737 stop_routine.e trace_: 372. 12 stt_ptr trace_: 439, 440.  14 swt_ptr trace_: 443, 444.  117 trace trace_: 294. 624 trace.e trace_: 294. trace_ trace_: 406. trace_catch_ trace_: 42. trace_conversions_ trace_: 93, 96, 99, 102, 105. trace_entrypoints_ trace_: 167. 0 trace_frames.count stack_header: 69.  1 trace_frames.top_ptr stack_header: 70.  trace_parameters_ trace_: 67, 70, 216, 222, 225, 228, 231, 234, 237, 240, 243, 246,  249, 252, 255, 258, 261, 264, 267, 270, 273, 276, 279, 282,  285, 288, 291, 294, 297, 303, 306, 309, 312, 315, 318, 321,  324, 327, 330, 333, 336, 339, 342, 345, 348, 351, 354, 357,  360, 363, 366, 369, 372, 375, 378, 381, 384, 387.  trace_print_ trace_: 108, 111, 114, 203, 207, 210, 213. 152 trace_routine trace_: 378. 745 trace_routine.e trace_: 378. 763 TRACE_SETUP trace_: 42, 48, 51, 56, 59, 62, 67, 70, 73, 76, 79, 82,  85, 88, 93, 96, 99, 102, 105, 108, 111, 114, 120, 123,  126, 129, 132, 135, 140, 143, 146, 149, 152, 155, 158, 161,  164, 167, 170, 176, 179, 182, 185, 188, 191, 194, 197, 203,  207, 210, 213, 216, 222, 225, 228, 231, 234, 237, 240, 243,  246, 249, 252, 255, 258, 261, 264, 267, 270, 273, 276, 279,  282, 285, 288, 291, 294, 297, 303, 306, 309, 312, 315, 318,  321, 324, 327, 330, 333, 336, 339, 342, 345, 348, 351, 354,  357, 360, 363, 366, 369, 372, 375, 378, 381, 384, 387, 393, 396. trace_tables_ trace_: 73, 76, 79, 82, 85, 88, 120, 123, 126, 129, 132, 135,  140, 143, 146, 149, 152, 155, 158, 161, 164, 170, 176, 179,  182, 185, 188, 191, 194, 197.  trace_transactions_ trace_: 18, 56, 59, 62.  trace_version_ trace_: 48, 51.  6 transaction_begin trace_: 56. 271 transaction_begin.e trace_: 56. 7 transaction_begin_force trace_: 59. 274 transaction_begin_force.e trace_: 59.  10 transaction_end trace_: 62. 277 transaction_end.e trace_: 62. 10 transaction_id trace_: 435, 436.  2 transfer_vector trace_: 28, 42, 48, 51, 56, 59, 62, 67, 70, 73, 76, 79,  82, 85, 88, 93, 96, 99, 102, 105, 108, 111, 114, 120,  123, 126, 129, 132, 135, 140, 143, 146, 149, 152, 155, 158,  161, 164, 167, 170, 176, 179, 182, 185, 188, 191, 194, 197,  203, 207, 210, 213, 216, 222, 225, 228, 231, 234, 237, 240,  243, 246, 249, 252, 255, 258, 261, 264, 267, 270, 273, 276,  279, 282, 285, 288, 291, 294, 297, 303, 306, 309, 312, 315,  318, 321, 324, 327, 330, 333, 336, 339, 342, 345, 348, 351,  354, 357, 360, 363, 366, 369, 372, 375, 378, 381, 384, 387, 393. 51 translator_id trace_: 170. 442 translator_id.e trace_: 170. 400000 TRUE trace_: 404, 455.  20 turn_off_specified_eps trace_: 88. 327 turn_off_specified_eps.e trace_: 88.  17 turn_on_specified_eps trace_: 85. 324 turn_on_specified_eps.e trace_: 85. 157 tv_end trace_: 28. 551 tv_offset stack_header: 75, 80, 81, 82, 83, 84. 11 update_default_parms trace_: 67. 302 update_default_parms.e trace_: 67. 12 update_global_parms trace_: 70. 305 update_global_parms.e trace_: 70. 5 version trace_: 51. 266 version.e trace_: 51. 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