/freebsd/contrib/elftoolchain/libelftc/ |
H A D | elftc_reloc_type_str.c | 704 case EM_SPARC: in elftc_reloc_type_str()
|
H A D | libelftc_bfdtarget.c | 203 .bt_machine = EM_SPARC,
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | ELF.cpp | 21 .Case("sparc", EM_SPARC) in convertArchNameToEMachine() 210 case EM_SPARC: in convertEMachineToArchName()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcELFObjectWriter.cpp | 28 : (HasV9 ? ELF::EM_SPARC32PLUS : ELF::EM_SPARC), in SparcELFObjectWriter()
|
/freebsd/contrib/file/src/ |
H A D | readelf.h | 133 #define EM_SPARC 2 macro
|
H A D | readelf.c | 1553 case EM_SPARC: in doshn() 1656 case EM_SPARC: in doshn()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 126 case ELF::EM_SPARC: in getELFRelocationTypeName() 222 case ELF::EM_SPARC: in getELFRelativeRelocationType()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_reloc.c | 90 case EM_SPARC: in _dwarf_get_reloc_size()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 209 #define EM_SPARC 2 /* Sun SPARC. */ macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 136 EM_SPARC = 2, // SPARC enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 1313 case ELF::EM_SPARC: in getFileFormatName() 1407 case ELF::EM_SPARC: in getArch()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOptions.cpp | 313 {"elf32-sparc", {ELF::EM_SPARC, false, false}}, 314 {"elf32-sparcel", {ELF::EM_SPARC, false, true}},
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 261 case EM_SPARC: return "EM_SPARC"; in e_machines()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 363 {ArchSpec::eCore_sparc_generic, llvm::ELF::EM_SPARC, LLDB_INVALID_CPUTYPE,
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 506 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 D | elfdefinitions.h | 619 _ELF_DEFINE_EM(EM_SPARC, 2, "SPARC") \
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 244 case EM_SPARC: return "EM_SPARC"; in e_machines()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 198 ECase(EM_SPARC); in enumeration()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1125 ENUM_ENT(EM_SPARC, "Sparc"),
|