Home
last modified time | relevance | path

Searched defs:ecoff_extsym (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/alpha/include/
H A Decoff_machdep.h87 struct ecoff_extsym { struct
88 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;
/netbsd-src/sys/arch/mips/include/
H A Decoff_machdep.h149 struct ecoff_extsym { struct
150 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;
/netbsd-src/tools/mips-elf2ecoff/machine/
H A Decoff_machdep.h149 struct ecoff_extsym { struct
150 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;