Searched refs:EF_MIPS_ARCH (Results 1 – 9 of 9) sorted by relevance
271 #define EF_MIPS_ARCH 0xf0000000 /* Architecture field */ macro
154 #define EF_MIPS_ARCH 0xf0000000 macro
5014 switch (flags & EF_MIPS_ARCH) in _bfd_elf_mips_mach()9182 elf_elfheader (abfd)->e_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH); in mips_set_isa_flags()10972 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_1 in mips_32bit_flags_p()10973 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_2 in mips_32bit_flags_p()10974 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32 in mips_32bit_flags_p()10975 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32R2); in mips_32bit_flags_p()11226 elf_elfheader (obfd)->e_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH); in _bfd_mips_elf_merge_private_bfd_data()11228 |= new_flags & (EF_MIPS_ARCH | EF_MIPS_MACH | EF_MIPS_32BITMODE); in _bfd_mips_elf_merge_private_bfd_data()11249 new_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH | EF_MIPS_32BITMODE); in _bfd_mips_elf_merge_private_bfd_data()11250 old_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH | EF_MIPS_32BITMODE); in _bfd_mips_elf_merge_private_bfd_data()[all …]
4637 EF_MIPS_ARCH and EF_MIPS_MACH.
824 EF_MIPS_ARCH = 0xf0000000 // Mask for applying EF_MIPS_ARCH_ variant in LLVM_ENUM_INT_TYPE()
1123 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2198 switch ((e_flags & EF_MIPS_ARCH)) in get_machine_flags()
5848 switch (tdep->elf_flags & EF_MIPS_ARCH) in mips_dump_tdep()
1767 (mips_elf_final_processing): Don't set EF_MIPS_ARCH.1787 * config/tc-mips.c (mips_elf_final_processing): Set EF_MIPS_ARCH.