Lines Matching defs:sym_vis
791 int sym_vis = ELF64_ST_VISIBILITY(sym->st_other);
807 if (sym_vis != STV_DEFAULT && sym_vis != STV_HIDDEN) {
809 i, sec->sec_idx, sym_vis);
1802 static void sym_update_visibility(Elf64_Sym *sym, int sym_vis)
1808 sym->st_other |= sym_vis;
1817 int name_off, sym_type, sym_bind, sym_vis, err;
1825 sym_vis = ELF64_ST_VISIBILITY(sym->st_other);
1920 if (sym_vis > ELF64_ST_VISIBILITY(dst_sym->st_other))
1921 sym_update_visibility(dst_sym, sym_vis);