1327e51cbSPeter Avalos 2327e51cbSPeter Avalos#------------------------------------------------------------------------------ 3*82c5fa3eSPeter Avalos# $File: encore,v 1.7 2014/04/30 21:41:02 christos Exp $ 4327e51cbSPeter Avalos# encore: file(1) magic for Encore machines 5327e51cbSPeter Avalos# 6327e51cbSPeter Avalos# XXX - needs to have the byte order specified (NS32K was little-endian, 7327e51cbSPeter Avalos# dunno whether they run the 88K in little-endian mode or not). 8327e51cbSPeter Avalos# 9327e51cbSPeter Avalos0 short 0x154 Encore 10327e51cbSPeter Avalos>20 short 0x107 executable 11327e51cbSPeter Avalos>20 short 0x108 pure executable 12327e51cbSPeter Avalos>20 short 0x10b demand-paged executable 13327e51cbSPeter Avalos>20 short 0x10f unsupported executable 14327e51cbSPeter Avalos>12 long >0 not stripped 15*82c5fa3eSPeter Avalos>22 short >0 - version %d 16327e51cbSPeter Avalos>22 short 0 - 17327e51cbSPeter Avalos#>4 date x stamp %s 18327e51cbSPeter Avalos0 short 0x155 Encore unsupported executable 19327e51cbSPeter Avalos>12 long >0 not stripped 20*82c5fa3eSPeter Avalos>22 short >0 - version %d 21327e51cbSPeter Avalos>22 short 0 - 22327e51cbSPeter Avalos#>4 date x stamp %s 23