Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/elfcpp/
Dmips.h270 EF_MIPS_ARCH = 0xf0000000, enumerator
541 return ((e_flags & elfcpp::EF_MIPS_ARCH) == elfcpp::EF_MIPS_ARCH_32R6) in r6_isa()
542 || ((e_flags & elfcpp::EF_MIPS_ARCH) == elfcpp::EF_MIPS_ARCH_64R6); in r6_isa()
/netbsd/src/sys/arch/mips/mips/
Dcpu_exec.c106 switch (eh->e_flags & EF_MIPS_ARCH) { in mips_netbsd_elf32_probe()
221 switch (eh->e_flags & EF_MIPS_ARCH) { in mips_netbsd_elf64_probe()
/netbsd/src/sys/arch/mips/include/
Delf_machdep.h168 #define EF_MIPS_ARCH 0xf0000000 /* Architecture field */ macro
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delfxx-mips.c790 ( ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) != EF_MIPS_ARCH_1) \
834 ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R6 \
835 || (elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_64R6)
7069 switch (flags & EF_MIPS_ARCH) in _bfd_elf_mips_mach()
12498 elf_elfheader (abfd)->e_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH); in mips_set_isa_flags()
14745 switch (elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) in update_mips_abiflags_isa()
14785 || (flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_1 in mips_32bit_flags_p()
14786 || (flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_2 in mips_32bit_flags_p()
14787 || (flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32 in mips_32bit_flags_p()
14788 || (flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R2 in mips_32bit_flags_p()
[all …]
DChangeLog-98994637 EF_MIPS_ARCH and EF_MIPS_MACH.
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delfxx-mips.c790 ( ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) != EF_MIPS_ARCH_1) \
834 ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R6 \
835 || (elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_64R6)
7069 switch (flags & EF_MIPS_ARCH) in _bfd_elf_mips_mach()
12481 elf_elfheader (abfd)->e_flags &= ~(EF_MIPS_ARCH | EF_MIPS_MACH); in mips_set_isa_flags()
14727 switch (elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) in update_mips_abiflags_isa()
14767 || (flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_1 in mips_32bit_flags_p()
14768 || (flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_2 in mips_32bit_flags_p()
14769 || (flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32 in mips_32bit_flags_p()
14770 || (flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R2 in mips_32bit_flags_p()
[all …]
DChangeLog-98994637 EF_MIPS_ARCH and EF_MIPS_MACH.
/netbsd/src/external/gpl3/binutils/dist/include/elf/
Dmips.h223 #define EF_MIPS_ARCH 0xf0000000 macro
/netbsd/src/external/gpl3/gdb/dist/include/elf/
Dmips.h223 #define EF_MIPS_ARCH 0xf0000000 macro
/netbsd/src/external/gpl3/binutils/dist/gold/
Dmips.cc8850 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::EF_MIPS_ARCH_1 in mips_32bit_flags()
8851 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::EF_MIPS_ARCH_2 in mips_32bit_flags()
8852 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::EF_MIPS_ARCH_32 in mips_32bit_flags()
8853 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::EF_MIPS_ARCH_32R2 in mips_32bit_flags()
8854 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::EF_MIPS_ARCH_32R6); in mips_32bit_flags()
8925 switch (flags & elfcpp::EF_MIPS_ARCH) in elf_mips_mach()
9105 switch (e_flags & elfcpp::EF_MIPS_ARCH) in update_abiflags_isa()
9479 merged_flags &= ~(elfcpp::EF_MIPS_ARCH | elfcpp::EF_MIPS_MACH); in merge_obj_e_flags()
9480 merged_flags |= (new_flags & (elfcpp::EF_MIPS_ARCH in merge_obj_e_flags()
9500 new_flags &= (~(elfcpp::EF_MIPS_ARCH | elfcpp::EF_MIPS_MACH in merge_obj_e_flags()
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dinterp.c1557 ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R6 \
1558 || (elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_64R6)
/netbsd/src/external/gpl3/binutils/dist/binutils/
DChangeLog-00011123 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
Dreadelf.c3848 switch ((e_flags & EF_MIPS_ARCH)) in decode_MIPS_machine_flags()
/netbsd/src/external/gpl3/binutils/dist/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.
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dmips-tdep.c8930 switch (tdep->elf_flags & EF_MIPS_ARCH) in mips_dump_tdep()