Searched refs:ecoff32_exechdr (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/usr.bin/elf2ecoff/ |
H A D | elf2ecoff.c | 86 static void elf_symbol_table_to_ecoff(int, int, struct ecoff32_exechdr *, 88 static int make_ecoff_section_hdrs(struct ecoff32_exechdr *, 90 static void write_ecoff_symhdr(int, struct ecoff32_exechdr *, 110 struct ecoff32_exechdr ep; in main() 538 make_ecoff_section_hdrs(struct ecoff32_exechdr *ep, struct ecoff32_scnhdr *esecs) in make_ecoff_section_hdrs() 586 write_ecoff_symhdr(int out, struct ecoff32_exechdr *ep, in write_ecoff_symhdr() 655 elf_symbol_table_to_ecoff(int out, int in, struct ecoff32_exechdr *ep, in elf_symbol_table_to_ecoff()
|
/netbsd-src/sys/sys/ |
H A D | exec_ecoff.h | 88 struct ecoff32_exechdr { struct 93 #define ECOFF32_HDR_SIZE (sizeof(struct ecoff32_exechdr)) argument
|