Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/elfcpp/
HDmips.h201 EF_MIPS_32BITMODE = 0x00000100, enumerator
/dragonfly/contrib/gdb-7/include/elf/
HDmips.h192 #define EF_MIPS_32BITMODE 0x00000100 macro
/dragonfly/contrib/binutils-2.27/include/elf/
HDmips.h202 #define EF_MIPS_32BITMODE 0x00000100 macro
/dragonfly/contrib/binutils-2.34/include/elf/
HDmips.h202 #define EF_MIPS_32BITMODE 0x00000100 macro
/dragonfly/contrib/binutils-2.27/gold/
HDmips.cc8686 return ((flags & elfcpp::EF_MIPS_32BITMODE) != 0 in mips_32bit_flags()
9320 | elfcpp::EF_MIPS_MACH | elfcpp::EF_MIPS_32BITMODE)); in merge_obj_e_flags()
9340 | elfcpp::EF_MIPS_32BITMODE)); in merge_obj_e_flags()
9342 | elfcpp::EF_MIPS_32BITMODE)); in merge_obj_e_flags()
/dragonfly/contrib/binutils-2.27/binutils/
HDreadelf.c3205 if (e_flags & EF_MIPS_32BITMODE) in get_machine_flags()
/dragonfly/contrib/binutils-2.34/binutils/
HDreadelf.c3411 if (e_flags & EF_MIPS_32BITMODE) in get_machine_flags()