Lines Matching defs:STO_MIPS16
831 to be set except for STO_MIPS16. */
841 ? ((other) & (~STO_MIPS16 & STO_MIPS_FLAGS)) \
845 ? ((other) & (STO_MIPS16 | ~STO_MIPS_FLAGS)) \
849 PIC and non-PIC. Note that this bit overlaps with STO_MIPS16,
855 ? ((other) & ~(STO_MIPS16 | STO_MIPS_FLAGS)) \
859 #define STO_MIPS16 0xf0
860 #define ELF_ST_IS_MIPS16(other) (((other) & STO_MIPS16) == STO_MIPS16)
861 #define ELF_ST_SET_MIPS16(other) ((other) | STO_MIPS16)
864 STO_MIPS16, we set top two bits to be 10 to denote STO_MICROMIPS. The