Searched refs:ecoff_syms (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.bin/elf2ecoff/
H A Delf2ecoff.c70 struct ecoff_syms { struct
72 struct ecoff_extsym *ecoff_syms; member in struct:ecoff_syms
85 static void translate_syms(struct elf_syms *, struct ecoff_syms *);
660 struct ecoff_syms ecoffsymtab;
704 struct ecoff_extsym *es = &ecoffsymtab.ecoff_syms[i];
710 safewrite(out, ecoffsymtab.ecoff_syms,
723 translate_syms(struct elf_syms *elfp, struct ecoff_syms *ecoffp)
739 ecoffp->ecoff_syms = malloc(sizeof(struct ecoff_extsym) * nsyms);
762 ecoffp->ecoff_syms[idx].es_strindex = nsp - newstrings;
766 ecoffp->ecoff_syms[id
[all...]

Completed in 123 milliseconds