Searched refs:dosProgram (Results 1 – 1 of 1) sorted by relevance
70 static unsigned char dosProgram[] = { variable77 static_assert(sizeof(dosProgram) % 8 == 0,80 static const int dosStubSize = sizeof(dos_header) + sizeof(dosProgram);1582 memcpy(buf, dosProgram, sizeof(dosProgram)); in writeHeader()1583 buf += sizeof(dosProgram); in writeHeader()