Home
last modified time | relevance | path

Searched refs:E_MIPS_ARCH_32 (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/binutils/include/elf/
HDmips.h172 #define E_MIPS_ARCH_32 0x50000000 macro
HDChangeLog-9103746 * mips.h (E_MIPS_ARCH_32): New constant.
/NextBSD/contrib/binutils/bfd/
HDelfxx-mips.c5032 case E_MIPS_ARCH_32: in _bfd_elf_mips_mach()
9167 val = E_MIPS_ARCH_32; in mips_set_isa_flags()
10974 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32 in mips_32bit_flags_p()
11355 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32) in _bfd_mips_elf_print_private_bfd_data()
HDChangeLog-00015869 * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
/NextBSD/contrib/binutils/binutils/
HDreadelf.c2205 case E_MIPS_ARCH_32: strcat (buf, ", mips32"); break; in get_machine_flags()