Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/elfcpp/
Dmips.h234 EF_MIPS_ARCH = 0xf0000000, enumerator
/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c763 ( ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) != E_MIPS_ARCH_1) \
807 ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32R6 \
808 || (elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_64R6)
6623 switch (flags & EF_MIPS_ARCH) in _bfd_elf_mips_mach()
11945 elf_elfheader (abfd)->e_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH); in mips_set_isa_flags()
13977 switch (elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) in update_mips_abiflags_isa()
14044 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_1 in mips_32bit_flags_p()
14045 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_2 in mips_32bit_flags_p()
14046 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32 in mips_32bit_flags_p()
14047 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_32R2 in mips_32bit_flags_p()
[all …]
DChangeLog-98994637 EF_MIPS_ARCH and EF_MIPS_MACH.
/toolchain/binutils/binutils-2.25/include/elf/
Dmips.h218 #define EF_MIPS_ARCH 0xf0000000 macro
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc7610 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_1 in mips_32bit_flags()
7611 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_2 in mips_32bit_flags()
7612 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_32 in mips_32bit_flags()
7613 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_32R2); in mips_32bit_flags()
7672 switch (flags & elfcpp::EF_MIPS_ARCH) in elf_mips_mach()
7804 merged_flags &= ~(elfcpp::EF_MIPS_ARCH | elfcpp::EF_MIPS_MACH); in merge_processor_specific_flags()
7805 merged_flags |= (new_flags & (elfcpp::EF_MIPS_ARCH in merge_processor_specific_flags()
7822 new_flags &= (~(elfcpp::EF_MIPS_ARCH | elfcpp::EF_MIPS_MACH in merge_processor_specific_flags()
7824 old_flags &= (~(elfcpp::EF_MIPS_ARCH | elfcpp::EF_MIPS_MACH in merge_processor_specific_flags()
10435 switch (e_flags & elfcpp::EF_MIPS_ARCH) in elf_mips_mach_name()
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-00011123 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
Dreadelf.c2934 switch ((e_flags & EF_MIPS_ARCH)) in get_machine_flags()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-98991767 (mips_elf_final_processing): Don't set EF_MIPS_ARCH.
1787 * config/tc-mips.c (mips_elf_final_processing): Set EF_MIPS_ARCH.