Searched refs:EM_SPARC (Results 1 – 17 of 17) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/ |
H A D | ELF.cpp | 22 .Case("sparc", EM_SPARC) in convertArchNameToEMachine() 211 case EM_SPARC: in convertEMachineToArchName()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-sparc.c | 172 #define ELF_MACHINE_CODE EM_SPARC
|
H A D | ChangeLog-2004 | 1206 redundant assignment of EM_SPARC.
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcELFObjectWriter.cpp | 26 Is64Bit ? ELF::EM_SPARCV9 : ELF::EM_SPARC, in SparcELFObjectWriter()
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | ELF.cpp | 125 case ELF::EM_SPARC: in getELFRelocationTypeName() 221 case ELF::EM_SPARC: in getELFRelativeRelocationType()
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | common.h | 103 #define EM_SPARC 2 /* SUN SPARC */ macro
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | common.h | 103 #define EM_SPARC 2 /* SUN SPARC */ macro
|
/openbsd/sys/sys/ |
H A D | exec_elf.h | 167 #define EM_SPARC 2 /* SPARC */ macro
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 1212 case ELF::EM_SPARC: in getFileFormatName() 1306 case ELF::EM_SPARC: in getArch()
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 135 EM_SPARC = 2, // SPARC enumerator
|
/openbsd/gnu/llvm/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOptions.cpp | 332 {"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 D | readelf.c | 582 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 D | elf32-sparc.c | 3407 elf_elfheader (abfd)->e_machine = EM_SPARC; 3436 #define ELF_MACHINE_CODE EM_SPARC
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 361 {ArchSpec::eCore_sparc_generic, llvm::ELF::EM_SPARC, LLDB_INVALID_CPUTYPE,
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 636 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 D | ELFYAML.cpp | 194 ECase(EM_SPARC); in enumeration()
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1044 ENUM_ENT(EM_SPARC, "Sparc"),
|