Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-arc.c171 if (elf_elfheader(abfd)->e_machine == EM_ARC) in arc_elf_object_p()
229 #define ELF_MACHINE_CODE EM_ARC
H A DChangeLog-00015568 (ELF_MACHINE_CODE) Use EM_ARC.
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-arc.c162 if (elf_elfheader(abfd)->e_machine == EM_ARC)
245 #define ELF_MACHINE_CODE EM_ARC
H A DChangeLog-00015568 (ELF_MACHINE_CODE) Use EM_ARC.
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DELF.cpp48 .Case("arc", EM_ARC) in convertArchNameToEMachine()
263 case EM_ARC: in convertEMachineToArchName()
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h132 #define EM_ARC 45 /* ARC Cores */ macro
H A DChangeLog-9103699 * common.h (EM_ARC): Change comment.
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h132 #define EM_ARC 45 /* ARC Cores */ macro
H A DChangeLog-9103733 * common.h (EM_ARC): Change comment.
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h161 EM_ARC = 45, // Argonaut RISC Core enumerator
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp220 ECase(EM_ARC); in enumeration()
873 case ELF::EM_ARC: in enumeration()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c1337 case EM_ARC: in dump_relocations()
1947 case EM_ARC: return "ARC"; in get_machine_name()
H A DChangeLog-00011055 * readelf.c (dump_relocations): Include selection with EM_ARC.
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c1102 case EM_ARC: in dump_relocations()
1592 case EM_ARC: return "ARC"; in get_machine_name()
H A DChangeLog-00011055 * readelf.c (dump_relocations): Include selection with EM_ARC.
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1070 ENUM_ENT(EM_ARC, "ARC"),