Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/elfcpp/
HDmips.h205 EF_MIPS_NAN2008 = 0x00000400, enumerator
/dragonfly/contrib/binutils-2.27/include/elf/
HDmips.h208 #define EF_MIPS_NAN2008 0x00000400 macro
/dragonfly/contrib/binutils-2.34/include/elf/
HDmips.h208 #define EF_MIPS_NAN2008 0x00000400 macro
/dragonfly/contrib/binutils-2.27/gold/
HDmips.cc9384 if ((new_flags & elfcpp::EF_MIPS_NAN2008) != (old_flags & elfcpp::EF_MIPS_NAN2008)) in merge_obj_e_flags()
9388 (new_flags & elfcpp::EF_MIPS_NAN2008 in merge_obj_e_flags()
9390 (old_flags & elfcpp::EF_MIPS_NAN2008 in merge_obj_e_flags()
9393 new_flags &= ~elfcpp::EF_MIPS_NAN2008; in merge_obj_e_flags()
9394 old_flags &= ~elfcpp::EF_MIPS_NAN2008; in merge_obj_e_flags()
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-mips.texi932 so MIPS ELF objects have a flag (@code{EF_MIPS_NAN2008}) to record which
951 control the setting of the @code{EF_MIPS_NAN2008} flag.
/dragonfly/contrib/binutils-2.27/binutils/
HDreadelf.c3208 if (e_flags & EF_MIPS_NAN2008) in get_machine_flags()
/dragonfly/contrib/binutils-2.34/binutils/
HDreadelf.c3414 if (e_flags & EF_MIPS_NAN2008) in get_machine_flags()