Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/elfcpp/
Dmips.h180 EF_MIPS_UCODE = 0x00000010, enumerator
/toolchain/binutils/binutils-2.25/include/elf/
Dmips.h187 #define EF_MIPS_UCODE 0x00000010 macro
DChangeLog-9103679 (EF_MIPS_UCODE): Define.
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc7766 new_flags &= ~elfcpp::EF_MIPS_UCODE; in merge_processor_specific_flags()
7767 old_flags &= ~elfcpp::EF_MIPS_UCODE; in merge_processor_specific_flags()
/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c15225 new_flags &= ~EF_MIPS_UCODE; in _bfd_mips_elf_merge_private_bfd_data()
15226 old_flags &= ~EF_MIPS_UCODE; in _bfd_mips_elf_merge_private_bfd_data()
15786 if (elf_elfheader (abfd)->e_flags & EF_MIPS_UCODE) in _bfd_mips_elf_print_private_bfd_data()
DChangeLog-20073167 and EF_MIPS_UCODE.
DChangeLog-02031045 (_bfd_mips_elf_merge_private_bfd_data): Ignore EF_MIPS_UCODE.
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-0001504 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
Dreadelf.c2865 if (e_flags & EF_MIPS_UCODE) in get_machine_flags()