Home
last modified time | relevance | path

Searched refs:E_MIPS_ARCH_1 (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/elfcpp/
Dmips.h236 E_MIPS_ARCH_1 = 0x00000000, enumerator
/toolchain/binutils/binutils-2.25/include/elf/
Dmips.h221 #define E_MIPS_ARCH_1 0x00000000 macro
/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c763 ( ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) != E_MIPS_ARCH_1) \
6626 case E_MIPS_ARCH_1: in _bfd_elf_mips_mach()
11816 val = E_MIPS_ARCH_1; in mips_set_isa_flags()
11820 val = E_MIPS_ARCH_1 | E_MIPS_MACH_3900; in mips_set_isa_flags()
13979 case E_MIPS_ARCH_1: in update_mips_abiflags_isa()
14044 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_1 in mips_32bit_flags_p()
15729 if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_1) in _bfd_mips_elf_print_private_bfd_data()
DChangeLog-96973695 for E_MIPS_ARCH_1.
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc7610 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_1 in mips_32bit_flags()
7675 case elfcpp::E_MIPS_ARCH_1: in elf_mips_mach()
10438 case elfcpp::E_MIPS_ARCH_1: in elf_mips_mach_name()
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c2936 case E_MIPS_ARCH_1: strcat (buf, ", mips1"); break; in get_machine_flags()