Home
last modified time | relevance | path

Searched refs:E_MIPS_ARCH_5 (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/elfcpp/
Dmips.h244 E_MIPS_ARCH_5 = 0x40000000, enumerator
/toolchain/binutils/binutils-2.25/include/elf/
Dmips.h233 #define E_MIPS_ARCH_5 0x40000000 macro
DChangeLog-9103750 * mips.h (E_MIPS_ARCH_5, E_MIPS_ARCH_64): New definitions.
/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c6638 case E_MIPS_ARCH_5: in _bfd_elf_mips_mach()
11881 val = E_MIPS_ARCH_5; in mips_set_isa_flags()
13995 case E_MIPS_ARCH_5: in update_mips_abiflags_isa()
15737 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_5) in _bfd_mips_elf_print_private_bfd_data()
DChangeLog-00015889 E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc7687 case elfcpp::E_MIPS_ARCH_5: in elf_mips_mach()
10450 case elfcpp::E_MIPS_ARCH_5: in elf_mips_mach_name()
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-00011126 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
Dreadelf.c2940 case E_MIPS_ARCH_5: strcat (buf, ", mips5"); break; in get_machine_flags()