Searched refs:dosProgram (Results 1 – 1 of 1) sorted by relevance
68 static unsigned char dosProgram[] = { variable75 static_assert(sizeof(dosProgram) % 8 == 0,78 static const int dosStubSize = sizeof(dos_header) + sizeof(dosProgram);1340 memcpy(buf, dosProgram, sizeof(dosProgram)); in writeHeader()1341 buf += sizeof(dosProgram); in writeHeader()