/freebsd/contrib/elftoolchain/libelftc/ |
H A D | elftc_reloc_type_str.c | 705 case EM_SPARCV9: in elftc_reloc_type_str()
|
H A D | libelftc_bfdtarget.c | 400 .bt_machine = EM_SPARCV9, 408 .bt_machine = EM_SPARCV9,
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | ELF.cpp | 45 .Case("sparcv9", EM_SPARCV9) in convertArchNameToEMachine() 258 case EM_SPARCV9: in convertEMachineToArchName()
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | _libelf_config.h | 110 #define LIBELF_ARCH EM_SPARCV9
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Target.cpp | 88 case EM_SPARCV9: in getTarget()
|
H A D | InputSection.cpp | 708 case EM_SPARCV9: in getTlsTpOffset()
|
H A D | ScriptParser.cpp | 466 .Case("elf64-sparc", {ELF64BEKind, EM_SPARCV9}) in parseBfdName()
|
H A D | InputFiles.cpp | 1674 return EM_SPARCV9; in getBitcodeMachineKind()
|
H A D | SyntheticSections.cpp | 1441 case EM_SPARCV9: in computeContents() 2554 if (config->emachine == EM_SPARCV9) in PltSection()
|
H A D | Driver.cpp | 200 .Case("elf64_sparc", {ELF64BEKind, EM_SPARCV9}) in parseEmulation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcELFObjectWriter.cpp | 27 Is64Bit ? ELF::EM_SPARCV9 in SparcELFObjectWriter()
|
/freebsd/contrib/file/src/ |
H A D | readelf.h | 136 #define EM_SPARCV9 43 macro
|
H A D | readelf.c | 1554 case EM_SPARCV9: in doshn() 1658 case EM_SPARCV9: in doshn()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 128 case ELF::EM_SPARCV9: in getELFRelocationTypeName() 224 case ELF::EM_SPARCV9: in getELFRelativeRelocationType()
|
/freebsd/usr.sbin/crunch/crunchide/ |
H A D | exec_elf32.c | 195 case EM_SPARCV9: break; in ELFNAMEEND()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 272 case EM_SPARCV9:return "EM_SPARCV9"; in e_machines() 435 if (mach == EM_SPARCV9) in st_type()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 231 #define EM_SPARCV9 43 /* SPARC v9 64-bit. */ macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 160 EM_SPARCV9 = 43, // SPARC V9 enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 1339 case ELF::EM_SPARCV9: in getFileFormatName() 1410 case ELF::EM_SPARCV9: in getArch()
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 255 case EM_SPARCV9:return "EM_SPARCV9"; in e_machines() 520 if (mach == EM_SPARCV9) in st_type()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 528 case EM_SPARCV9: return "SPARC v9 64-bit"; in elf_machine() 1017 case EM_SPARCV9: in dt_type() 1077 if (mach == EM_SPARCV9 && stype == STT_SPARC_REGISTER) in st_type() 2443 case EM_SPARCV9: in dump_eflags()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 381 {ArchSpec::eCore_sparc9_generic, llvm::ELF::EM_SPARCV9,
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 644 _ELF_DEFINE_EM(EM_SPARCV9, 43, "SPARC Version 9") \
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 222 ECase(EM_SPARCV9); in enumeration()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1149 ENUM_ENT(EM_SPARCV9, "Sparc v9"),
|