|
|
1.1 root 1: /* @(#)gcrt0.h 1.2 (Berkeley) 11/12/81 */
2:
3: struct phdr {
4: char *lpc;
5: char *hpc;
6: int ncnt;
7: };
8:
9: struct tostruct {
10: char *selfpc;
11: long count;
12: unsigned short link;
13: };
14:
15: /*
16: * a raw arc,
17: * with pointers to the calling site and the called site
18: * and a count.
19: */
20: struct rawarc {
21: unsigned long raw_frompc;
22: unsigned long raw_selfpc;
23: long raw_count;
24: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.