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

/netbsd-current/usr.bin/elf2ecoff/
H A Delf2ecoff.c723 translate_syms(struct elf_syms *elfp, struct ecoff_syms *ecoffp) argument
736 memset(ecoffp, 0, sizeof(*ecoffp));
738 ecoffp->nsymbols = 0;
739 ecoffp->ecoff_syms = malloc(sizeof(struct ecoff_extsym) * nsyms);
742 ecoffp->stringsize = elfp->stringsize;
743 ecoffp->stringtab = malloc(elfp->stringsize);
745 newstrings = (char *) ecoffp->stringtab;
746 nsp = (char *) ecoffp->stringtab;
762 ecoffp
[all...]

Completed in 185 milliseconds