Home
last modified time | relevance | path

Searched refs:E_MIPS_ARCH_32R2 (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/elf/
HDmips.h178 #define E_MIPS_ARCH_32R2 0x70000000 macro
HDChangeLog-9103300 * mips.h (E_MIPS_ARCH_32R2): New define.
/freebsd-11-stable/contrib/binutils/bfd/
HDelfxx-mips.c5038 case E_MIPS_ARCH_32R2: in _bfd_elf_mips_mach()
9175 val = E_MIPS_ARCH_32R2; in mips_set_isa_flags()
10975 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32R2); in mips_32bit_flags_p()
11359 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32R2) in _bfd_mips_elf_print_private_bfd_data()
HDChangeLog-02035082 (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_32R2.
/freebsd-11-stable/contrib/binutils/binutils/
HDChangeLog-0203995 * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
HDreadelf.c2206 case E_MIPS_ARCH_32R2: strcat (buf, ", mips32r2"); break; in get_machine_flags()