blob: f3deffa59fa3db14c6402422a9abc35f36b0d3d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
#------------------------------------------------------------------------------
# $File: vax,v 1.10 2019/10/04 18:07:46 christos Exp $
# vax: file(1) magic for VAX executable/object and APL workspace
#
0 lelong 0101557 VAX single precision APL workspace
0 lelong 0101556 VAX double precision APL workspace
#
# VAX a.out (BSD; others collide with 386 and other 32-bit little-endian
# executables, and are handled in aout)
#
0 lelong 0420 a.out VAX demand paged (first page unmapped) pure executable
>16 lelong >0 not stripped
#
# VAX COFF
#
# The `versions' were commented out, but have been un-commented out.
# (Was the problem just one of endianness?)
#
0 leshort 0570
>2 uleshort <100 VAX COFF executable, sections %d
>>4 ledate x \b, created %s
>>12 lelong >0 \b, not stripped
>>22 leshort >0 \b, version %d
0 leshort 0575
>2 uleshort <100 VAX COFF pure executable, sections %d
>>4 ledate x \b, created %s
>>12 lelong >0 \b, not stripped
>>22 leshort >0 \b, version %d
|