| /llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/ |
| H A D | dynamic-section-arch-tags.yaml | 262 # RUN: obj2yaml %t4 | FileCheck %s --check-prefix=EM_PPC64 264 # EM_PPC64: - Tag: DT_PPC64_GLINK 265 # EM_PPC64-NEXT: Value: 0x1 272 Machine: EM_PPC64 326 ## Here for EM_PPC64 we are trying to use DT_HEXAGON_SYMSZ 338 Machine: EM_PPC64
|
| H A D | ppc64-relocations.yaml | 11 # CHECK-NEXT: Machine: EM_PPC64 114 Machine: EM_PPC64
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | ppc.ll | 2 ;; Test we can infer the e_machine value EM_PPC/EM_PPC64 from a bitcode file. 27 ; LE64: Machine: EM_PPC64
|
| /llvm-project-15.0.7/llvm/lib/BinaryFormat/ |
| H A D | ELF.cpp | 36 .Case("ppc64", EM_PPC64) in convertArchNameToEMachine() 238 case EM_PPC64: in convertEMachineToArchName()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | ELF.cpp | 104 case ELF::EM_PPC64: in getELFRelocationTypeName() 208 case ELF::EM_PPC64: in getELFRelativeRelocationType() 485 case ELF::EM_PPC64: in getDynamicTagAsString()
|
| H A D | ELFObjectFile.cpp | 361 case ELF::EM_PPC64: in tryGetCPUName()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Target.cpp | 82 case EM_PPC64: in getTarget()
|
| H A D | Driver.cpp | 153 .Case("elf64ppc", {ELF64BEKind, EM_PPC64}) in parseEmulation() 154 .Case("elf64lppc", {ELF64LEKind, EM_PPC64}) in parseEmulation() 323 if (config->tocOptimize && config->emachine != EM_PPC64) in checkOptions() 326 if (config->pcRelOptimize && config->emachine != EM_PPC64) in checkOptions() 1002 m == EM_PPC64 || m == EM_RISCV || m == EM_X86_64; in getIsRela() 1544 args.hasFlag(OPT_toc_optimize, OPT_no_toc_optimize, m == EM_PPC64); in setConfigs() 1546 args.hasFlag(OPT_pcrel_optimize, OPT_no_pcrel_optimize, m == EM_PPC64); in setConfigs()
|
| H A D | Writer.cpp | 210 } else if (config->emachine == EM_PPC64) { in addReservedSymbols() 223 (config->emachine == EM_PPC64) ? ".TOC." : "_GLOBAL_OFFSET_TABLE_"; in addReservedSymbols() 233 if (config->emachine == EM_PPC64) in addReservedSymbols() 466 if (config->emachine == EM_PPC64) { in createSyntheticSections() 958 if (config->emachine == EM_PPC64) { in getSectionRank() 1425 } else if (config->emachine == EM_PPC64 && name == ".toc") { in sortSection()
|
| H A D | SyntheticSections.cpp | 701 if (config->emachine == EM_PPC64 && in finalizeContents() 1166 } else if (config->emachine == EM_PPC64) { in GotPltSection() 1205 if (config->emachine == EM_PPC64) in getIgotPltName() 1215 config->emachine == EM_PPC64 ? SHT_NOBITS : SHT_PROGBITS, in IgotPltSection() 1546 if (config->emachine == EM_PPC64 && in.plt->isNeeded()) { in computeContents() 2239 if (config->emachine == EM_PPC64) in writeTo() 2536 if (config->emachine == EM_PPC64) { in PltSection() 2594 if (config->emachine == EM_PPC || config->emachine == EM_PPC64) { in IpltSection() 3587 config->emachine == EM_PPC64 ? 16 : 4, ".text.thunk") { in ThunkSection()
|
| H A D | Relocations.cpp | 512 if (config->emachine == EM_PPC64 && config->isPic && type == R_PPC64_TOC) in computeAddend() 1329 if (config->emachine == EM_PPC64) { in scanOne() 1488 if (config->emachine == EM_PPC64) in scan() 1505 (config->emachine == EM_PPC64 && sec.name == ".toc")) in scan()
|
| H A D | ScriptParser.cpp | 428 .Case("elf64-powerpc", {ELF64BEKind, EM_PPC64}) in parseBfdName() 429 .Case("elf64-powerpcle", {ELF64LEKind, EM_PPC64}) in parseBfdName()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | reloc-types-ppc64.test | 106 Machine: EM_PPC64
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | emulation-ppc.s | 82 # PPC64-NEXT: Machine: EM_PPC64 (0x15)
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ELFHeader.cpp | 186 case EM_PPC64: in GetRelocationJumpSlotType()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCELFObjectWriter.cpp | 38 Is64Bit ? ELF::EM_PPC64 : ELF::EM_PPC, in PPCELFObjectWriter()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | binary-output-target.test | 102 # PPC64-NEXT: Machine: EM_PPC64 (0x15)
|
| H A D | cross-arch-headers.test | 195 # PPC64: Machine: EM_PPC64 (0x15)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/ |
| H A D | dynamic-section-machine-specific.test | 247 Machine: EM_PPC64
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 207 ECase(EM_PPC64); in enumeration() 886 case ELF::EM_PPC64: in enumeration() 948 case ELF::EM_PPC64: in enumeration()
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 1227 case ELF::EM_PPC64: in getFileFormatName() 1287 case ELF::EM_PPC64: in getArch()
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 149 EM_PPC64 = 21, // PowerPC64 enumerator
|
| /llvm-project-15.0.7/llvm/unittests/Object/ |
| H A D | ELFObjectFileTest.cpp | 170 for (const DataForTest &D : generateData(ELF::EM_PPC64)) { in TEST()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 361 {ArchSpec::eCore_ppc64le_generic, llvm::ELF::EM_PPC64, 363 {ArchSpec::eCore_ppc64_generic, llvm::ELF::EM_PPC64,
|
| /llvm-project-15.0.7/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOptions.cpp | 305 {"elf64-powerpc", {ELF::EM_PPC64, true, false}}, 306 {"elf64-powerpcle", {ELF::EM_PPC64, true, true}},
|