Annotation of researchv9/jerq/include/storclass.h, revision 1.1

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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.