Home | History | Annotate | Download | only in elf

Lines Matching defs:STO_MIPS_PIC

826    Note that one of the MIPS16 bits overlaps with STO_MIPS_PIC.  See below
851 #define STO_MIPS_PIC 0x20
852 #define ELF_ST_IS_MIPS_PIC(other) (((other) & STO_MIPS_FLAGS) == STO_MIPS_PIC)
856 : ((other) & ~STO_MIPS_FLAGS)) | STO_MIPS_PIC)