coff_exechdr
coff_exechdr coff;
_file->read(&_eh, sizeof(struct coff_exechdr), 0);
memset(&_eh, 0, sizeof(struct coff_exechdr));
struct coff_exechdr _eh;
const struct coff_exechdr *exechdrp;
exechdrp = (const struct coff_exechdr *)&mappedfile[0];
const struct coff_exechdr *exechdrp;
exechdrp = (const struct coff_exechdr *)&mappedfile[0];