Searched refs:STO_MIPS_FLAGS (Results 1 – 5 of 5) sorted by relevance
825 #define STO_MIPS_FLAGS (~(STO_MIPS_ISA | ELF_ST_VISIBILITY (-1))) macro834 ? ((other) & (~STO_MIPS16 & STO_MIPS_FLAGS)) \835 : ((other) & STO_MIPS_FLAGS)) == STO_MIPS_PLT)838 ? ((other) & (STO_MIPS16 | ~STO_MIPS_FLAGS)) \839 : ((other) & ~STO_MIPS_FLAGS)) | STO_MIPS_PLT)845 #define ELF_ST_IS_MIPS_PIC(other) (((other) & STO_MIPS_FLAGS) == STO_MIPS_PIC)848 ? ((other) & ~(STO_MIPS16 | STO_MIPS_FLAGS)) \849 : ((other) & ~STO_MIPS_FLAGS)) | STO_MIPS_PIC)
528 (STO_MIPS_ISA, STO_MIPS_FLAGS): Likewise.
299 STO_MIPS_FLAGS = ~(STO_MIPS_ISA | 0x3), enumerator
59 (STO_MIPS_FLAGS): New enum constant.
1073 return ((this->nonvis() & (elfcpp::STO_MIPS_FLAGS >> 2)) in is_pic()1085 | (elfcpp::STO_MIPS_FLAGS >> 2))) in set_pic()1089 this->set_nonvis((this->nonvis() & ~(elfcpp::STO_MIPS_FLAGS >> 2)) in set_pic()1101 | ~(elfcpp::STO_MIPS_FLAGS >> 2))) in set_mips_plt()1106 this->set_nonvis((this->nonvis() & ~(elfcpp::STO_MIPS_FLAGS >> 2)) in set_mips_plt()