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