|
|
1.1 root 1: L_INT maxoff;
2: L_INT localval;
3:
4: struct nlist *symtab, *esymtab;
5: struct nlist *cursym;
6: struct nlist *lookup();
7:
8: struct exec filhdr;
9:
10: L_INT var[36];
11:
12: int xargc;
13:
14: MAP txtmap;
15: MAP datmap;
16: INT wtflag;
17: INT fcor;
18: INT fsym;
19: INT signo;
20:
21: union {
22: struct user U;
23: ADDR UU[ctob(UPAGES)/NBPW]; /* in words to take care of alignment */
24: } udot;
25: #define u udot.U
26: #define uw udot.UU
27:
28: char *corfil, *symfil;
29:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.