Home
last modified time | relevance | path

Searched refs:EF_MIPS_32BITMODE (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/binutils/include/elf/
HDmips.h151 #define EF_MIPS_32BITMODE 0x00000100 macro
HDChangeLog-91031233 * mips.h (EF_MIPS_32BITMODE): New.
/NextBSD/contrib/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsTargetStreamer.cpp521 EFlags |= ELF::EF_MIPS_32BITMODE; /* Compatibility Mode */ in finish()
523 EFlags |= ELF::EF_MIPS_32BITMODE; in finish()
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h438 EF_MIPS_32BITMODE = 0x00000100, // Code compiled for a 64-bit machine enumerator
/NextBSD/contrib/llvm/lib/Object/
HDELFYAML.cpp269 BCase(EF_MIPS_32BITMODE) in bitset()
/NextBSD/contrib/binutils/bfd/
HDelfxx-mips.c10969 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()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp527 LLVM_READOBJ_ENUM_ENT(ELF, EF_MIPS_32BITMODE),
/NextBSD/contrib/gdb/gdb/
HDmips-tdep.c5867 ef_mips_32bitmode = (tdep->elf_flags & EF_MIPS_32BITMODE); in mips_dump_tdep()
/NextBSD/contrib/binutils/binutils/
HDChangeLog-0001483 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
HDreadelf.c2154 if (e_flags & EF_MIPS_32BITMODE) in get_machine_flags()
/NextBSD/contrib/binutils/gas/config/
HDtc-mips.c14652 elf_elfheader (stdoutput)->e_flags |= EF_MIPS_32BITMODE; in mips_elf_final_processing()
/NextBSD/contrib/binutils/gas/
HDChangeLog-98991768 Set EF_MIPS_32BITMODE.