Searched refs:STO_MIPS_ISA (Results 1 – 4 of 4) sorted by relevance
295 STO_MIPS_ISA = 0xc0, enumerator299 STO_MIPS_FLAGS = ~(STO_MIPS_ISA | 0x3),335 { return (st_other & elfcpp::STO_MIPS_ISA) == elfcpp::STO_MICROMIPS; } in elf_st_is_micromips()
821 #define STO_MIPS_ISA (3 << 6) macro825 #define STO_MIPS_FLAGS (~(STO_MIPS_ISA | ELF_ST_VISIBILITY (-1)))860 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS)861 #define ELF_ST_SET_MICROMIPS(other) (((other) & ~STO_MIPS_ISA) | STO_MICROMIPS)
528 (STO_MIPS_ISA, STO_MIPS_FLAGS): Likewise.
938 return ((this->nonvis() & (elfcpp::STO_MIPS_ISA >> 2)) in is_micromips()