Home | History | Annotate | Download | only in Object

Lines Matching refs:DH

652     const auto *DH = reinterpret_cast<const dos_header *>(base());
653 if (DH->Magic[0] == 'M' && DH->Magic[1] == 'Z') {
654 CurPtr = DH->AddressOfNewExeHeader;