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