Home
last modified time | relevance | path

Searched refs:coff_exechdr (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.sbin/mdsetimage/
H A Dexec_coff.c54 const struct coff_exechdr *exechdrp; in check_coff()
61 exechdrp = (const struct coff_exechdr *)&mappedfile[0]; in check_coff()
74 const struct coff_exechdr *exechdrp; in findoff_coff()
78 exechdrp = (const struct coff_exechdr *)&mappedfile[0]; in findoff_coff()
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dload_coff.cpp42 memset(&_eh, 0, sizeof(struct coff_exechdr)); in CoffLoader()
124 _file->read(&_eh, sizeof(struct coff_exechdr), 0); in read_header()
H A Dload_coff.h47 struct coff_exechdr _eh;
H A Dload.cpp54 coff_exechdr coff; in objectFormat()
/netbsd-src/sys/sys/
H A Dexec_coff.h114 struct coff_exechdr { struct