Home
last modified time | relevance | path

Searched refs:EM_ARC_COMPACT2 (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELF.cpp69 case ELF::EM_ARC_COMPACT2: in getELFRelocationTypeName()
191 case ELF::EM_ARC_COMPACT2: in getELFRelativeRelocationType()
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h313 #define EM_ARC_COMPACT2 195 /* Synopsys ARCompact V2 */ macro
H A DChangeLog-041558 macro for EM_ARC_COMPACT2.
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h313 #define EM_ARC_COMPACT2 195 /* Synopsys ARCompact V2 */ macro
H A DChangeLog-041558 macro for EM_ARC_COMPACT2.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-arc.c1000 if (e_machine == EM_ARC_COMPACT || e_machine == EM_ARC_COMPACT2) in arc_elf_object_p()
1055 emf = EM_ARC_COMPACT2; in arc_elf_final_write_processing()
3103 #define ELF_MACHINE_ALT1 EM_ARC_COMPACT2
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-arc.c1000 if (e_machine == EM_ARC_COMPACT || e_machine == EM_ARC_COMPACT2) in arc_elf_object_p()
1055 emf = EM_ARC_COMPACT2; in arc_elf_final_write_processing()
3117 #define ELF_MACHINE_ALT1 EM_ARC_COMPACT2
/netbsd-src/sys/sys/
H A Dexec_elf.h375 #define EM_ARC_COMPACT2 195 /* Synopsys ARCompact V2 */ macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h290 EM_ARC_COMPACT2 = 195, // Synopsys ARCompact V2 enumerator
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c1067 case EM_ARC_COMPACT2: in guess_is_rela()
1752 case EM_ARC_COMPACT2: in dump_relocations()
2943 case EM_ARC_COMPACT2: return "ARCv2"; in get_machine_name()
3732 case EM_ARC_COMPACT2: in get_machine_flags()
4992 case EM_ARC_COMPACT2: in get_section_type_name()
14197 case EM_ARC_COMPACT2: in is_32bit_abs_reloc()
14391 case EM_ARC_COMPACT2: in is_32bit_pcrel_reloc()
14558 case EM_ARC_COMPACT2: in is_16bit_abs_reloc()
14806 case EM_ARC_COMPACT2: /* R_ARC_NONE. */ in is_none_reloc()
21978 case EM_ARC_COMPACT2: in process_arch_specific()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c1169 case EM_ARC_COMPACT2: in guess_is_rela()
1849 case EM_ARC_COMPACT2: in dump_relocations()
3028 case EM_ARC_COMPACT2: return "ARCv2"; in get_machine_name()
4677 case EM_ARC_COMPACT2: in get_machine_flags()
5447 case EM_ARC_COMPACT2: in get_section_type_name()
14842 case EM_ARC_COMPACT2: in is_32bit_abs_reloc()
15040 case EM_ARC_COMPACT2: in is_32bit_pcrel_reloc()
15217 case EM_ARC_COMPACT2: in is_16bit_abs_reloc()
15506 case EM_ARC_COMPACT2: /* R_ARC_NONE. */ in is_none_reloc()
22790 case EM_ARC_COMPACT2: in process_arch_specific()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp323 ECase(EM_ARC_COMPACT2); in enumeration()
/netbsd-src/external/gpl3/gdb/dist/include/elf/
H A DChangeLog-041558 macro for EM_ARC_COMPACT2.
/netbsd-src/external/gpl3/gdb.old/dist/include/elf/
H A DChangeLog-041558 macro for EM_ARC_COMPACT2.
/netbsd-src/external/bsd/elftoolchain/dist/common/sys/
H A Delfconstants.m4960 _(EM_ARC_COMPACT2, 195,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1159 ENUM_ENT(EM_ARC_COMPACT2, "EM_ARC_COMPACT2"),