Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/elfcpp/
HDmips.h245 EF_MIPS_ARCH = 0xf0000000, enumerator
492 return ((e_flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_32R6) in r6_isa()
493 || ((e_flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_64R6); in r6_isa()
/dragonfly/contrib/gdb-7/include/elf/
HDmips.h207 #define EF_MIPS_ARCH 0xf0000000 macro
/dragonfly/contrib/binutils-2.27/include/elf/
HDmips.h223 #define EF_MIPS_ARCH 0xf0000000 macro
/dragonfly/contrib/binutils-2.34/include/elf/
HDmips.h223 #define EF_MIPS_ARCH 0xf0000000 macro
/dragonfly/contrib/binutils-2.27/gold/
HDmips.cc8689 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_1 in mips_32bit_flags()
8690 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_2 in mips_32bit_flags()
8691 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_32 in mips_32bit_flags()
8692 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_32R2 in mips_32bit_flags()
8693 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_32R6); in mips_32bit_flags()
8758 switch (flags & elfcpp::EF_MIPS_ARCH) in elf_mips_mach()
8944 switch (e_flags & elfcpp::EF_MIPS_ARCH) in update_abiflags_isa()
9318 merged_flags &= ~(elfcpp::EF_MIPS_ARCH | elfcpp::EF_MIPS_MACH); in merge_obj_e_flags()
9319 merged_flags |= (new_flags & (elfcpp::EF_MIPS_ARCH in merge_obj_e_flags()
9339 new_flags &= (~(elfcpp::EF_MIPS_ARCH | elfcpp::EF_MIPS_MACH in merge_obj_e_flags()
[all …]
/dragonfly/contrib/elftoolchain/common/
HDelfdefinitions.h415 _ELF_DEFINE_EF(EF_MIPS_ARCH, 0xF0000000UL, \
/dragonfly/contrib/binutils-2.27/binutils/
HDreadelf.c3265 switch ((e_flags & EF_MIPS_ARCH)) in get_machine_flags()
/dragonfly/contrib/binutils-2.34/binutils/
HDreadelf.c3475 switch ((e_flags & EF_MIPS_ARCH)) in get_machine_flags()