Searched refs:EF_MIPS_ARCH (Results 1 – 8 of 8) sorted by relevance
234 EF_MIPS_ARCH = 0xf0000000, enumerator
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()[all …]
4637 EF_MIPS_ARCH and EF_MIPS_MACH.
218 #define EF_MIPS_ARCH 0xf0000000 macro
7610 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_1 in mips_32bit_flags()7611 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_2 in mips_32bit_flags()7612 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_32 in mips_32bit_flags()7613 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_32R2); in mips_32bit_flags()7672 switch (flags & elfcpp::EF_MIPS_ARCH) in elf_mips_mach()7804 merged_flags &= ~(elfcpp::EF_MIPS_ARCH | elfcpp::EF_MIPS_MACH); in merge_processor_specific_flags()7805 merged_flags |= (new_flags & (elfcpp::EF_MIPS_ARCH in merge_processor_specific_flags()7822 new_flags &= (~(elfcpp::EF_MIPS_ARCH | elfcpp::EF_MIPS_MACH in merge_processor_specific_flags()7824 old_flags &= (~(elfcpp::EF_MIPS_ARCH | elfcpp::EF_MIPS_MACH in merge_processor_specific_flags()10435 switch (e_flags & elfcpp::EF_MIPS_ARCH) in elf_mips_mach_name()
1123 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2934 switch ((e_flags & EF_MIPS_ARCH)) in get_machine_flags()
1767 (mips_elf_final_processing): Don't set EF_MIPS_ARCH.1787 * config/tc-mips.c (mips_elf_final_processing): Set EF_MIPS_ARCH.