Searched defs:DOSHeader (Results 1 – 2 of 2) sorted by relevance
532 struct DOSHeader { struct533 uint16_t Magic;534 uint16_t UsedBytesInTheLastPage;535 uint16_t FileSizeInPages;536 uint16_t NumberOfRelocationItems;537 uint16_t HeaderSizeInParagraphs;538 uint16_t MinimumExtraParagraphs;539 uint16_t MaximumExtraParagraphs;540 uint16_t InitialRelativeSS;541 uint16_t InitialSP;[all …]
103 object::dos_header DOSHeader; member