Move file-4/ to file/. We don't need a versioned directory.
[dragonfly.git] / contrib / file / magic / Magdir / alpha
1 #------------------------------------------------------------------------------
2 # alpha architecture description
3 #
4
5 0       leshort         0603            COFF format alpha
6 >22     leshort&030000  !020000         executable
7 >24     leshort         0410            pure
8 >24     leshort         0413            paged
9 >22     leshort&020000  !0              dynamically linked
10 >16     lelong          !0              not stripped
11 >16     lelong          0               stripped
12 >22     leshort&030000  020000          shared library
13 >24     leshort         0407            object
14 >27     byte            x               - version %d
15 >26     byte            x               \b.%d
16 >28     byte            x               \b-%d
17
18 # Basic recognition of Digital UNIX core dumps - Mike Bremford <mike@opac.bl.uk>
19 #
20 # The actual magic number is just "Core", followed by a 2-byte version
21 # number; however, treating any file that begins with "Core" as a Digital
22 # UNIX core dump file may produce too many false hits, so we include one
23 # byte of the version number as well; DU 5.0 appears only to be up to
24 # version 2.
25 #
26 0       string          Core\001        Alpha COFF format core dump (Digital UNIX)
27 >24     string          >\0             \b, from '%s'
28 0       string          Core\002        Alpha COFF format core dump (Digital UNIX)
29 >24     string          >\0             \b, from '%s'
30