Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DELF.cpp53 .Case("ia_64", EM_IA_64) in convertArchNameToEMachine()
273 case EM_IA_64: in convertEMachineToArchName()
/openbsd/lib/libelf/
H A D_libelf_config.h80 #define LIBELF_ARCH EM_IA_64
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h137 #define EM_IA_64 50 /* Intel IA-64 Processor */ macro
H A DChangeLog-91031001 (EM_IA_64): Change comment - this is now the IA-64.
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h137 #define EM_IA_64 50 /* Intel IA-64 Processor */ macro
H A DChangeLog-91031035 (EM_IA_64): Change comment - this is now the IA-64.
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c599 case EM_IA_64: in guess_is_rela()
1360 case EM_IA_64: in dump_relocations()
1841 case EM_IA_64: in get_dynamic_type()
1952 case EM_IA_64: return "Intel IA-64"; in get_machine_name()
2539 case EM_IA_64: in get_machine_flags()
2737 case EM_IA_64: in get_segment_type()
2759 case EM_IA_64: in get_segment_type()
2945 case EM_IA_64: in get_section_type_name()
5773 { EM_IA_64, ia64_process_unwind }, in process_unwind()
6683 case EM_IA_64: in process_dynamic_section()
[all …]
H A DChangeLog-0203910 (get_dynamic_type): If machine type is EM_IA_64 call
914 (get_dynamic_flags): If machine type is EM_IA_64 call
H A DChangeLog-00011645 (guess_is_rela, dump_relocations): Handle EM_IA_64.
/openbsd/sys/sys/
H A Dexec_elf.h189 #define EM_IA_64 50 /* Intel IA-64 Processor */ macro
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c653 case EM_IA_64: in guess_is_rela()
1125 case EM_IA_64: in dump_relocations()
1495 case EM_IA_64: in get_dynamic_type()
1597 case EM_IA_64: return "Intel IA-64"; in get_machine_name()
2013 case EM_IA_64: in get_machine_flags()
2177 case EM_IA_64: in get_segment_type()
2199 case EM_IA_64: in get_segment_type()
2348 case EM_IA_64: in get_section_type_name()
4127 if (elf_header.e_machine != EM_IA_64) in process_unwind()
5058 case EM_IA_64: in process_dynamic_segment()
[all …]
H A DChangeLog-0203910 (get_dynamic_type): If machine type is EM_IA_64 call
914 (get_dynamic_flags): If machine type is EM_IA_64 call
H A DChangeLog-00011645 (guess_is_rela, dump_relocations): Handle EM_IA_64.
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h166 EM_IA_64 = 50, // Intel IA-64 processor architecture enumerator
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp225 ECase(EM_IA_64); in enumeration()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delfxx-ia64.c4941 #define ELF_MACHINE_CODE EM_IA_64
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-ia64.c5716 #define ELF_MACHINE_CODE EM_IA_64
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1075 ENUM_ENT(EM_IA_64, "Intel IA-64"),