Searched refs:EF_MIPS_32BITMODE (Results 1 – 12 of 12) sorted by relevance
151 #define EF_MIPS_32BITMODE 0x00000100 macro
1233 * mips.h (EF_MIPS_32BITMODE): New.
521 EFlags |= ELF::EF_MIPS_32BITMODE; /* Compatibility Mode */ in finish()523 EFlags |= ELF::EF_MIPS_32BITMODE; in finish()
438 EF_MIPS_32BITMODE = 0x00000100, // Code compiled for a 64-bit machine enumerator
269 BCase(EF_MIPS_32BITMODE) in bitset()
10969 return ((flags & EF_MIPS_32BITMODE) != 0 in mips_32bit_flags_p()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()11372 if (elf_elfheader (abfd)->e_flags & EF_MIPS_32BITMODE) in _bfd_mips_elf_print_private_bfd_data()
527 LLVM_READOBJ_ENUM_ENT(ELF, EF_MIPS_32BITMODE),
5867 ef_mips_32bitmode = (tdep->elf_flags & EF_MIPS_32BITMODE); in mips_dump_tdep()
483 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
2154 if (e_flags & EF_MIPS_32BITMODE) in get_machine_flags()
14652 elf_elfheader (stdoutput)->e_flags |= EF_MIPS_32BITMODE; in mips_elf_final_processing()
1768 Set EF_MIPS_32BITMODE.