Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/alpha/include/
H A Decoff_machdep.h59 struct ecoff_symhdr { struct
60 int16_t magic;
61 int16_t vstamp;
62 int32_t lineMax;
63 int32_t densenumMax;
64 int32_t procMax;
65 int32_t lsymMax;
66 int32_t optsymMax;
67 int32_t auxsymMax;
68 int32_t lstrMax;
[all …]
/netbsd-src/sys/arch/mips/include/
H A Decoff_machdep.h117 struct ecoff_symhdr { struct
118 int16_t magic;
119 int16_t vstamp;
120 int32_t ilineMax;
121 int32_t cbLine;
122 int32_t cbLineOffset;
123 int32_t idnMax;
124 int32_t cbDnOffset;
125 int32_t ipdMax;
126 int32_t cbPdOffset;
[all …]
/netbsd-src/tools/mips-elf2ecoff/machine/
H A Decoff_machdep.h117 struct ecoff_symhdr { struct
118 int16_t magic;
119 int16_t vstamp;
120 int32_t ilineMax;
121 int32_t cbLine;
122 int32_t cbLineOffset;
123 int32_t idnMax;
124 int32_t cbDnOffset;
125 int32_t ipdMax;
126 int32_t cbPdOffset;
[all …]