Searched refs:E_MIPS_ARCH_32 (Results 1 – 5 of 5) sorted by relevance
172 #define E_MIPS_ARCH_32 0x50000000 macro
746 * mips.h (E_MIPS_ARCH_32): New constant.
5032 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()
5869 * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
2205 case E_MIPS_ARCH_32: strcat (buf, ", mips32"); break; in get_machine_flags()