/freebsd/contrib/elftoolchain/libelftc/ |
H A D | elftc_reloc_type_str.c | 673 case EM_S390: in elftc_reloc_type_str()
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | ELF.cpp | 36 .Case("s390", EM_S390) in convertArchNameToEMachine() 240 case EM_S390: in convertEMachineToArchName()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Target.cpp | 90 case EM_S390: in getTarget()
|
H A D | Relocations.cpp | 1423 if (execOptimize && isLocalInExecutable && config->emachine != EM_S390) { in handleTlsRelocation() 1598 if (isa<EhInputSection>(sec) || config->emachine == EM_S390) in scan()
|
H A D | InputSection.cpp | 707 case EM_S390: in getTlsTpOffset()
|
H A D | Driver.cpp | 204 .Case("elf64_s390", {ELF64BEKind, EM_S390}) in parseEmulation() 1179 EM_PPC, EM_PPC64, EM_RISCV, EM_S390, EM_X86_64}, in getIsRela()
|
H A D | ScriptParser.cpp | 470 .Case("elf64-s390", {ELF64BEKind, EM_S390}) in parseBfdName()
|
H A D | InputFiles.cpp | 1676 return EM_S390; in getBitcodeMachineKind()
|
H A D | SyntheticSections.cpp | 1438 case EM_S390: in computeContents()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCObjectWriter.cpp |
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ELFHeader.cpp | 208 case EM_S390: in GetRelocationJumpSlotType()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 119 case ELF::EM_S390: in getELFRelocationTypeName() 220 case ELF::EM_S390: in getELFRelativeRelocationType()
|
/freebsd/usr.sbin/crunch/crunchide/ |
H A D | exec_elf32.c | 194 case EM_S390: break; in ELFNAMEEND()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 224 #define EM_S390 22 /* IBM System/390. */ macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 151 EM_S390 = 22, // IBM System/390 enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 1337 case ELF::EM_S390: in getFileFormatName() 1404 case ELF::EM_S390: in getArch()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 379 {ArchSpec::eCore_s390x_generic, llvm::ELF::EM_S390, LLDB_INVALID_CPUTYPE,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOptions.cpp | 321 {"elf64-s390", {ELF::EM_S390, true, false}},
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 635 _ELF_DEFINE_EM(EM_S390, 22, "IBM System/390 Processor") \
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 213 ECase(EM_S390); in enumeration()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 243 if (Obj.getHeader().e_machine == ELF::EM_S390 || in getHashTableEntSize() 1140 ENUM_ENT(EM_S390, "IBM S/390"),
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 521 case EM_S390: return "IBM System/390"; in elf_machine()
|