|
|
1.1 root 1: /*
2: * COFF Storage classes.
3: */
4:
5: #define C_EFCN -1 /* physical end of function */
6: #define C_NULL 0
7: #define C_AUTO 1 /* automatic variable */
8: #define C_EXT 2 /* external symbol */
9: #define C_STAT 3 /* static */
10: #define C_REG 4 /* register variable */
11: #define C_EXTDEF 5 /* external definition */
12: #define C_LABEL 6 /* label */
13: #define C_ULABEL 7 /* undefined label */
14: #define C_MOS 8 /* member of structure */
15: #define C_ARG 9 /* function argument */
16: #define C_STRTAG 10 /* structure tag */
17: #define C_MOU 11 /* member of union */
18: #define C_UNTAG 12 /* union tag */
19: #define C_TPDEF 13 /* type definition */
20: #define C_USTATIC 14 /* undefined static */
21: #define C_ENTAG 15 /* enumeration tag */
22: #define C_MOE 16 /* member of enumeration */
23: #define C_REGPARM 17 /* register parameter */
24: #define C_FIELD 18 /* bit field */
25: #define C_BLOCK 100 /* ".bb" or ".eb" */
26: #define C_FCN 101 /* ".bf" or ".ef" */
27: #define C_EOS 102 /* end of structure */
28: #define C_FILE 103 /* file name */
29:
30: /*
31: * The following storage class is a "dummy" used only by STS
32: * for line number entries reformatted as symbol table entries
33: */
34:
35: #define C_LINE 104
36: #define C_ALIAS 105 /* duplicate tag */
37: #define C_HIDDEN 106 /* special storage class for external */
38: /* symbols in dmert public libraries */
39: #define C_SHADOW 107 /* shadow symbol */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.