Home
last modified time | relevance | path

Searched refs:E_MIPS_ARCH_64R6 (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/elfcpp/
Dmips.h256 E_MIPS_ARCH_64R6 = 0xa0000000, enumerator
DChangeLog13 * mips.h (E_MIPS_ARCH_32R6, E_MIPS_ARCH_64R6): New enum constants.
/toolchain/binutils/binutils-2.25/include/elf/
Dmips.h251 #define E_MIPS_ARCH_64R6 0xa0000000 macro
DChangeLog42 (E_MIPS_ARCH_64R6): New define.
/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c808 || (elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_64R6)
6656 case E_MIPS_ARCH_64R6: in _bfd_elf_mips_mach()
11942 val = E_MIPS_ARCH_64R6; in mips_set_isa_flags()
14023 case E_MIPS_ARCH_64R6: in update_mips_abiflags_isa()
15749 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_64R6) in _bfd_mips_elf_print_private_bfd_data()
DChangeLog398 and E_MIPS_ARCH_64R6 support.
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c2946 case E_MIPS_ARCH_64R6: strcat (buf, ", mips64r6"); break; in get_machine_flags()