Home
last modified time | relevance | path

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

12

/freebsd/sys/x86/include/
H A Delf.h102 #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 Ddump.h33 #define EM_VALUE EM_X86_64
/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_bfdtarget.c433 .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 Delftc_reloc_type_str.c789 case EM_X86_64: in elftc_reloc_type_str()
/freebsd/sys/amd64/amd64/
H A Delf_machdep.c182 .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 Dpe.c60 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 Def_amd64.c113 ELF_RELOC(ELFCLASS64, ELFDATA2LSB, EM_X86_64, ef_amd64_reloc);
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp64 .Case("x86_64", EM_X86_64) in convertArchNameToEMachine()
296 case EM_X86_64: in convertEMachineToArchName()
/freebsd/contrib/elftoolchain/libelf/
H A D_libelf_config.h38 #define LIBELF_ARCH EM_X86_64
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF.cpp102 case ELF::EM_X86_64: in link_ELF()
H A DELF_x86_64.cpp214 object::getELFRelocationTypeName(ELF::EM_X86_64, ELFReloc)); in addSingleRelocation()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp92 case EM_X86_64: in getTarget()
H A DWriter.cpp681 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 Dlinux_sysvec.c869 .machine = EM_X86_64,
880 .machine = EM_X86_64,
891 .machine = EM_X86_64,
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp33 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 Dkvm_amd64.c103 return (_kvm_probe_elf_kernel(kd, ELFCLASS64, EM_X86_64) && in _amd64_probe()
H A Dkvm_minidump_amd64.c107 return (_kvm_probe_elf_kernel(kd, ELFCLASS64, EM_X86_64) && in _amd64_minidump_probe()
/freebsd/sys/sys/
H A Delf_common.h250 #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 DELFHeader.cpp193 case EM_X86_64: in GetRelocationJumpSlotType()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp334 if (getEMachine() == ELF::EM_X86_64) in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp313 RetTarget.Arch = (IFSArch)ELF::EM_X86_64; in parseTriple()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp87 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 Dexec_elf32.c196 case EM_X86_64: break; in ELFNAMEEND()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c84 case EM_X86_64: in _dwarf_get_reloc_size()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1293 case ELF::EM_X86_64: in getFileFormatName()
1329 case ELF::EM_X86_64: in getFileFormatName()
1368 case ELF::EM_X86_64: in getArch()

12