Searched refs:STO_MIPS_ISA (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/elfcpp/
H A Dmips.h445 STO_MIPS_ISA = 0xc0, enumerator in enum:elfcpp::__anon227
449 STO_MIPS_FLAGS = ~(STO_MIPS_ISA | 0x3),
467 // mask is STO_MIPS_ISA.
485 { return (st_other & elfcpp::STO_MIPS_ISA) == elfcpp::STO_MICROMIPS; }
/netbsd-current/external/gpl3/gdb.old/dist/elfcpp/
H A Dmips.h445 STO_MIPS_ISA = 0xc0, enumerator in enum:elfcpp::__anon815
449 STO_MIPS_FLAGS = ~(STO_MIPS_ISA | 0x3),
467 // mask is STO_MIPS_ISA.
485 { return (st_other & elfcpp::STO_MIPS_ISA) == elfcpp::STO_MICROMIPS; }
/netbsd-current/external/gpl3/binutils.old/dist/elfcpp/
H A Dmips.h445 STO_MIPS_ISA = 0xc0, enumerator in enum:elfcpp::__anon338
449 STO_MIPS_FLAGS = ~(STO_MIPS_ISA | 0x3),
467 // mask is STO_MIPS_ISA.
485 { return (st_other & elfcpp::STO_MIPS_ISA) == elfcpp::STO_MICROMIPS; }
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Dmips.h842 #define STO_MIPS_ISA (3 << 6)
846 #define STO_MIPS_FLAGS (~(STO_MIPS_ISA | ELF_ST_VISIBILITY (-1)))
879 mask is STO_MIPS_ISA. */
881 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS)
882 #define ELF_ST_SET_MICROMIPS(other) (((other) & ~STO_MIPS_ISA) | STO_MICROMIPS)
835 #define STO_MIPS_ISA macro
/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Dmips.h842 #define STO_MIPS_ISA (3 << 6)
846 #define STO_MIPS_FLAGS (~(STO_MIPS_ISA | ELF_ST_VISIBILITY (-1)))
879 mask is STO_MIPS_ISA. */
881 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS)
882 #define ELF_ST_SET_MICROMIPS(other) (((other) & ~STO_MIPS_ISA) | STO_MICROMIPS)
835 #define STO_MIPS_ISA macro
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Dmips.h842 #define STO_MIPS_ISA (3 << 6)
846 #define STO_MIPS_FLAGS (~(STO_MIPS_ISA | ELF_ST_VISIBILITY (-1)))
879 mask is STO_MIPS_ISA. */
881 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS)
882 #define ELF_ST_SET_MICROMIPS(other) (((other) & ~STO_MIPS_ISA) | STO_MICROMIPS)
835 #define STO_MIPS_ISA macro
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Dmips.h842 #define STO_MIPS_ISA (3 << 6)
846 #define STO_MIPS_FLAGS (~(STO_MIPS_ISA | ELF_ST_VISIBILITY (-1)))
879 mask is STO_MIPS_ISA. */
881 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS)
882 #define ELF_ST_SET_MICROMIPS(other) (((other) & ~STO_MIPS_ISA) | STO_MICROMIPS)
835 #define STO_MIPS_ISA macro
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dmips.cc1033 // (st_other & STO_MIPS_ISA) == STO_MICROMIPS
1034 return ((this->nonvis() & (elfcpp::STO_MIPS_ISA >> 2))
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dmips.cc1033 // (st_other & STO_MIPS_ISA) == STO_MICROMIPS
1034 return ((this->nonvis() & (elfcpp::STO_MIPS_ISA >> 2))
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dmips.cc1033 // (st_other & STO_MIPS_ISA) == STO_MICROMIPS
1034 return ((this->nonvis() & (elfcpp::STO_MIPS_ISA >> 2))

Completed in 233 milliseconds