Searched defs:ecoff_extsym (Results 1 – 3 of 3) sorted by relevance
87 struct ecoff_extsym { struct88 long es_value;89 int es_strindex;90 unsigned es_type:6;91 unsigned es_class:5;93 unsigned es_symauxindex:20;94 unsigned es_jmptbl:1;95 unsigned es_cmain:1;96 unsigned es_weakext:1;98 int es_indexfld;
149 struct ecoff_extsym { struct150 u_int16_t es_flags;151 u_int16_t es_ifd;152 int32_t es_strindex;153 int32_t es_value;154 unsigned es_type:6;155 unsigned es_class:5;157 unsigned es_symauxindex:20;