Home
last modified time | relevance | path

Searched refs:EF_MIPS_ARCH (Results 1 – 9 of 9) sorted by relevance

/trueos/sys/mips/include/
HDelf.h271 #define EF_MIPS_ARCH 0xf0000000 /* Architecture field */ macro
/trueos/contrib/binutils/include/elf/
HDmips.h154 #define EF_MIPS_ARCH 0xf0000000 macro
/trueos/contrib/binutils/bfd/
HDelfxx-mips.c5014 switch (flags & EF_MIPS_ARCH) in _bfd_elf_mips_mach()
9182 elf_elfheader (abfd)->e_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH); in mips_set_isa_flags()
10972 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_1 in mips_32bit_flags_p()
10973 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_2 in mips_32bit_flags_p()
10974 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32 in mips_32bit_flags_p()
10975 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32R2); in mips_32bit_flags_p()
11226 elf_elfheader (obfd)->e_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH); in _bfd_mips_elf_merge_private_bfd_data()
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()
[all …]
HDChangeLog-98994637 EF_MIPS_ARCH and EF_MIPS_MACH.
/trueos/contrib/llvm/include/llvm/Support/
HDELF.h824 EF_MIPS_ARCH = 0xf0000000 // Mask for applying EF_MIPS_ARCH_ variant in LLVM_ENUM_INT_TYPE()
/trueos/contrib/binutils/binutils/
HDChangeLog-00011123 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
HDreadelf.c2198 switch ((e_flags & EF_MIPS_ARCH)) in get_machine_flags()
/trueos/contrib/gdb/gdb/
HDmips-tdep.c5848 switch (tdep->elf_flags & EF_MIPS_ARCH) in mips_dump_tdep()
/trueos/contrib/binutils/gas/
HDChangeLog-98991767 (mips_elf_final_processing): Don't set EF_MIPS_ARCH.
1787 * config/tc-mips.c (mips_elf_final_processing): Set EF_MIPS_ARCH.