Lines Matching full:st_other
1021 // (st_other & STO_MIPS16) == STO_MIPS16
1030 // (st_other & STO_MIPS_ISA) == STO_MICROMIPS
1165 // (st_other & STO_MIPS_FLAGS) == STO_MIPS_PIC
1170 // Set the flag in st_other field that marks this symbol as PIC.
1175 // (st_other & ~(STO_MIPS16 | STO_MIPS_FLAGS)) | STO_MIPS_PIC
1186 // Set the flag in st_other field that marks this symbol as PLT.
1191 // (st_other & (STO_MIPS16 | ~STO_MIPS_FLAGS)) | STO_MIPS_PLT
1198 // (st_other & ~STO_MIPS_FLAGS) | STO_MIPS_PLT
6677 // because the Symbol object keeps the ELF symbol type and st_other field.
6720 unsigned char st_other = sym.get_st_other();
6721 this->local_symbol_is_mips16_[i] = elfcpp::elf_st_is_mips16(st_other);
6723 elfcpp::elf_st_is_micromips(st_other);
8246 // giving the former an st_other value of STO_MIPS_PLT. Set the
10980 // giving the former an st_other value of STO_MIPS_PLT. Set the