hitachi-sh 565 B

123456789101112131415161718
  1. #------------------------------------------------------------------------------
  2. # hitach-sh: file(1) magic for Hitachi Super-H
  3. #
  4. # Super-H COFF
  5. #
  6. 0 beshort 0x0500 Hitachi SH big-endian COFF
  7. >18 beshort&0x0002 =0x0000 object
  8. >18 beshort&0x0002 =0x0002 executable
  9. >18 beshort&0x0008 =0x0008 \b, stripped
  10. >18 beshort&0x0008 =0x0000 \b, not stripped
  11. #
  12. 0 leshort 0x0550 Hitachi SH little-endian COFF
  13. >18 leshort&0x0002 =0x0000 object
  14. >18 leshort&0x0002 =0x0002 executable
  15. >18 leshort&0x0008 =0x0008 \b, stripped
  16. >18 leshort&0x0008 =0x0000 \b, not stripped