Searched refs:dosProgram (Results 1 – 1 of 1) sorted by relevance
69 static unsigned char dosProgram[] = { variable76 static_assert(sizeof(dosProgram) % 8 == 0,79 static const int dosStubSize = sizeof(dos_header) + sizeof(dosProgram);1348 memcpy(buf, dosProgram, sizeof(dosProgram)); in writeHeader()1349 buf += sizeof(dosProgram); in writeHeader()