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

  /src/sys/sys/
exec_ecoff.h 88 struct ecoff32_exechdr { struct
93 #define ECOFF32_HDR_SIZE (sizeof(struct ecoff32_exechdr))
  /src/usr.bin/elf2ecoff/
elf2ecoff.c 89 static void elf_symbol_table_to_ecoff(int, int, struct ecoff32_exechdr *,
91 static int make_ecoff_section_hdrs(struct ecoff32_exechdr *,
93 static void write_ecoff_symhdr(int, struct ecoff32_exechdr *,
113 struct ecoff32_exechdr ep;
541 make_ecoff_section_hdrs(struct ecoff32_exechdr *ep, struct ecoff32_scnhdr *esecs)
589 write_ecoff_symhdr(int out, struct ecoff32_exechdr *ep,
658 elf_symbol_table_to_ecoff(int out, int in, struct ecoff32_exechdr *ep,

Completed in 12 milliseconds