Searched refs:aout_magic (Results 1 – 1 of 1) sorted by relevance
179 static char aout_magic[] = { 0x01, 0x03, 0x01, 0x07 }; in main() local202 if (memcmp(buffer, aout_magic, 4) != 0) { in main()