Home
last modified time | relevance | path

Searched refs:EM_S390 (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/elftoolchain/libelftc/
H A Delftc_reloc_type_str.c673 case EM_S390: in elftc_reloc_type_str()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp36 .Case("s390", EM_S390) in convertArchNameToEMachine()
240 case EM_S390: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp90 case EM_S390: in getTarget()
H A DRelocations.cpp1423 if (execOptimize && isLocalInExecutable && config->emachine != EM_S390) { in handleTlsRelocation()
1598 if (isa<EhInputSection>(sec) || config->emachine == EM_S390) in scan()
H A DInputSection.cpp707 case EM_S390: in getTlsTpOffset()
H A DDriver.cpp204 .Case("elf64_s390", {ELF64BEKind, EM_S390}) in parseEmulation()
1179 EM_PPC, EM_PPC64, EM_RISCV, EM_S390, EM_X86_64}, in getIsRela()
H A DScriptParser.cpp470 .Case("elf64-s390", {ELF64BEKind, EM_S390}) in parseBfdName()
H A DInputFiles.cpp1676 return EM_S390; in getBitcodeMachineKind()
H A DSyntheticSections.cpp1438 case EM_S390: in computeContents()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCObjectWriter.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp208 case EM_S390: in GetRelocationJumpSlotType()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp119 case ELF::EM_S390: in getELFRelocationTypeName()
220 case ELF::EM_S390: in getELFRelativeRelocationType()
/freebsd/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c194 case EM_S390: break; in ELFNAMEEND()
/freebsd/sys/sys/
H A Delf_common.h224 #define EM_S390 22 /* IBM System/390. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h151 EM_S390 = 22, // IBM System/390 enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1337 case ELF::EM_S390: in getFileFormatName()
1404 case ELF::EM_S390: in getArch()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp379 {ArchSpec::eCore_s390x_generic, llvm::ELF::EM_S390, LLDB_INVALID_CPUTYPE,
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp321 {"elf64-s390", {ELF::EM_S390, true, false}},
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h635 _ELF_DEFINE_EM(EM_S390, 22, "IBM System/390 Processor") \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp213 ECase(EM_S390); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp243 if (Obj.getHeader().e_machine == ELF::EM_S390 || in getHashTableEntSize()
1140 ENUM_ENT(EM_S390, "IBM S/390"),
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c521 case EM_S390: return "IBM System/390"; in elf_machine()