Lines Matching full:st_other
5365 if (ELF_ST_IS_COMPRESSED (sym->st_other))
5375 target_is_16_bit_code_p = ELF_ST_IS_MIPS16 (sym->st_other);
5376 target_is_micromips_code_p = ELF_ST_IS_MICROMIPS (sym->st_other);
6863 elfsym->internal_elf_sym.st_other
6864 = ELF_ST_SET_MICROMIPS (elfsym->internal_elf_sym.st_other);
6866 elfsym->internal_elf_sym.st_other
6867 = ELF_ST_SET_MIPS16 (elfsym->internal_elf_sym.st_other);
7596 if (ELF_ST_IS_COMPRESSED (sym->st_other))
7619 if (ELF_ST_IS_COMPRESSED (sym->st_other))
10542 sym->st_other = STO_PROTECTED;
10737 giving the former an st_other value of STO_MIPS_PLT. Set the
10742 sym->st_other = ELF_ST_SET_MIPS_PLT (sym->st_other);
10746 sym->st_other = 0;
10878 sym->st_other = other;
10890 sym->st_other = ELF_ST_VISIBILITY (sym->st_other);
10990 sym->st_other = STO_PROTECTED;
10997 sym->st_other = STO_PROTECTED;
11033 if (ELF_ST_IS_MIPS16 (sym->st_other))
11036 sym->st_other -= STO_MIPS16;
11038 else if (ELF_ST_IS_MICROMIPS (sym->st_other))
11041 sym->st_other -= STO_MICROMIPS;
11216 if (ELF_ST_IS_COMPRESSED (sym->st_other))
13573 target_is_micromips_code_p = ELF_ST_IS_MICROMIPS (isym->st_other);
15925 /* Merge non visibility st_other attributes. Ensure that the
15934 if ((isym->st_other & ~ELF_ST_VISIBILITY (-1)) != 0)
15938 other = (definition ? isym->st_other : h->other);
15944 && ELF_MIPS_IS_OPTIONAL (isym->st_other))
15983 with the ST_OTHER member of the ELF symbol. */