Home
last modified time | relevance | path

Searched refs:EM_SPARC (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DELF.cpp22 .Case("sparc", EM_SPARC) in convertArchNameToEMachine()
211 case EM_SPARC: in convertEMachineToArchName()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-sparc.c172 #define ELF_MACHINE_CODE EM_SPARC
H A DChangeLog-20041206 redundant assignment of EM_SPARC.
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp26 Is64Bit ? ELF::EM_SPARCV9 : ELF::EM_SPARC, in SparcELFObjectWriter()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DELF.cpp125 case ELF::EM_SPARC: in getELFRelocationTypeName()
221 case ELF::EM_SPARC: in getELFRelativeRelocationType()
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h103 #define EM_SPARC 2 /* SUN SPARC */ macro
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h103 #define EM_SPARC 2 /* SUN SPARC */ macro
/openbsd/sys/sys/
H A Dexec_elf.h167 #define EM_SPARC 2 /* SPARC */ macro
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h1212 case ELF::EM_SPARC: in getFileFormatName()
1306 case ELF::EM_SPARC: in getArch()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h135 EM_SPARC = 2, // SPARC enumerator
/openbsd/gnu/llvm/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp332 {"elf32-sparc", {ELF::EM_SPARC, false, false}},
333 {"elf32-sparcel", {ELF::EM_SPARC, false, true}},
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c582 case EM_SPARC: in guess_is_rela()
883 case EM_SPARC: in slurp_relr_relocs()
1252 case EM_SPARC: in dump_relocations()
1922 case EM_SPARC: return "Sparc"; in get_machine_name()
9217 case EM_SPARC: in get_netbsd_elfcore_note_type()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-sparc.c3407 elf_elfheader (abfd)->e_machine = EM_SPARC;
3436 #define ELF_MACHINE_CODE EM_SPARC
/openbsd/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp361 {ArchSpec::eCore_sparc_generic, llvm::ELF::EM_SPARC, LLDB_INVALID_CPUTYPE,
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c636 case EM_SPARC: in guess_is_rela()
1017 case EM_SPARC: in dump_relocations()
1567 case EM_SPARC: return "Sparc"; in get_machine_name()
9979 case EM_SPARC: in get_netbsd_elfcore_note_type()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp194 ECase(EM_SPARC); in enumeration()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1044 ENUM_ENT(EM_SPARC, "Sparc"),