Lines Matching refs:EF_MIPS_ARCH

763   (   ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) != E_MIPS_ARCH_1) \
807 ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32R6 \
808 || (elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_64R6)
6623 switch (flags & EF_MIPS_ARCH) in _bfd_elf_mips_mach()
11945 elf_elfheader (abfd)->e_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH); in mips_set_isa_flags()
13977 switch (elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) in update_mips_abiflags_isa()
14044 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_1 in mips_32bit_flags_p()
14045 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_2 in mips_32bit_flags_p()
14046 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32 in mips_32bit_flags_p()
14047 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32R2 in mips_32bit_flags_p()
14048 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32R6); in mips_32bit_flags_p()
15271 elf_elfheader (obfd)->e_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH); in _bfd_mips_elf_merge_private_bfd_data()
15273 |= new_flags & (EF_MIPS_ARCH | EF_MIPS_MACH | EF_MIPS_32BITMODE); in _bfd_mips_elf_merge_private_bfd_data()
15297 new_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH | EF_MIPS_32BITMODE); in _bfd_mips_elf_merge_private_bfd_data()
15298 old_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH | EF_MIPS_32BITMODE); in _bfd_mips_elf_merge_private_bfd_data()
15729 if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_1) in _bfd_mips_elf_print_private_bfd_data()
15731 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_2) in _bfd_mips_elf_print_private_bfd_data()
15733 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_3) in _bfd_mips_elf_print_private_bfd_data()
15735 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_4) in _bfd_mips_elf_print_private_bfd_data()
15737 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_5) in _bfd_mips_elf_print_private_bfd_data()
15739 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32) in _bfd_mips_elf_print_private_bfd_data()
15741 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_64) in _bfd_mips_elf_print_private_bfd_data()
15743 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32R2) in _bfd_mips_elf_print_private_bfd_data()
15745 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_64R2) in _bfd_mips_elf_print_private_bfd_data()
15747 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32R6) in _bfd_mips_elf_print_private_bfd_data()
15749 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_64R6) in _bfd_mips_elf_print_private_bfd_data()