Lines Matching full:st_other
480 DSO. However, if ld.so honors st_other in the dynamic table,
924 /* Merge st_other field. */
933 /* If st_other has a processor-specific meaning, specific
941 unsigned symvis = ELF_ST_VISIBILITY (isym->st_other);
945 of the st_other field to elf_backend_merge_symbol_attribute. */
950 && ELF_ST_VISIBILITY (isym->st_other) != STV_DEFAULT
1307 && ELF_ST_VISIBILITY (sym->st_other) != STV_DEFAULT
1326 if (ELF_ST_VISIBILITY (sym->st_other) != STV_PROTECTED)
1366 if (ELF_ST_VISIBILITY (sym->st_other) != STV_PROTECTED)
1566 /* Merge st_other. If the symbol already has a dynamic index,
4391 && ELF_ST_VISIBILITY (isym->st_other) != STV_INTERNAL)
4392 isym->st_other = (STV_HIDDEN
4393 | (isym->st_other & ~ELF_ST_VISIBILITY (-1)));
4674 /* Merge st_other field. */
7330 unsigned char st_other; /* Visibilty, and target specific */
7419 ssym->st_other = (*ind)->st_other;
7589 || symtable1 [i].u.ssym->st_other != symtable2 [i].u.ssym->st_other
7637 || symtable1 [i].u.isym->st_other != symtable2 [i].u.isym->st_other
9381 sym.st_other = h->other;
9480 sym.st_other &= ~ELF_ST_VISIBILITY (-1);
9553 && ELF_ST_VISIBILITY (sym.st_other) != STV_DEFAULT
9560 if (ELF_ST_VISIBILITY (sym.st_other) == STV_PROTECTED)
9562 else if (ELF_ST_VISIBILITY (sym.st_other) == STV_INTERNAL)
11423 elfsym.st_other = 0;
11438 elfsym.st_other = 0;
11704 sym.st_other = 0;
11742 sym.st_other &= ~ELF_ST_VISIBILITY (-1);
13864 isym.st_other = ehsrc->other;