/openbsd/sys/arch/mips64/include/ |
H A D | exec.h | 77 #define EF_MIPS_32BITMODE 0x00000100 /* 64 bit in 32 bit mode... */ macro
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | mips.h | 125 #define EF_MIPS_32BITMODE 0x00000100 macro
|
H A D | ChangeLog-9103 | 1199 * mips.h (EF_MIPS_32BITMODE): New.
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | mips.h | 150 #define EF_MIPS_32BITMODE 0x00000100 macro
|
H A D | ChangeLog-9103 | 1233 * mips.h (EF_MIPS_32BITMODE): New.
|
/openbsd/gnu/llvm/lld/ELF/Arch/ |
H A D | MipsArchTree.cpp | 98 EF_MIPS_MICROMIPS | EF_MIPS_NAN2008 | EF_MIPS_32BITMODE); in getMiscFlags()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsTargetStreamer.cpp | 939 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 D | ELF.h | 512 EF_MIPS_32BITMODE = 0x00000100, // Code compiled for a 64-bit machine enumerator
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elfxx-mips.c | 8933 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 D | elfxx-mips.c | 10845 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 D | ELFYAML.cpp | 435 BCase(EF_MIPS_32BITMODE); in bitset()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | mips-tdep.c | 5128 ef_mips_32bitmode = (tdep->elf_flags & EF_MIPS_32BITMODE); in mips_dump_tdep()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | ChangeLog-0001 | 483 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
|
H A D | readelf.c | 1890 if (e_flags & EF_MIPS_32BITMODE) in get_machine_flags()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | ChangeLog-0001 | 483 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
|
H A D | readelf.c | 2385 if (e_flags & EF_MIPS_32BITMODE) in get_machine_flags()
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1456 ENUM_ENT(EF_MIPS_32BITMODE, "32bitmode"),
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-mips.c | 13852 elf_elfheader (stdoutput)->e_flags |= EF_MIPS_32BITMODE; in mips_elf_final_processing()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-mips.c | 13966 elf_elfheader (stdoutput)->e_flags |= EF_MIPS_32BITMODE; in mips_elf_final_processing()
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | ChangeLog-9899 | 1768 Set EF_MIPS_32BITMODE.
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ChangeLog-9899 | 1768 Set EF_MIPS_32BITMODE.
|