/* * * OBJFMT -- GSD entry - symbol definition */ #ifndef _GSYDEF_H #define _GSYDEF_H /* common to definitions, references, and entry point definitions. */ #define GSY$V_WEAK 0 #define GSY$V_DEF 1 #define GSY$V_UNI 2 #define GSY$V_REL 3 #define GSY$V_COMM 4 #define GSY$M_WEAK (1<