Searched refs:EF_MIPS_32BITMODE (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp99 EF_MIPS_MICROMIPS | EF_MIPS_NAN2008 | EF_MIPS_32BITMODE);
/freebsd-12-stable/contrib/binutils/include/elf/
H A Dmips.h151 #define EF_MIPS_32BITMODE 0x00000100 macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp908 EFlags |= ELF::EF_MIPS_32BITMODE; /* Compatibility Mode */
910 EFlags |= ELF::EF_MIPS_32BITMODE;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h487 EF_MIPS_32BITMODE = 0x00000100, // Code compiled for a 64-bit machine
/freebsd-12-stable/contrib/binutils/bfd/
H A Delfxx-mips.c11011 return ((flags & EF_MIPS_32BITMODE) != 0
11270 |= new_flags & (EF_MIPS_ARCH | EF_MIPS_MACH | EF_MIPS_32BITMODE);
11291 new_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH | EF_MIPS_32BITMODE);
11292 old_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH | EF_MIPS_32BITMODE);
11414 if (elf_elfheader (abfd)->e_flags & EF_MIPS_32BITMODE)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp303 BCase(EF_MIPS_32BITMODE);
/freebsd-12-stable/contrib/gdb/gdb/
H A Dmips-tdep.c5867 ef_mips_32bitmode = (tdep->elf_flags & EF_MIPS_32BITMODE);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1655 ENUM_ENT(EF_MIPS_32BITMODE, "32bitmode"),
/freebsd-12-stable/contrib/binutils/binutils/
H A Dreadelf.c2157 if (e_flags & EF_MIPS_32BITMODE)
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-mips.c14664 elf_elfheader (stdoutput)->e_flags |= EF_MIPS_32BITMODE;

Completed in 370 milliseconds