Home
last modified time | relevance | path

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

/openbsd/sys/arch/mips64/include/
H A Dexec.h77 #define EF_MIPS_32BITMODE 0x00000100 /* 64 bit in 32 bit mode... */ macro
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dmips.h125 #define EF_MIPS_32BITMODE 0x00000100 macro
H A DChangeLog-91031199 * mips.h (EF_MIPS_32BITMODE): New.
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dmips.h150 #define EF_MIPS_32BITMODE 0x00000100 macro
H A DChangeLog-91031233 * mips.h (EF_MIPS_32BITMODE): New.
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DMipsArchTree.cpp98 EF_MIPS_MICROMIPS | EF_MIPS_NAN2008 | EF_MIPS_32BITMODE); in getMiscFlags()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp939 EFlags |= ELF::EF_MIPS_32BITMODE; /* Compatibility Mode */ in finish()
941 EFlags |= ELF::EF_MIPS_32BITMODE; in finish()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h512 EF_MIPS_32BITMODE = 0x00000100, // Code compiled for a 64-bit machine enumerator
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delfxx-mips.c8933 return ((flags & EF_MIPS_32BITMODE) != 0 in mips_32bit_flags_p()
9075 |= new_flags & (EF_MIPS_ARCH | EF_MIPS_MACH | EF_MIPS_32BITMODE); in _bfd_mips_elf_merge_private_bfd_data()
9096 new_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH | EF_MIPS_32BITMODE); in _bfd_mips_elf_merge_private_bfd_data()
9097 old_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH | EF_MIPS_32BITMODE); in _bfd_mips_elf_merge_private_bfd_data()
9219 if (elf_elfheader (abfd)->e_flags & EF_MIPS_32BITMODE) in _bfd_mips_elf_print_private_bfd_data()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-mips.c10845 return ((flags & EF_MIPS_32BITMODE) != 0 in mips_32bit_flags_p()
10993 |= new_flags & (EF_MIPS_ARCH | EF_MIPS_MACH | EF_MIPS_32BITMODE); in _bfd_mips_elf_merge_private_bfd_data()
11014 new_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH | EF_MIPS_32BITMODE); in _bfd_mips_elf_merge_private_bfd_data()
11015 old_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH | EF_MIPS_32BITMODE); in _bfd_mips_elf_merge_private_bfd_data()
11137 if (elf_elfheader (abfd)->e_flags & EF_MIPS_32BITMODE) in _bfd_mips_elf_print_private_bfd_data()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp435 BCase(EF_MIPS_32BITMODE); in bitset()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dmips-tdep.c5128 ef_mips_32bitmode = (tdep->elf_flags & EF_MIPS_32BITMODE); in mips_dump_tdep()
/openbsd/gnu/usr.bin/binutils/binutils/
H A DChangeLog-0001483 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
H A Dreadelf.c1890 if (e_flags & EF_MIPS_32BITMODE) in get_machine_flags()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-0001483 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
H A Dreadelf.c2385 if (e_flags & EF_MIPS_32BITMODE) in get_machine_flags()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1456 ENUM_ENT(EF_MIPS_32BITMODE, "32bitmode"),
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-mips.c13852 elf_elfheader (stdoutput)->e_flags |= EF_MIPS_32BITMODE; in mips_elf_final_processing()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mips.c13966 elf_elfheader (stdoutput)->e_flags |= EF_MIPS_32BITMODE; in mips_elf_final_processing()
/openbsd/gnu/usr.bin/binutils/gas/
H A DChangeLog-98991768 Set EF_MIPS_32BITMODE.
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-98991768 Set EF_MIPS_32BITMODE.