Home | History | Annotate | Download | only in elf

Lines Matching defs:STO_MIPS_FLAGS

832 #define STO_MIPS_FLAGS		(~(STO_MIPS_ISA | ELF_ST_VISIBILITY (-1)))
841 ? ((other) & (~STO_MIPS16 & STO_MIPS_FLAGS)) \
842 : ((other) & STO_MIPS_FLAGS)) == STO_MIPS_PLT)
845 ? ((other) & (STO_MIPS16 | ~STO_MIPS_FLAGS)) \
846 : ((other) & ~STO_MIPS_FLAGS)) | STO_MIPS_PLT)
852 #define ELF_ST_IS_MIPS_PIC(other) (((other) & STO_MIPS_FLAGS) == STO_MIPS_PIC)
855 ? ((other) & ~(STO_MIPS16 | STO_MIPS_FLAGS)) \
856 : ((other) & ~STO_MIPS_FLAGS)) | STO_MIPS_PIC)