Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelftc/
H A Delftc_reloc_type_str.c704 case EM_SPARC: in elftc_reloc_type_str()
H A Dlibelftc_bfdtarget.c203 .bt_machine = EM_SPARC,
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp21 .Case("sparc", EM_SPARC) in convertArchNameToEMachine()
210 case EM_SPARC: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp28 : (HasV9 ? ELF::EM_SPARC32PLUS : ELF::EM_SPARC), in SparcELFObjectWriter()
/freebsd/contrib/file/src/
H A Dreadelf.h133 #define EM_SPARC 2 macro
H A Dreadelf.c1553 case EM_SPARC: in doshn()
1656 case EM_SPARC: in doshn()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp126 case ELF::EM_SPARC: in getELFRelocationTypeName()
222 case ELF::EM_SPARC: in getELFRelativeRelocationType()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c90 case EM_SPARC: in _dwarf_get_reloc_size()
/freebsd/sys/sys/
H A Delf_common.h209 #define EM_SPARC 2 /* Sun SPARC. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h136 EM_SPARC = 2, // SPARC enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1313 case ELF::EM_SPARC: in getFileFormatName()
1407 case ELF::EM_SPARC: in getArch()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp313 {"elf32-sparc", {ELF::EM_SPARC, false, false}},
314 {"elf32-sparcel", {ELF::EM_SPARC, false, true}},
/freebsd/usr.bin/elfdump/
H A Delfdump.c261 case EM_SPARC: return "EM_SPARC"; in e_machines()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp363 {ArchSpec::eCore_sparc_generic, llvm::ELF::EM_SPARC, LLDB_INVALID_CPUTYPE,
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c506 case EM_SPARC: return "Sun SPARC"; in elf_machine()
1015 case EM_SPARC: in dt_type()
2441 case EM_SPARC: in dump_eflags()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h619 _ELF_DEFINE_EM(EM_SPARC, 2, "SPARC") \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c244 case EM_SPARC: return "EM_SPARC"; in e_machines()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp198 ECase(EM_SPARC); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1125 ENUM_ENT(EM_SPARC, "Sparc"),