Lines Matching defs:coff_header
583 coff_header_t &coff_header) {
585 data.ValidOffsetForDataOfSize(*offset_ptr, sizeof(coff_header));
587 coff_header.machine = data.GetU16(offset_ptr);
588 coff_header.nsects = data.GetU16(offset_ptr);
589 coff_header.modtime = data.GetU32(offset_ptr);
590 coff_header.symoff = data.GetU32(offset_ptr);
591 coff_header.nsyms = data.GetU32(offset_ptr);
592 coff_header.hdrsize = data.GetU16(offset_ptr);
593 coff_header.flags = data.GetU16(offset_ptr);
596 memset(&coff_header, 0, sizeof(coff_header));