Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Delfedit.c559 return EM_X86_64; in elf_machine()
561 return EM_X86_64; in elf_machine()
579 case EM_X86_64: in elf_class()
Dreadelf.c739 case EM_X86_64: in guess_is_rela()
1297 case EM_X86_64: in dump_relocations()
1510 else if ((elf_header.e_machine == EM_X86_64 in dump_relocations()
2098 case EM_X86_64: return "Advanced Micro Devices X86-64"; in get_machine_name()
3646 case EM_X86_64: in get_section_type_name()
4991 case EM_X86_64: in get_elf_section_flags()
5044 if ((elf_header.e_machine == EM_X86_64 in get_elf_section_flags()
5440 case EM_X86_64: in process_section_headers()
5570 if (elf_header.e_machine == EM_X86_64 in process_section_headers()
9749 else if ((elf_header.e_machine == EM_X86_64 in get_symbol_index_type()
[all …]
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.
Ddwarf.c5626 case EM_X86_64: in init_dwarf_regnames()
/toolchain/binutils/binutils-2.25/gold/
Dconfigure.tgt65 targ_machine=EM_X86_64
Dx86_64.cc1023 elfcpp::EM_X86_64, // machine_code
1050 elfcpp::EM_X86_64, // machine_code
4576 : Target_selector_freebsd(elfcpp::EM_X86_64, size, false, in Target_selector_x86_64()
4711 elfcpp::EM_X86_64, // machine_code
4738 elfcpp::EM_X86_64, // machine_code
/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h165 #define EM_X86_64 62 /* Advanced Micro Devices X86-64 processor */ macro
DChangeLog-9103756 * common.h (EM_X86_64): New macro.
/toolchain/binutils/binutils-2.25/bfd/
Delf64-x86-64.c483 if (bed->elf_machine_code == EM_X86_64) in elf_x86_64_write_core_note()
5703 #define ELF_MACHINE_CODE EM_X86_64
6141 #define ELF_MACHINE_CODE EM_X86_64
Delfcode.h716 case EM_X86_64: in elf_object_p()
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h219 EM_X86_64 = 62,