Lines Matching +full:4 +full:- +full:byte
2 #------------------------------------------------------------------------------
6 # We have to check the byte order flag to see what byte order all the
10 # What're the correct byte orders for the nCUBE and the Fujitsu VPP500?
15 >4 byte 0 invalid class
16 >4 byte 1 32-bit
17 >4 byte 2 64-bit
18 >7 byte 0 invalid os
19 >7 byte 1 OpenBSD
20 >7 byte 2 NetBSD
21 >7 byte 3 FreeBSD
22 >7 byte 4 4.4BSD
23 >7 byte 5 Linux
24 >7 byte 6 SVR4
25 >7 byte 7 esix
26 >7 byte 8 Solaris
27 >7 byte 9 Irix
28 >7 byte 10 SCO
29 >7 byte 11 Dell
30 >7 byte 12 NCR
31 >5 byte 0 invalid byte order
32 >5 byte 1 LSB
37 # Core handling from Peter Tobias <tobias@server.et-inf.fho-emden.de>
39 >>16 leshort 4 core file
42 >>16 leshort &0xff00 processor-specific,
44 >>18 leshort 1 AT&T WE32100 - invalid byte order,
45 >>18 leshort 2 SPARC - invalid byte order,
47 >>18 leshort 4 Motorola 68000 - invalid byte order,
48 >>18 leshort 5 Motorola 88000 - invalid byte order,
51 >>18 leshort 8 MIPS R3000_BE - invalid byte order,
52 >>18 leshort 9 Amdahl - invalid byte order,
54 >>18 leshort 11 RS6000 - invalid byte order,
55 >>18 leshort 15 PA-RISC - invalid byte order,
65 >5 byte 2 MSB
70 >>16 beshort 4 core file,
73 >>16 beshort &0xff00 processor-specific,
77 >>18 beshort 3 Intel i386 - invalid byte order,
78 >>18 beshort 4 Motorola 68000,
80 >>18 beshort 6 Intel i486 - invalid byte order,
84 >>18 beshort 10 MIPS R3000_LE - invalid byte order,
86 >>18 beshort 15 PA-RISC,