/freebsd/sys/x86/include/ |
H A D | elf.h | 102 #define ELF_ARCH EM_X86_64 105 #define ELF_MACHINE_OK(x) ((x) == EM_X86_64) 144 #define ELF_TARG_MACH EM_X86_64
|
H A D | dump.h | 33 #define EM_VALUE EM_X86_64
|
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | libelftc_bfdtarget.c | 433 .bt_machine = EM_X86_64, 441 .bt_machine = EM_X86_64, 469 .bt_machine = EM_X86_64, 481 .bt_machine = EM_X86_64,
|
H A D | elftc_reloc_type_str.c | 789 case EM_X86_64: in elftc_reloc_type_str()
|
/freebsd/sys/amd64/amd64/ |
H A D | elf_machdep.c | 182 .machine = EM_X86_64, 193 .machine = EM_X86_64, 219 .machine = EM_X86_64, 233 .machine = EM_X86_64,
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | pe.c | 60 if (ecp->otf == ETF_EFI || ecp->oem == EM_X86_64) in create_pe() 86 case EM_X86_64: in create_pe()
|
/freebsd/lib/libkldelf/ |
H A D | ef_amd64.c | 113 ELF_RELOC(ELFCLASS64, ELFDATA2LSB, EM_X86_64, ef_amd64_reloc);
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | ELF.cpp | 64 .Case("x86_64", EM_X86_64) in convertArchNameToEMachine() 296 case EM_X86_64: in convertEMachineToArchName()
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | _libelf_config.h | 38 #define LIBELF_ARCH EM_X86_64
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF.cpp | 102 case ELF::EM_X86_64: in link_ELF()
|
H A D | ELF_x86_64.cpp | 214 object::getELFRelocationTypeName(ELF::EM_X86_64, ELFReloc)); in addSingleRelocation()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Target.cpp | 92 case EM_X86_64: in getTarget()
|
H A D | Writer.cpp | 681 if (osec.flags & SHF_X86_64_LARGE && config->emachine == EM_X86_64) in getSectionRank() 720 if (osec.flags & SHF_X86_64_LARGE && config->emachine == EM_X86_64) { in getSectionRank() 834 return config->emachine == EM_X86_64 && osec->flags & SHF_X86_64_LARGE; in setReservedSymbolSections() 1742 if (config->emachine == EM_386 || config->emachine == EM_X86_64) { in finalizeSections()
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysvec.c | 869 .machine = EM_X86_64, 880 .machine = EM_X86_64, 891 .machine = EM_X86_64,
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 33 case ELF::EM_X86_64: in getELFRelocationTypeName() 194 case ELF::EM_X86_64: in getELFRelativeRelocationType() 259 case ELF::EM_X86_64: in getELFSectionTypeName()
|
/freebsd/lib/libkvm/ |
H A D | kvm_amd64.c | 103 return (_kvm_probe_elf_kernel(kd, ELFCLASS64, EM_X86_64) && in _amd64_probe()
|
H A D | kvm_minidump_amd64.c | 107 return (_kvm_probe_elf_kernel(kd, ELFCLASS64, EM_X86_64) && in _amd64_minidump_probe()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 250 #define EM_X86_64 62 /* Advanced Micro Devices x86-64 */ macro 251 #define EM_AMD64 EM_X86_64 /* Advanced Micro Devices x86-64 (compat) */
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ELFHeader.cpp | 193 case EM_X86_64: in GetRelocationJumpSlotType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ELFObjectWriter.cpp | 334 if (getEMachine() == ELF::EM_X86_64) in getRelocType()
|
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/ |
H A D | IFSHandler.cpp | 313 RetTarget.Arch = (IFSArch)ELF::EM_X86_64; in parseTriple()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObjcopy.cpp | 87 if (EMachine != EM_X86_64) in getNewShfFlags() 106 ~(EMachine == EM_X86_64 ? (uint64_t)ELF::SHF_X86_64_LARGE : 0UL); in getSectionFlagsPreserveMask()
|
/freebsd/usr.sbin/crunch/crunchide/ |
H A D | exec_elf32.c | 196 case EM_X86_64: break; in ELFNAMEEND()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_reloc.c | 84 case EM_X86_64: in _dwarf_get_reloc_size()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 1293 case ELF::EM_X86_64: in getFileFormatName() 1329 case ELF::EM_X86_64: in getFileFormatName() 1368 case ELF::EM_X86_64: in getArch()
|