HomeSort by: relevance | last modified time | path
    Searched refs:ecoff_extsym (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/alpha/include/
ecoff_machdep.h 87 struct ecoff_extsym { struct
  /src/lib/libc/gen/
nlist_ecoff.c 70 const struct ecoff_extsym *esyms;
  /src/sys/arch/mips/include/
ecoff_machdep.h 149 struct ecoff_extsym { struct
  /src/tools/mips-elf2ecoff/machine/
ecoff_machdep.h 149 struct ecoff_extsym { struct
  /src/usr.sbin/kvm_mkdb/
nlist_ecoff.c 86 struct ecoff_extsym *esyms;
155 esyms = (struct ecoff_extsym *)&mappedfile[symhdrp->cbExtOffset];
  /src/usr.bin/elf2ecoff/
elf2ecoff.c 72 struct ecoff_extsym *ecoff_syms;
688 symtabsize = nsyms * sizeof(struct ecoff_extsym);
704 padding = symtabsize - (nsyms * sizeof(struct ecoff_extsym));
707 struct ecoff_extsym *es = &ecoffsymtab.ecoff_syms[i];
714 nsyms * sizeof(struct ecoff_extsym),
767 ecoffp->ecoff_syms = malloc(sizeof(struct ecoff_extsym) * nsyms);

Completed in 14 milliseconds