|
|
1.1 ! root 1: /* @(#)scan.h 1.1 86/02/03 SMI */ ! 2: ! 3: #include <stab.h> ! 4: ! 5: /* stab symbol table bucket */ ! 6: struct stab_sym_bkt { ! 7: char *ch; /* string name */ ! 8: unsigned char type; /* field "type" */ ! 9: char other; /* field "other" */ ! 10: short desc; /* field "desc" */ ! 11: unsigned long value; /* field "value" */ ! 12: short id; /* character count of string */ ! 13: struct sym_bkt *label; /* pointer to the label symbol */ ! 14: struct stab_sym_bkt *next_stab; ! 15: }; ! 16: ! 17: struct stab_sym_bkt *stabkt_head, /* head of stab symbol bucket linked list */ ! 18: *stabkt_tail; /* tail of stab symbol bkcket linked list */ ! 19:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.