Home
last modified time | relevance | path

Searched refs:EM_X86_64 (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/src/lib/libelf/
D_libelf_config.h32 #define LIBELF_ARCH EM_X86_64
52 #define LIBELF_ARCH EM_X86_64
/openbsd/src/gnu/llvm/llvm/lib/BinaryFormat/
DELF.cpp65 .Case("x86_64", EM_X86_64) in convertArchNameToEMachine()
297 case EM_X86_64: in convertEMachineToArchName()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DELF.cpp76 case ELF::EM_X86_64: in createLinkGraphFromELFObject()
DELF_x86_64.cpp154 object::getELFRelocationTypeName(ELF::EM_X86_64, Type)); in getRelocationKind()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DELF.cpp32 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/
DTarget.cpp88 case EM_X86_64: in getTarget()
DDriver.cpp164 .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()
DScriptParser.cpp422 .Case("elf32-x86-64", {ELF32LEKind, EM_X86_64}) in parseBfdName()
430 .Case("elf64-x86-64", {ELF64LEKind, EM_X86_64}) in parseBfdName()
DWriter.cpp487 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()
DOutputSections.cpp91 (type == SHT_X86_64_UNWIND && config->emachine == EM_X86_64); in canMergeToProgbits()
DInputSection.cpp619 case EM_X86_64: in getTlsTpOffset()
/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dcommon.h149 #define EM_X86_64 62 /* Advanced Micro Devices X86-64 processor */ macro
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp337 if (getEMachine() == ELF::EM_X86_64) in getRelocType()
DX86AsmBackend.cpp1076 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/
Dcommon.h149 #define EM_X86_64 62 /* Advanced Micro Devices X86-64 processor */ macro
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp193 case EM_X86_64: in GetRelocationJumpSlotType()
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DELFObjectFile.h1192 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/
DELFYAML.cpp237 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/
Dexec_elf.h191 #define EM_X86_64 EM_AMD64 macro
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DDebugObjectManagerPlugin.cpp276 if (TargetMachineArch != ELF::EM_X86_64) in CreateArchType()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DELF.h178 EM_X86_64 = 62, // AMD x86-64 architecture enumerator
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dreadelf.c604 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()
DChangeLog-00011092 * 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/
DObjcopyOptions.cpp306 {"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/
DChangeLog-00011092 * readelf.c (guess_is_rela): Add EM_X86_64.
1093 (dump_relocations): Add EM_X86_64.
1094 (get_machine_name): Add EM_X86_64.

12