Home
last modified time | relevance | path

Searched refs:EM_IA_64 (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_bfdtarget.c95 .bt_machine = EM_IA_64,
259 .bt_machine = EM_IA_64,
267 .bt_machine = EM_IA_64,
H A Delftc_reloc_type_str.c297 case EM_IA_64: in elftc_reloc_type_str()
/freebsd/contrib/elftoolchain/libelf/
H A D_libelf_config.h66 #define LIBELF_ARCH EM_IA_64
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp52 .Case("ia_64", EM_IA_64) in convertArchNameToEMachine()
272 case EM_IA_64: in convertEMachineToArchName()
/freebsd/contrib/file/src/
H A Dreadelf.h137 #define EM_IA_64 50 macro
H A Dreadelf.c1491 case EM_IA_64: in doshn()
1596 case EM_IA_64: in doshn()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c118 case EM_IA_64: in _dwarf_get_reloc_size()
/freebsd/usr.bin/elfdump/
H A Delfdump.c273 case EM_IA_64: return "EM_IA_64"; in e_machines()
384 case EM_IA_64: in sh_types()
/freebsd/sys/sys/
H A Delf_common.h238 #define EM_IA_64 50 /* Intel IA-64 Processor. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h167 EM_IA_64 = 50, // Intel IA-64 processor architecture enumerator
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c256 case EM_IA_64: return "EM_IA_64"; in e_machines()
440 case EM_IA_64: in sh_types()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h653 _ELF_DEFINE_EM(EM_IA_64, 50, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp229 ECase(EM_IA_64); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c535 case EM_IA_64: return "Intel IA-64 Processor"; in elf_machine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1156 ENUM_ENT(EM_IA_64, "Intel IA-64"),