Home | History | Annotate | Download | only in elf

Lines Matching defs:STO_MICROMIPS

864    STO_MIPS16, we set top two bits to be 10 to denote STO_MICROMIPS.  The
866 #define STO_MICROMIPS (2 << 6)
867 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS)
868 #define ELF_ST_SET_MICROMIPS(other) (((other) & ~STO_MIPS_ISA) | STO_MICROMIPS)