Annotation of researchv9/cmd/adb/comm/map.h, revision 1.1

1.1     ! root        1: /*
        !             2:  * file address maps
        !             3:  * each open file has one per segment
        !             4:  * if b <= address <= e, address is valid in space type sp
        !             5:  * and may be found at address + f in the file
        !             6:  */
        !             7: 
        !             8: #define        NMAP    5       /* text data stack u-area endmarker */
        !             9: 
        !            10: struct map {
        !            11:        ADDR    b;              /* base */
        !            12:        ADDR    e;              /* end */
        !            13:        ADDR    f;              /* offset within file */
        !            14:        short   sp;             /* type of space */
        !            15:        short   flag;
        !            16: };
        !            17: typedef        struct map      MAP;
        !            18: #define        MPINUSE 01
        !            19: 
        !            20: extern MAP     cormap[], symmap[];

unix.superglobalmegacorp.com

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