2012-03-31 20:24:03 +02:00
|
|
|
|
|
|
|
#------------------------------------------------------------------------------
|
2012-05-02 13:23:57 +02:00
|
|
|
# $File: hitachi-sh,v 1.5 2009/09/19 16:28:09 christos Exp $
|
2012-03-31 20:24:03 +02:00
|
|
|
# hitach-sh: file(1) magic for Hitachi Super-H
|
|
|
|
#
|
|
|
|
# Super-H COFF
|
|
|
|
#
|
|
|
|
0 beshort 0x0500 Hitachi SH big-endian COFF
|
|
|
|
>18 beshort&0x0002 =0x0000 object
|
|
|
|
>18 beshort&0x0002 =0x0002 executable
|
|
|
|
>18 beshort&0x0008 =0x0008 \b, stripped
|
|
|
|
>18 beshort&0x0008 =0x0000 \b, not stripped
|
|
|
|
#
|
|
|
|
0 leshort 0x0550 Hitachi SH little-endian COFF
|
|
|
|
>18 leshort&0x0002 =0x0000 object
|
|
|
|
>18 leshort&0x0002 =0x0002 executable
|
|
|
|
>18 leshort&0x0008 =0x0008 \b, stripped
|
|
|
|
>18 leshort&0x0008 =0x0000 \b, not stripped
|
|
|
|
|