Home
last modified time | relevance | path

Searched refs:EF_MIPS_ARCH_ASE_MICROMIPS (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/elfcpp/
Dmips.h192 EF_MIPS_ARCH_ASE_MICROMIPS = 0x02000000, enumerator
350 { return (e_flags & elfcpp::EF_MIPS_ARCH_ASE_MICROMIPS) != 0; } in is_micromips()
/toolchain/binutils/binutils-2.25/include/elf/
Dmips.h215 #define EF_MIPS_ARCH_ASE_MICROMIPS 0x02000000 macro
DChangeLog527 (EF_MIPS_ARCH_ASE_MICROMIPS): New macro.
/toolchain/binutils/binutils-2.25/opcodes/
Dmips-dis.c782 if ((header->e_flags & EF_MIPS_ARCH_ASE_MICROMIPS) != 0) in is_micromips()
/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c803 ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH_ASE_MICROMIPS) != 0)
14087 if (elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH_ASE_MICROMIPS) in infer_mips_abiflags()
15326 int old_micro = old_flags & EF_MIPS_ARCH_ASE_MICROMIPS; in _bfd_mips_elf_merge_private_bfd_data()
15327 int new_micro = new_flags & EF_MIPS_ARCH_ASE_MICROMIPS; in _bfd_mips_elf_merge_private_bfd_data()
15760 if (elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH_ASE_MICROMIPS) in _bfd_mips_elf_print_private_bfd_data()
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc7850 int old_micro = old_flags & elfcpp::EF_MIPS_ARCH_ASE_MICROMIPS; in merge_processor_specific_flags()
7851 int new_micro = new_flags & elfcpp::EF_MIPS_ARCH_ASE_MICROMIPS; in merge_processor_specific_flags()
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c2931 if (e_flags & EF_MIPS_ARCH_ASE_MICROMIPS) in get_machine_flags()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c18229 elf_elfheader (stdoutput)->e_flags |= EF_MIPS_ARCH_ASE_MICROMIPS; in mips_elf_final_processing()