]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/file/Magdir/hitachi-sh
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / file / Magdir / hitachi-sh
1
2 #------------------------------------------------------------------------------
3 # $File: hitachi-sh,v 1.5 2009/09/19 16:28:09 christos Exp $
4 # hitach-sh: file(1) magic for Hitachi Super-H
5 #
6 # Super-H COFF
7 #
8 0       beshort         0x0500          Hitachi SH big-endian COFF
9 >18     beshort&0x0002  =0x0000         object
10 >18     beshort&0x0002  =0x0002         executable
11 >18     beshort&0x0008  =0x0008         \b, stripped
12 >18     beshort&0x0008  =0x0000         \b, not stripped
13 #
14 0       leshort         0x0550          Hitachi SH little-endian COFF
15 >18     leshort&0x0002  =0x0000         object
16 >18     leshort&0x0002  =0x0002         executable
17 >18     leshort&0x0008  =0x0008         \b, stripped
18 >18     leshort&0x0008  =0x0000         \b, not stripped
19