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

  /src/external/apache2/llvm/dist/llvm/lib/Object/
ELF.cpp 68 case ELF::EM_ARC_COMPACT:
190 case ELF::EM_ARC_COMPACT:
  /src/external/gpl3/binutils/dist/bfd/
elf32-arc.c 989 return (e_machine == EM_ARC_COMPACT)
1004 if (e_machine == EM_ARC_COMPACT || e_machine == EM_ARC_COMPACT2)
1059 emf = EM_ARC_COMPACT;
3133 #define ELF_MACHINE_CODE EM_ARC_COMPACT
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arc.c 984 return (e_machine == EM_ARC_COMPACT)
999 if (e_machine == EM_ARC_COMPACT || e_machine == EM_ARC_COMPACT2)
1054 emf = EM_ARC_COMPACT;
3115 #define ELF_MACHINE_CODE EM_ARC_COMPACT
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arc.c 984 return (e_machine == EM_ARC_COMPACT)
999 if (e_machine == EM_ARC_COMPACT || e_machine == EM_ARC_COMPACT2)
1054 emf = EM_ARC_COMPACT;
3113 #define ELF_MACHINE_CODE EM_ARC_COMPACT
  /src/external/gpl3/gdb/dist/bfd/
elf32-arc.c 984 return (e_machine == EM_ARC_COMPACT)
999 if (e_machine == EM_ARC_COMPACT || e_machine == EM_ARC_COMPACT2)
1054 emf = EM_ARC_COMPACT;
3127 #define ELF_MACHINE_CODE EM_ARC_COMPACT
  /src/sys/sys/
exec_elf.h 295 #define EM_ARC_COMPACT EM_ARC_A5 /* ARC International ARCompact processor (old spelling/synonym: EM_ARC_A5) */
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 208 EM_ARC_COMPACT = 93, // ARC International ARCompact processor (old
  /src/external/gpl3/binutils/dist/include/elf/
common.h 206 #define EM_ARC_COMPACT 93 /* ARC International ARCompact processor */
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 206 #define EM_ARC_COMPACT 93 /* ARC International ARCompact processor */
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 206 #define EM_ARC_COMPACT 93 /* ARC International ARCompact processor */
  /src/external/gpl3/gdb/dist/include/elf/
common.h 206 #define EM_ARC_COMPACT 93 /* ARC International ARCompact processor */
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 1286 case EM_ARC_COMPACT:
2019 case EM_ARC_COMPACT:
2508 case EM_ARC_COMPACT:
3695 case EM_ARC_COMPACT: return "ARCompact";
3856 /* ARC has two machine types EM_ARC_COMPACT and EM_ARC_COMPACT2. Some
3858 instead use EM_ARC_COMPACT for old ARC600, ARC601, and ARC700
3862 Th GNU tools follows this use of EM_ARC_COMPACT and EM_ARC_COMPACT2,
3866 unexpected pairing, for example EM_ARC_COMPACT machine type, with
3879 /* We only expect these to occur for EM_ARC_COMPACT. */
3895 if (e_machine == EM_ARC_COMPACT)
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 1225 case EM_ARC_COMPACT:
2216 case EM_ARC_COMPACT:
3311 case EM_ARC_COMPACT: return "ARCompact";
3472 /* ARC has two machine types EM_ARC_COMPACT and EM_ARC_COMPACT2. Some
3474 instead use EM_ARC_COMPACT for old ARC600, ARC601, and ARC700
3478 Th GNU tools follows this use of EM_ARC_COMPACT and EM_ARC_COMPACT2,
3482 unexpected pairing, for example EM_ARC_COMPACT machine type, with
3495 /* We only expect these to occur for EM_ARC_COMPACT. */
3511 if (e_machine == EM_ARC_COMPACT)
5045 case EM_ARC_COMPACT
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFYAML.cpp 249 ECase(EM_ARC_COMPACT);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 1083 ENUM_ENT(EM_ARC_COMPACT, "EM_ARC_COMPACT"),

Completed in 93 milliseconds