Searched defs:ecoff32_extsym (Results 1 – 2 of 2) sorted by relevance
160 struct ecoff32_extsym { struct161 uint16_t es_flags;162 uint16_t es_ifd;163 int32_t es_strindex;164 int32_t es_value;165 unsigned es_type:6;166 unsigned es_class:5;168 unsigned es_symauxindex:20;