Home | History | Annotate | Download | only in elf

Lines Matching defs:STO_MIPS_ISA

828 #define STO_MIPS_ISA		(3 << 6)
832 #define STO_MIPS_FLAGS (~(STO_MIPS_ISA | ELF_ST_VISIBILITY (-1)))
865 mask is STO_MIPS_ISA. */
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)