Searched refs:EF_MIPS_ARCH (Results 1 – 8 of 8) sorted by relevance
245 EF_MIPS_ARCH = 0xf0000000, enumerator492 return ((e_flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_32R6) in r6_isa()493 || ((e_flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_64R6); in r6_isa()
207 #define EF_MIPS_ARCH 0xf0000000 macro
223 #define EF_MIPS_ARCH 0xf0000000 macro
8689 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_1 in mips_32bit_flags()8690 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_2 in mips_32bit_flags()8691 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_32 in mips_32bit_flags()8692 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_32R2 in mips_32bit_flags()8693 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_32R6); in mips_32bit_flags()8758 switch (flags & elfcpp::EF_MIPS_ARCH) in elf_mips_mach()8944 switch (e_flags & elfcpp::EF_MIPS_ARCH) in update_abiflags_isa()9318 merged_flags &= ~(elfcpp::EF_MIPS_ARCH | elfcpp::EF_MIPS_MACH); in merge_obj_e_flags()9319 merged_flags |= (new_flags & (elfcpp::EF_MIPS_ARCH in merge_obj_e_flags()9339 new_flags &= (~(elfcpp::EF_MIPS_ARCH | elfcpp::EF_MIPS_MACH in merge_obj_e_flags()[all …]
415 _ELF_DEFINE_EF(EF_MIPS_ARCH, 0xF0000000UL, \
3265 switch ((e_flags & EF_MIPS_ARCH)) in get_machine_flags()
3475 switch ((e_flags & EF_MIPS_ARCH)) in get_machine_flags()