Searched refs:e_cblp (Results 1 – 3 of 3) sorted by relevance
132 uint16_t e_cblp; // Bytes on last page of file member
314 m_dos_header.e_cblp = m_data.GetU16(&offset); // Bytes on last page of file in ParseDOSHeader()796 s->Printf (" e_cblp = 0x%4.4x\n", header.e_cblp); in DumpDOSHeader()
115 unsigned short e_cblp; /* 02: Bytes on last page of file */ member