| /openbsd/src/lib/libelf/ |
| D | _libelf_config.h | 32 #define LIBELF_ARCH EM_X86_64 52 #define LIBELF_ARCH EM_X86_64
|
| /openbsd/src/gnu/llvm/llvm/lib/BinaryFormat/ |
| D | ELF.cpp | 65 .Case("x86_64", EM_X86_64) in convertArchNameToEMachine() 297 case EM_X86_64: in convertEMachineToArchName()
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| D | ELF.cpp | 76 case ELF::EM_X86_64: in createLinkGraphFromELFObject()
|
| D | ELF_x86_64.cpp | 154 object::getELFRelocationTypeName(ELF::EM_X86_64, Type)); in getRelocationKind()
|
| /openbsd/src/gnu/llvm/llvm/lib/Object/ |
| D | ELF.cpp | 32 case ELF::EM_X86_64: in getELFRelocationTypeName() 193 case ELF::EM_X86_64: in getELFRelativeRelocationType() 255 case ELF::EM_X86_64: in getELFSectionTypeName()
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | Target.cpp | 88 case EM_X86_64: in getTarget()
|
| D | Driver.cpp | 164 .Case("elf32_x86_64", {ELF32LEKind, EM_X86_64}) in parseEmulation() 175 .Cases("elf_amd64", "elf_x86_64", {ELF64LEKind, EM_X86_64}) in parseEmulation() 392 case EM_X86_64: in checkOptions() 414 if (config->emachine != EM_386 && config->emachine != EM_X86_64 && in checkOptions() 1048 m == EM_PPC64 || m == EM_RISCV || m == EM_X86_64; in getIsRela() 1597 m == EM_X86_64 || m == EM_RISCV; in setConfigs() 1618 case EM_X86_64: in setConfigs() 2442 if (config->emachine != EM_386 && config->emachine != EM_X86_64 && in getAndFeatures()
|
| D | ScriptParser.cpp | 422 .Case("elf32-x86-64", {ELF32LEKind, EM_X86_64}) in parseBfdName() 430 .Case("elf64-x86-64", {ELF64LEKind, EM_X86_64}) in parseBfdName()
|
| D | Writer.cpp | 487 if ((config->emachine == EM_386 || config->emachine == EM_X86_64) && in createSyntheticSections() 493 else if (config->emachine == EM_X86_64) { in createSyntheticSections() 1879 if (config->emachine == EM_386 || config->emachine == EM_X86_64) { in finalizeSections()
|
| D | OutputSections.cpp | 91 (type == SHT_X86_64_UNWIND && config->emachine == EM_X86_64); in canMergeToProgbits()
|
| D | InputSection.cpp | 619 case EM_X86_64: in getTlsTpOffset()
|
| /openbsd/src/gnu/usr.bin/binutils/include/elf/ |
| D | common.h | 149 #define EM_X86_64 62 /* Advanced Micro Devices X86-64 processor */ macro
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86ELFObjectWriter.cpp | 337 if (getEMachine() == ELF::EM_X86_64) in getRelocType()
|
| D | X86AsmBackend.cpp | 1076 ELF::EM_X86_64); in createObjectTargetWriter() 1101 return createX86ELFObjectWriter(/*IsELF64*/ true, OSABI, ELF::EM_X86_64); in createObjectTargetWriter()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/ |
| D | common.h | 149 #define EM_X86_64 62 /* Advanced Micro Devices X86-64 processor */ macro
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ELFHeader.cpp | 193 case EM_X86_64: in GetRelocationJumpSlotType()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Object/ |
| D | ELFObjectFile.h | 1192 case ELF::EM_X86_64: in getFileFormatName() 1228 case ELF::EM_X86_64: in getFileFormatName() 1267 case ELF::EM_X86_64: in getArch()
|
| /openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/ |
| D | ELFYAML.cpp | 237 ECase(EM_X86_64); in enumeration() 695 case ELF::EM_X86_64: in enumeration() 767 case ELF::EM_X86_64: in bitset() 854 case ELF::EM_X86_64: in enumeration()
|
| /openbsd/src/sys/sys/ |
| D | exec_elf.h | 191 #define EM_X86_64 EM_AMD64 macro
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| D | DebugObjectManagerPlugin.cpp | 276 if (TargetMachineArch != ELF::EM_X86_64) in CreateArchType()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| D | ELF.h | 178 EM_X86_64 = 62, // AMD x86-64 architecture enumerator
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | readelf.c | 604 case EM_X86_64: in guess_is_rela() 911 case EM_X86_64: in slurp_relr_relocs() 1372 case EM_X86_64: in dump_relocations() 1504 else if (elf_header.e_machine == EM_X86_64 in dump_relocations() 2001 case EM_X86_64: return "Advanced Micro Devices X86-64"; in get_machine_name() 2948 case EM_X86_64: in get_section_type_name() 4184 if (elf_header.e_machine == EM_X86_64 in get_elf_section_flags() 7279 else if (elf_header.e_machine == EM_X86_64 in get_symbol_index_type()
|
| D | ChangeLog-0001 | 1092 * readelf.c (guess_is_rela): Add EM_X86_64. 1093 (dump_relocations): Add EM_X86_64. 1094 (get_machine_name): Add EM_X86_64.
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-objcopy/ |
| D | ObjcopyOptions.cpp | 306 {"elf32-x86-64", {ELF::EM_X86_64, false, true}}, 307 {"elf64-x86-64", {ELF::EM_X86_64, true, true}},
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | ChangeLog-0001 | 1092 * readelf.c (guess_is_rela): Add EM_X86_64. 1093 (dump_relocations): Add EM_X86_64. 1094 (get_machine_name): Add EM_X86_64.
|