Searched defs:ecoff_extr (Results 1 – 1 of 1) sorted by relevance
258 typedef struct ecoff_extr { struct259 unsigned jmptbl:1; /* symbol is a jump table entry for shlibs */260 unsigned cobol_main:1; /* symbol is a cobol main procedure */261 unsigned weakext:1; /* symbol is weak external */262 unsigned reserved:13; /* reserved for future use */263 int ifd; /* where the iss and index fields point into */264 SYMR asym; /* symbol for the external */