HomeSort by: relevance | last modified time | path
    Searched refs:EF_M68K_M68000 (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/elf/
m68k.h 77 #define EF_M68K_M68000 0x01000000
81 (EF_M68K_M68000 | EF_M68K_CPU32 | EF_M68K_CFV4E | EF_M68K_FIDO)
  /src/external/gpl3/binutils.old/dist/include/elf/
m68k.h 77 #define EF_M68K_M68000 0x01000000
81 (EF_M68K_M68000 | EF_M68K_CPU32 | EF_M68K_CFV4E | EF_M68K_FIDO)
  /src/external/gpl3/gdb/dist/include/elf/
m68k.h 77 #define EF_M68K_M68000 0x01000000
81 (EF_M68K_M68000 | EF_M68K_CPU32 | EF_M68K_CFV4E | EF_M68K_FIDO)
  /src/external/gpl3/gdb.old/dist/include/elf/
m68k.h 77 #define EF_M68K_M68000 0x01000000
81 (EF_M68K_M68000 | EF_M68K_CPU32 | EF_M68K_CFV4E | EF_M68K_FIDO)
  /src/external/gpl3/binutils/dist/bfd/
elf32-m68k.c 1002 if ((eflags & EF_M68K_ARCH_MASK) == EF_M68K_M68000)
1069 e_flags = EF_M68K_M68000;
1222 if ((in_flags & EF_M68K_ARCH_MASK) == EF_M68K_M68000)
1266 if ((eflags & EF_M68K_ARCH_MASK) == EF_M68K_M68000)
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-m68k.c 1002 if ((eflags & EF_M68K_ARCH_MASK) == EF_M68K_M68000)
1069 e_flags = EF_M68K_M68000;
1223 if ((in_flags & EF_M68K_ARCH_MASK) == EF_M68K_M68000)
1267 if ((eflags & EF_M68K_ARCH_MASK) == EF_M68K_M68000)
  /src/external/gpl3/gdb/dist/bfd/
elf32-m68k.c 1002 if ((eflags & EF_M68K_ARCH_MASK) == EF_M68K_M68000)
1069 e_flags = EF_M68K_M68000;
1223 if ((in_flags & EF_M68K_ARCH_MASK) == EF_M68K_M68000)
1267 if ((eflags & EF_M68K_ARCH_MASK) == EF_M68K_M68000)
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-m68k.c 1003 if ((eflags & EF_M68K_ARCH_MASK) == EF_M68K_M68000)
1070 e_flags = EF_M68K_M68000;
1224 if ((in_flags & EF_M68K_ARCH_MASK) == EF_M68K_M68000)
1268 if ((eflags & EF_M68K_ARCH_MASK) == EF_M68K_M68000)
  /src/external/gpl3/binutils/dist/gas/config/
tc-m68k.c 7773 flags |= EF_M68K_M68000;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68k.c 7773 flags |= EF_M68K_M68000;
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 4326 if ((e_flags & EF_M68K_ARCH_MASK) == EF_M68K_M68000)
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 3942 if ((e_flags & EF_M68K_ARCH_MASK) == EF_M68K_M68000)

Completed in 77 milliseconds