ecoff_extsym
const struct ecoff_extsym *esyms;
symtabsize = nsyms * sizeof(struct ecoff_extsym);
struct ecoff_extsym *ecoff_syms;
padding = symtabsize - (nsyms * sizeof(struct ecoff_extsym));
struct ecoff_extsym *es = &ecoffsymtab.ecoff_syms[i];
nsyms * sizeof(struct ecoff_extsym),
ecoffp->ecoff_syms = malloc(sizeof(struct ecoff_extsym) * nsyms);
esyms = (struct ecoff_extsym *)&mappedfile[symhdrp->cbExtOffset];
struct ecoff_extsym *esyms;