Lines Matching refs:st_other
432 init_sym->st_other = 0;
791 int sym_vis = ELF64_ST_VISIBILITY(sym->st_other);
795 || sym->st_other != 0 || sym->st_shndx != 0
1805 * but it is stored in the lower 2 bits of st_other
1807 sym->st_other &= ~0x03;
1808 sym->st_other |= sym_vis;
1825 sym_vis = ELF64_ST_VISIBILITY(sym->st_other);
1920 if (sym_vis > ELF64_ST_VISIBILITY(dst_sym->st_other))
1974 dst_sym->st_other = sym->st_other;