1
2
3
4
5
6
7 declare 1 eb_data_$varcom external aligned,
8 2 (brk(2), nbrk(2), sym(8), dsym(8),old_locsym, pc, spc, tpc,
9 pclst, p2pcl, old_ndpcls, tvorg, tvcnt, tvlth, litorg,
10 litc, deforg, defc, defcnt, stkc, lnkc, lnkno,
11 litlst, old_ndltls, lnklst, old_ndlkls, explst, blklst, namlst,
12 trplst, xdflst, tvlst, begin_line, tpass1, tpass2, tpostp,
13 tinhib, tmmode, txonly, tmm2, txo2, tprot, tcall,
14 tmvdef, tpulnk, tfatal, calrho, lreter, passwd, binlin,
15 nboxes, box(0:210), myfil, mynam, myblk, mylnk, tpost1 ) fixed bin (26) ,
16 2 source_printed bit(1) aligned,
17 2 (ndpcls, ndltls, ndlkls, ndtvls) ptr,
18 2 (basno, value, admod, b29, iaddr, symlnk ) fixed bin (26),
19 2 (itxtmod, ilnkmod, entrieslc, include_file_list, include_index,
20 first_ref_trap_proc_linkno, first_ref_trap_arg_linkno,
21 text_section_length) fixed binary (26),
22 2 (include_info_stack, include_name_list_base, include_name_list_top) pointer,
23 2 symbol_tree_rel fixed binary (26);
24
25